Changeset 8434
- Timestamp:
- May 16, 2002, 3:36:46 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/NewConfigure.cmd (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewConfigure.cmd
r8432 r8434 1 /* $Id: NewConfigure.cmd,v 1. 1 2002-05-16 12:54:19bird Exp $1 /* $Id: NewConfigure.cmd,v 1.2 2002-05-16 13:36:46 bird Exp $ 2 2 * 3 3 * Main configure file for Odin32. (For the New Build System.) … … 92 92 say ' --with-emxpgcc With support for emx + emxpgcc.'; 93 93 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.'; 94 106 say ''; 95 107 say 'Copyright (c) 2002 knut st. osmundsen (bird@anduin.net)' … … 169 181 * Calculate default compiler environment and remove environment arguments. 170 182 */ 171 sDefaultEnvs = ' cvs'183 sDefaultEnvs = 'buildsetup cvs' 172 184 if (fWithIDA) then 173 185 sDefaultEnvs = sDefaultEnvs || ' ida'; … … 184 196 sDefaultEnvs = sDefaultEnvs || ' toolkit40'; 185 197 186 sRemoveEnvs = ' cvs- toolkit40- vac308-'198 sRemoveEnvs = 'buildsetup- cvs- toolkit40- vac308-' 187 199 if (sCompiler = 'VAC365') then 188 200 sRemoveEnvs = sRemoveEnvs || ' vac365-'; … … 200 212 sRemoveEnvs = sRemoveEnvs || ' ida-'; 201 213 202 say 'debug remove:' sRemoveEnvs203 say 'debug setup: ' sDefaultEnvs 214 /*say 'debug remove:' sRemoveEnvs 215 say 'debug setup: ' sDefaultEnvs*/ 204 216 205 217
Note:
See TracChangeset
for help on using the changeset viewer.
