Changeset 3943 for trunk/tools
- Timestamp:
- Aug 2, 2000, 10:19:35 PM (25 years ago)
- 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:33bird Exp $1 /* $Id: APIImport.cmd,v 1.5 2000-08-02 20:19:34 bird Exp $ 2 2 * 3 3 * Helper script which invokes APIImport.exe with the correct .def file. … … 15 15 16 16 sSrc = filespec('drive', sSrc) || filespec('path', sSrc); 17 sAPIImport= sSrc||'APIImport.exe ';17 sAPIImport= sSrc||'APIImport.exe -e+ '; 18 18 if (sDllName = 'msvcrt') then 19 19 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 $ 2 2 * 3 3 * Helper script which invokes StateUpd.cmd. … … 26 26 27 27 /* execute update */ 28 sStateUpd || ' -dll:opengl32 ' || sAllArgs;28 sStateUpd || ' -dll:opengl32 -s ' || sAllArgs; 29 29 lRc = rc; 30 30 31 31 /* restore dir */ 32 32 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; 33 39 end 34 40 else
Note:
See TracChangeset
for help on using the changeset viewer.