Changeset 7229 for trunk/tools/DailyBuild
- Timestamp:
- Oct 26, 2001, 10:53:02 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/DailyBuild/odin32db.cmd
r6668 r7229 1 /* $Id: odin32db.cmd,v 1. 4 2001-09-06 03:22:47bird Exp $1 /* $Id: odin32db.cmd,v 1.5 2001-10-26 20:53:02 bird Exp $ 2 2 * 3 3 * Updates the Odin32 API database. … … 17 17 parse source sd1 sd2 sScript 18 18 sScriptDir = filespec('drive', sScript) || filespec('path', sScript); 19 sDir = directory(); 19 20 'cd tools\database'; 20 21 if rc <> 0 then call failure rc, 'cd db failed'; … … 41 42 42 43 /* dump database and install the dump at netlabs */ 44 call directory sDir; 43 45 'mkdir db' 44 46 'mysqldump --no-create-db --add-drop-table --allow-keywords -Tdb odin32'
Note:
See TracChangeset
for help on using the changeset viewer.