Changeset 9695 for trunk/tools
- Timestamp:
- Jan 20, 2003, 11:15:58 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/buildenv.cmd
r9527 r9695 1 /* $Id: buildenv.cmd,v 1.4 0 2002-12-18 16:45:19bird Exp $1 /* $Id: buildenv.cmd,v 1.41 2003-01-20 22:15:58 bird Exp $ 2 2 * 3 3 * This is the master tools environment script. It contains environment … … 27 27 * Version 28 28 */ 29 sVersion = '1.0.1 2 [2002-12-18]';29 sVersion = '1.0.14 [2003-01-20]'; 30 30 31 31 /* … … 839 839 aPath.i.sPId = 'freetypeemx'; aPath.i.sPath = 'f:\Freetype\v1.3.1-emx\emx'; i = i + 1; 840 840 aPath.i.sPId = 'gcc302'; aPath.i.sPath = 'f:\gcc302beta'; i = i + 1; 841 aPath.i.sPId = 'gcc303'; aPath.i.sPath = 'f:\gcc 303beta';i = i + 1;841 aPath.i.sPId = 'gcc303'; aPath.i.sPath = 'f:\gcc\v3.0.3beta\emx'; i = i + 1; 842 842 aPath.i.sPId = 'icatgam'; aPath.i.sPath = 'f:\icatos2'; i = i + 1; 843 843 aPath.i.sPId = 'icatgam406rc1'; aPath.i.sPath = 'f:\icatos2.4.0.6.rc1'; i = i + 1; … … 1997 1997 1998 1998 call EnvAddFront fRM, 'BEGINLIBPATH', sGCCBack'\dll;' 1999 call EnvAddFront fRM, 'PATH', sGCCBack'\bin ;'1999 call EnvAddFront fRM, 'PATH', sGCCBack'\bin.new;'sGCCBack'\bin;' 2000 2000 call EnvAddFront fRM, 'DPATH', sGCCBack'\book;' 2001 2001 call EnvAddFront fRM, 'BOOKSHELF', sGCCBack'\book;' … … 2013 2013 * Verify. 2014 2014 */ 2015 if (pos('verify', sOperation) <= 0) then 2016 return 0; 2017 if ( \CfgVerifyFile(sGCCBack'\bin\gcc.exe', fQuiet), 2018 | \CfgVerifyFile(sGCCBack'\bin\g++.exe', fQuiet), 2019 | \CfgVerifyFile(sGCCBack'\bin\as.exe', fQuiet), 2020 | \CfgVerifyFile(sGCCBack'\bin\readelf.exe', fQuiet), 2021 | \CfgVerifyFile(sGCCBack'\bin\emxomf.exe', fQuiet), 2015 ch = right(sToolId, 1); 2016 if (pos('verify', sOperation) <= 0) then 2017 return 0; 2018 if ( \CfgVerifyFile(sGCCBack'\bin.new\gcc.exe', fQuiet), 2019 | \CfgVerifyFile(sGCCBack'\bin.new\g++.exe', fQuiet), 2020 | \CfgVerifyFile(sGCCBack'\bin.new\as.exe', fQuiet), 2021 | \CfgVerifyFile(sGCCBack'\bin.new\readelf.exe', fQuiet), 2022 | \CfgVerifyFile(sGCCBack'\bin.new\emxomf.exe', fQuiet), 2022 2023 | \CfgVerifyFile(sGCCBack'\dll\bfd211.dll', fQuiet), 2023 2024 | \CfgVerifyFile(sGCCBack'\lib\iberty.a', fQuiet), … … 2029 2030 | \CfgVerifyFile(sGCCBack'\lib\opcodes_s.a', fQuiet), 2030 2031 | \CfgVerifyFile(sGCCBack'\lib\opcodes_s.lib', fQuiet), 2032 | \CfgVerifyFile(sGCCBack'\lib\gcc-lib\i386-pc-os2_emx\3.0.'ch'\st\gcc_dll.lib', fQuiet), 2033 | \CfgVerifyFile(sGCCBack'\lib\gcc-lib\i386-pc-os2_emx\3.0.'ch'\st\stdcxx.lib', fQuiet), 2031 2034 ) then 2032 2035 return 2;
Note:
See TracChangeset
for help on using the changeset viewer.