Changeset 9723 for trunk/tools
- Timestamp:
- Jan 23, 2003, 3:09:04 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/buildenv.cmd
r9721 r9723 1 /* $Id: buildenv.cmd,v 1.4 3 2003-01-23 14:08:07bird Exp $1 /* $Id: buildenv.cmd,v 1.44 2003-01-23 14:09:04 bird Exp $ 2 2 * 3 3 * This is the master tools environment script. It contains environment … … 942 942 aPath.i.sPId = 'emx'; aPath.i.sPath = 'd:\emx'; i = i + 1; 943 943 aPath.i.sPId = 'emxpgcc'; aPath.i.sPath = 'd:\dev\emxpgcc\v2.95.2'; i = i + 1; 944 aPath.i.sPId = 'gcc303'; aPath.i.sPath = ' e:\dev\gcc\v3.0.3beta\emx'; i = i + 1;944 aPath.i.sPId = 'gcc303'; aPath.i.sPath = 'd:\dev\gcc\v3.0.3beta\emx'; i = i + 1; 945 945 /*aPath.i.sPId = 'db2v52'; aPath.i.sPath = 'e:\sqllib52'; i = i + 1; 946 946 aPath.i.sPId = 'icatgam'; aPath.i.sPath = 'e:\icatos2'; i = i + 1;
Note:
See TracChangeset
for help on using the changeset viewer.