Changeset 4881 for trunk/tools/DailyBuild
- Timestamp:
- Jan 8, 2001, 8:22:19 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/DailyBuild/odin32env.cmd
r4795 r4881 1 /* $Id: odin32env.cmd,v 1.1 4 2000-12-12 21:55:43bird Exp $1 /* $Id: odin32env.cmd,v 1.15 2001-01-08 19:22:19 bird Exp $ 2 2 * 3 3 * Sets the build environment. … … 18 18 * In addition the CVSROOT, USER and HOME directories right below have to corrected. 19 19 */ 20 call EnvVar_Set 0, 'CVSROOT', ':pserver:bird@ www.netlabs.org:d:/netlabs.src/odin32'20 call EnvVar_Set 0, 'CVSROOT', ':pserver:bird@213.68.43.15:e:/netlabs.cvs/odin32' 21 21 call EnvVar_Set 0, 'HOME', 'd:\knut\home' 22 22 call EnvVar_Set 0, 'USER', 'bird'
Note:
See TracChangeset
for help on using the changeset viewer.