Changeset 9724 for trunk/tools
- Timestamp:
- Jan 23, 2003, 3:10:20 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/buildenv.cmd
r9723 r9724 1 /* $Id: buildenv.cmd,v 1.4 4 2003-01-23 14:09:04bird Exp $1 /* $Id: buildenv.cmd,v 1.45 2003-01-23 14:10:20 bird Exp $ 2 2 * 3 3 * This is the master tools environment script. It contains environment … … 892 892 aPath.i.sPId = 'emx'; aPath.i.sPath = 'e:\emx'; i = i + 1; 893 893 aPath.i.sPId = 'emxpgcc'; aPath.i.sPath = 'e:\dev\emxpgcc\v2.95.2'; i = i + 1; 894 aPath.i.sPId = 'gcc303'; aPath.i.sPath = 'e:\dev\ v3.0.3beta\emx'; i = i + 1;894 aPath.i.sPId = 'gcc303'; aPath.i.sPath = 'e:\dev\gcc\v3.0.3\emx'; i = i + 1; 895 895 /*aPath.i.sPId = 'db2v52'; aPath.i.sPath = 'e:\sqllib52'; i = i + 1; 896 896 aPath.i.sPId = 'icatgam'; aPath.i.sPath = 'e:\icatos2'; i = i + 1; … … 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 = 'd:\dev\gcc\v3.0.3 beta\emx';i = i + 1;944 aPath.i.sPId = 'gcc303'; aPath.i.sPath = 'd:\dev\gcc\v3.0.3\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.