Changeset 971 for trunk/src/winmm


Ignore:
Timestamp:
Sep 18, 1999, 5:56:38 PM (26 years ago)
Author:
sandervl
Message:

Create correct import lib

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/winmm/makefile

    r756 r971  
    1 # $Id: makefile,v 1.9 1999-08-31 15:04:10 phaller Exp $
     1# $Id: makefile,v 1.10 1999-09-18 15:56:38 sandervl Exp $
    22
    33#
     
    1010PDWIN32_LIB = ..\..\lib
    1111PDWIN32_BIN = ..\..\bin
     12PDWIN32_TOOLS = ..\..\tools\bin
    1213
    1314
     
    4041
    4142
    42 $(TARGET).lib: $(TARGET).dll
    43         $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET).dll
     43$(TARGET).LIB: $(TARGET)exp.def
     44        $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def
    4445        $(CP) $@ $(PDWIN32_LIB)
     46
     47$(TARGET)exp.def: $(TARGET).def
     48        $(IMPDEF) $** $@
    4549
    4650
Note: See TracChangeset for help on using the changeset viewer.