Changeset 13370


Ignore:
Timestamp:
Feb 15, 2000, 2:31:40 PM (25 years ago)
Author:
bird
Message:

Fixes.

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:35 bird Exp $
     1/* $Id: APIImport.cmd,v 1.3 2000-02-15 13:31:40 bird Exp $
    22 *
    33 * Helper script which invokes APIImport.exe with the correct .def file.
     
    1919    do
    2020        call MakeTempDeffile sDllName, 'APIImport.def';
    21         sAPIImport || ' APIImport.def';
    2221        call MakeTempDeffile sDllName||'20', 'APIImport20.def';
    23         sAPIImport || ' APIImport20.def';
    2422        call MakeTempDeffile sDllName||'40', 'APIImport40.def';
    25         sAPIImport || ' APIImport40.def';
     23        sAPIImport || ' APIImport.def APIImport20.def APIImport40.def';
    2624    end
    2725    else
Note: See TracChangeset for help on using the changeset viewer.