Changeset 13370
- Timestamp:
- Feb 15, 2000, 2:31:40 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified tags/trunk/tools/bin/APIImport.cmd ¶
r13354 r13370 1 /* $Id: APIImport.cmd,v 1. 2 2000-02-14 14:31:35bird Exp $1 /* $Id: APIImport.cmd,v 1.3 2000-02-15 13:31:40 bird Exp $ 2 2 * 3 3 * Helper script which invokes APIImport.exe with the correct .def file. … … 19 19 do 20 20 call MakeTempDeffile sDllName, 'APIImport.def'; 21 sAPIImport || ' APIImport.def';22 21 call MakeTempDeffile sDllName||'20', 'APIImport20.def'; 23 sAPIImport || ' APIImport20.def';24 22 call MakeTempDeffile sDllName||'40', 'APIImport40.def'; 25 sAPIImport || ' APIImport 40.def';23 sAPIImport || ' APIImport.def APIImport20.def APIImport40.def'; 26 24 end 27 25 else
Note:
See TracChangeset
for help on using the changeset viewer.