Changeset 9349 for trunk/tools
- Timestamp:
- Oct 15, 2002, 2:31:47 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/buildenv.cmd
r9284 r9349 1 /* $Id: buildenv.cmd,v 1.3 5 2002-09-20 05:04:38bird Exp $1 /* $Id: buildenv.cmd,v 1.36 2002-10-15 12:31:47 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. 8 [2002-09-15]';29 sVersion = '1.0.9 [2002-10-15]'; 30 30 31 31 /* … … 878 878 * Bird: laptop box. 879 879 */ 880 if (translate(EnvGet('HOSTNAME')) = ' BIRD') then880 if (translate(EnvGet('HOSTNAME')) = 'DELIRIUM') then 881 881 do 882 882 say 'Info: No or empty path file, using birds work defaults.'; … … 958 958 aPath.i.sPId = 'xfree86'; aPath.i.sPath = 'd:\xfree86'; i = i + 1; 959 959 aPath.i.sPId = 'vac308'; aPath.i.sPath = 'd:\dev\VACpp\v308'; i = i + 1; 960 /*aPath.i.sPId = 'vac365'; aPath.i.sPath = 'e:\ibmcxxo';i = i + 1;961 aPath.i.sPId = 'vac40'; aPath.i.sPath = ' e:\ibmcpp40'; i = i + 1;*/960 aPath.i.sPId = 'vac365'; aPath.i.sPath = 'd:\dev\VACpp\v365'; i = i + 1; 961 aPath.i.sPId = 'vac40'; aPath.i.sPath = 'd:\dev\VACpp\v40ga'; i = i + 1; 962 962 aPath.i.sPId = 'warpin'; aPath.i.sPath = 'c:\warpin'; i = i + 1; 963 /*aPath.i.sPId = 'watcom11'; aPath.i.sPath = 'e:\watcom'; i = i + 1;*/963 aPath.i.sPId = 'watcom11'; aPath.i.sPath = 'd:\dev\watcom\v110'; i = i + 1; 964 964 aPath.i.sPId = 'watcom11c'; aPath.i.sPath = 'd:\dev\watcom\v110c'; i = i + 1; 965 965 aPath.i.sPId = 'testcase_drive_unused'; aPath.i.sPath = 't'; /* reqired */ i = i + 1;
Note:
See TracChangeset
for help on using the changeset viewer.