Changeset 6126 for trunk/tools/DailyBuild
- Timestamp:
- Jun 27, 2001, 10:55:14 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/DailyBuild/odin32db.cmd
r4193 r6126 1 /* $Id: odin32db.cmd,v 1. 2 2000-09-05 17:36:22bird Exp $1 /* $Id: odin32db.cmd,v 1.3 2001-06-27 08:55:14 bird Exp $ 2 2 * 3 3 * Updates the Odin32 API database. … … 20 20 'cd tools\database'; 21 21 if rc <> 0 then call failure rc, 'cd db failed'; 22 'nmake apiimport.exe ..\bin\APIImport.exe'; 23 if rc <> 0 then call failure rc, 'nmake db failed'; 24 'nmake stateupd.exe ..\bin\stateupd.exe'; 22 'nmake'; 25 23 if rc <> 0 then call failure rc, 'nmake db failed'; 26 24 'cd ..\..\src';
Note:
See TracChangeset
for help on using the changeset viewer.