Changeset 3110 for trunk/tools
- Timestamp:
- Mar 14, 2000, 5:10:33 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/bin/APIImport.cmd
r2790 r3110 1 /* $Id: APIImport.cmd,v 1. 3 2000-02-15 13:31:40bird Exp $1 /* $Id: APIImport.cmd,v 1.4 2000-03-14 16:10:33 bird Exp $ 2 2 * 3 3 * Helper script which invokes APIImport.exe with the correct .def file. … … 27 27 if (translate(sDllName) = 'WNETAP32') then 28 28 sDllName = 'netapi32'; 29 else if (translate(sDllName) = 'OPENGL') then 30 do 31 'copy mesa\opengl32.def'; 32 sDllName = 'opengl32'; 33 end 34 29 35 call MakeTempDeffile sDllName, 'APIImport.def'; 30 36 sAPIImport || ' APIImport.def';
Note:
See TracChangeset
for help on using the changeset viewer.