Changeset 3943 for trunk/tools


Ignore:
Timestamp:
Aug 2, 2000, 10:19:35 PM (25 years ago)
Author:
bird
Message:

Fixes.

Location:
trunk/tools/bin
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/bin/APIImport.cmd

    r3110 r3943  
    1 /* $Id: APIImport.cmd,v 1.4 2000-03-14 16:10:33 bird Exp $
     1/* $Id: APIImport.cmd,v 1.5 2000-08-02 20:19:34 bird Exp $
    22 *
    33 * Helper script which invokes APIImport.exe with the correct .def file.
     
    1515
    1616    sSrc = filespec('drive', sSrc) || filespec('path', sSrc);
    17     sAPIImport= sSrc||'APIImport.exe';
     17    sAPIImport= sSrc||'APIImport.exe  -e+ ';
    1818    if (sDllName = 'msvcrt') then
    1919    do
  • trunk/tools/bin/StateUpd.cmd

    r3113 r3943  
    1 /* $Id: StateUpd.cmd,v 1.2 2000-03-14 16:29:35 bird Exp $
     1/* $Id: StateUpd.cmd,v 1.3 2000-08-02 20:19:35 bird Exp $
    22 *
    33 * Helper script which invokes StateUpd.cmd.
     
    2626
    2727        /* execute update  */
    28         sStateUpd || ' -dll:opengl32 ' || sAllArgs;
     28        sStateUpd || ' -dll:opengl32 -s ' || sAllArgs;
    2929        lRc = rc;
    3030
    3131        /* restore dir */
    3232        call directory sOldDir;
     33    end
     34    else if (translate(sDllName) = 'WNETAP32') then
     35    do
     36        /* execute update  */
     37        sStateUpd || ' -dll:netapi32 ' || sAllArgs;
     38        lRc = rc;
    3339    end
    3440    else
Note: See TracChangeset for help on using the changeset viewer.