Changeset 3667 for trunk/tools
- Timestamp:
- Jun 8, 2000, 12:15:28 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/DailyBuild/odin32env.cmd
r3666 r3667 1 /* $Id: odin32env.cmd,v 1. 6 2000-06-07 22:14:21bird Exp $1 /* $Id: odin32env.cmd,v 1.7 2000-06-07 22:15:28 bird Exp $ 2 2 * 3 3 * Sets the build environment. … … 16 16 * In addition the CVSROOT, USER and HOME directories right below have to corrected. 17 17 */ 18 call EnvVar_Set 0, ' SETCVSROOT', ':pserver:bird@www.netlabs.org:d:/netlabs.src/odin32'19 call EnvVar_Set 0, 'HOME', 20 call EnvVar_Set 0, 'USER', 18 call EnvVar_Set 0, 'CVSROOT', ':pserver:bird@www.netlabs.org:d:/netlabs.src/odin32' 19 call EnvVar_Set 0, 'HOME', 'd:\knut\home' 20 call EnvVar_Set 0, 'USER', 'bird' 21 21 22 22 /*
Note:
See TracChangeset
for help on using the changeset viewer.