Ignore:
Timestamp:
Jun 27, 2001, 10:55:14 AM (24 years ago)
Author:
bird
Message:

Corrected makeing of the tools.

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:22 bird Exp $
     1/* $Id: odin32db.cmd,v 1.3 2001-06-27 08:55:14 bird Exp $
    22 *
    33 * Updates the Odin32 API database.
     
    2020    'cd tools\database';
    2121    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';
    2523    if rc <> 0 then call failure rc, 'nmake db failed';
    2624    'cd ..\..\src';
Note: See TracChangeset for help on using the changeset viewer.