Changeset 9721 for trunk/tools
- Timestamp:
- Jan 23, 2003, 3:08:07 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/buildenv.cmd
r9712 r9721 1 /* $Id: buildenv.cmd,v 1.4 2 2003-01-22 17:33:14bird Exp $1 /* $Id: buildenv.cmd,v 1.43 2003-01-23 14:08:07 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 5 [2003-01-22]';29 sVersion = '1.0.16 [2003-01-23]'; 30 30 31 31 /* … … 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 895 /*aPath.i.sPId = 'db2v52'; aPath.i.sPath = 'e:\sqllib52'; i = i + 1; 895 896 aPath.i.sPId = 'icatgam'; aPath.i.sPath = 'e:\icatos2'; i = i + 1; … … 941 942 aPath.i.sPId = 'emx'; aPath.i.sPath = 'd:\emx'; i = i + 1; 942 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; 943 945 /*aPath.i.sPId = 'db2v52'; aPath.i.sPath = 'e:\sqllib52'; i = i + 1; 944 946 aPath.i.sPId = 'icatgam'; aPath.i.sPath = 'e:\icatos2'; i = i + 1;
Note:
See TracChangeset
for help on using the changeset viewer.