Changeset 207


Ignore:
Timestamp:
Jun 26, 2011, 2:28:45 PM (14 years ago)
Author:
rudi
Message:

Cleanup configure script, remove sqlite header template

Location:
trunk
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/configure.cmd

    r201 r207  
    378378
    379379    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'
    382382    choice = GetChoice('Select the linker type:', 'G.!Choices', -Opt.!UseWlink + 2)
    383383    Opt.!UseWlink = -choice + 2
     
    414414        call SaySay 'Linker       : IBM ILINK ('Opt.!ILINKPath')'
    415415    else
    416         call SaySay 'Linker       : Watcom linker in GCC path'
     416        call SaySay 'Linker       : OpenWatcom linker in GCC path'
    417417    call SaySay 'Make Utility : GNU Make ('Opt.!GNUMakePath')'
    418418    say
     
    467467     */
    468468    call lineout G.!QtCmd, '/* setup the GCC environment */'
    469     if Opt.!UseWlink then do
     469    if Opt.!UseWlink then
    470470        call lineout G.!QtCmd, '''call'' GCC_PATH''\bin\gccenv.cmd'' GCC_PATH ''WLINK'''
    471     end
    472     else do
     471    else
    473472        call lineout G.!QtCmd, '''call'' GCC_PATH''\bin\gccenv.cmd'' GCC_PATH ''VAC308'''
    474     End
    475473    call lineout G.!QtCmd, ''
    476474    call lineout G.!QtCmd, 'call value ''QMAKESPEC'', QMAKESPEC, ''OS2ENVIRONMENT'''
Note: See TracChangeset for help on using the changeset viewer.