Changeset 10022 for trunk/tools/DailyBuild
- Timestamp:
- Apr 15, 2003, 12:53:04 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/DailyBuild/odin32get.cmd
r10021 r10022 1 /* $Id: odin32get.cmd,v 1. 4 2003-04-14 22:52:42bird Exp $1 /* $Id: odin32get.cmd,v 1.5 2003-04-14 22:53:04 bird Exp $ 2 2 * 3 3 * Gets the CVS tree from netlabs. … … 18 18 'cvs checkout .' 19 19 if (RC <> 0) then call failure rc, 'CVS checkout . failed'; 20 'copy ..\scripts\bin\buildenv.cmd.paths tools\bin\ '20 'copy ..\scripts\bin\buildenv.cmd.paths tools\bin\buildenv.cmd.paths' 21 21 exit(0); 22 22
Note:
See TracChangeset
for help on using the changeset viewer.