Changeset 10021 for trunk/tools
- Timestamp:
- Apr 15, 2003, 12:52:42 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/DailyBuild/odin32get.cmd
r8788 r10021 1 /* $Id: odin32get.cmd,v 1. 3 2002-06-26 22:11:43bird Exp $1 /* $Id: odin32get.cmd,v 1.4 2003-04-14 22:52:42 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 21 exit(0); 21 22
Note:
See TracChangeset
for help on using the changeset viewer.