Changeset 3110 for trunk/tools


Ignore:
Timestamp:
Mar 14, 2000, 5:10:33 PM (25 years ago)
Author:
bird
Message:

Added special handling of OPENGL.

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:40 bird Exp $
     1/* $Id: APIImport.cmd,v 1.4 2000-03-14 16:10:33 bird Exp $
    22 *
    33 * Helper script which invokes APIImport.exe with the correct .def file.
     
    2727        if (translate(sDllName) = 'WNETAP32') then
    2828            sDllName = 'netapi32';
     29        else if (translate(sDllName) = 'OPENGL') then
     30        do
     31            'copy mesa\opengl32.def';
     32            sDllName = 'opengl32';
     33        end
     34
    2935        call MakeTempDeffile sDllName, 'APIImport.def';
    3036        sAPIImport || ' APIImport.def';
Note: See TracChangeset for help on using the changeset viewer.