Changeset 8434


Ignore:
Timestamp:
May 16, 2002, 3:36:46 PM (23 years ago)
Author:
bird
Message:

Bugfixes. Added some explanations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewConfigure.cmd

    r8432 r8434  
    1 /* $Id: NewConfigure.cmd,v 1.1 2002-05-16 12:54:19 bird Exp $
     1/* $Id: NewConfigure.cmd,v 1.2 2002-05-16 13:36:46 bird Exp $
    22 *
    33 * Main configure file for Odin32. (For the New Build System.)
     
    9292        say '   --with-emxpgcc          With support for emx + emxpgcc.';
    9393        say '   --with-ida              Do include IDA Pro in the environment.';
     94        say '';
     95        say 'Please note that the build environment is really picky about versions and '
     96        say 'tools. For example it doesn''t accept any toolkit, meaning, toolkit 4.0'
     97        say 'with some CSD is the only game in town at the moment.';
     98        say 'Also for watcom it checks explicitly for 11.0c and will fail if you give';
     99        say 'it anything else.';
     100        say '';
     101        say 'NMAKE v5+ will not work - as always.';
     102        say '';
     103        say 'A bug, emx is currently required allthough there is options for omitting it.';
     104        say 'This will be corrected later, no problem.'
     105        say 'Yeah, and path settings are stored in tools\bin\BuildEnv.cmd.paths.';
    94106        say '';
    95107        say 'Copyright (c) 2002 knut st. osmundsen (bird@anduin.net)'
     
    169181 * Calculate default compiler environment and remove environment arguments.
    170182 */
    171 sDefaultEnvs = 'cvs'
     183sDefaultEnvs = 'buildsetup cvs'
    172184if (fWithIDA) then
    173185    sDefaultEnvs = sDefaultEnvs || ' ida';
     
    184196sDefaultEnvs = sDefaultEnvs || ' toolkit40';
    185197
    186 sRemoveEnvs = 'cvs- toolkit40- vac308-'
     198sRemoveEnvs = 'buildsetup- cvs- toolkit40- vac308-'
    187199if (sCompiler = 'VAC365') then
    188200    sRemoveEnvs = sRemoveEnvs || ' vac365-';
     
    200212    sRemoveEnvs = sRemoveEnvs || ' ida-';
    201213
    202 say 'debug remove:' sRemoveEnvs
    203 say 'debug setup: ' sDefaultEnvs
     214/*say 'debug remove:' sRemoveEnvs
     215say 'debug setup: ' sDefaultEnvs*/
    204216
    205217
Note: See TracChangeset for help on using the changeset viewer.