Changeset 207
- Timestamp:
- Jun 26, 2011, 2:28:45 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/configure.cmd
r201 r207 378 378 379 379 G.!Choices.0 = 2 380 G.!Choices.1 = ' Watcom linker bundled with GCC'381 G.!Choices.2 = 'IBM linker from VisualAge C++ '380 G.!Choices.1 = 'Patched OpenWatcom linker from Netlabs.org' 381 G.!Choices.2 = 'IBM linker from VisualAge C++ 3.08' 382 382 choice = GetChoice('Select the linker type:', 'G.!Choices', -Opt.!UseWlink + 2) 383 383 Opt.!UseWlink = -choice + 2 … … 414 414 call SaySay 'Linker : IBM ILINK ('Opt.!ILINKPath')' 415 415 else 416 call SaySay 'Linker : Watcom linker in GCC path'416 call SaySay 'Linker : OpenWatcom linker in GCC path' 417 417 call SaySay 'Make Utility : GNU Make ('Opt.!GNUMakePath')' 418 418 say … … 467 467 */ 468 468 call lineout G.!QtCmd, '/* setup the GCC environment */' 469 if Opt.!UseWlink then do469 if Opt.!UseWlink then 470 470 call lineout G.!QtCmd, '''call'' GCC_PATH''\bin\gccenv.cmd'' GCC_PATH ''WLINK''' 471 end 472 else do 471 else 473 472 call lineout G.!QtCmd, '''call'' GCC_PATH''\bin\gccenv.cmd'' GCC_PATH ''VAC308''' 474 End475 473 call lineout G.!QtCmd, '' 476 474 call lineout G.!QtCmd, 'call value ''QMAKESPEC'', QMAKESPEC, ''OS2ENVIRONMENT'''
Note:
See TracChangeset
for help on using the changeset viewer.