Changeset 2035 for trunk/src


Ignore:
Timestamp:
Dec 9, 1999, 1:56:54 AM (26 years ago)
Author:
bird
Message:

Corrected importlibrary creation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wnetap32/makefile

    r1585 r2035  
    1 # $Id: makefile,v 1.7 1999-11-03 23:28:07 sandervl Exp $
     1# $Id: makefile,v 1.8 1999-12-09 00:56:54 bird Exp $
    22
    33#
     
    1010PDWIN32_LIB = ..\..\lib
    1111PDWIN32_BIN = ..\..\bin
     12PDWIN32_TOOLS = ..\..\tools\bin
    1213
    1314
     
    3435
    3536
    36 $(TARGET).lib: $(TARGET).def
     37$(TARGET).lib: $(TARGET)exp.def
    3738        $(IMPLIB) $(IMPLIBFLAGS) $@ $**
    3839        $(CP) $@ $(PDWIN32_LIB)
     40
     41$(TARGET)exp.def: $(TARGET).def
     42    $(IMPDEF) $** $@
    3943
    4044
Note: See TracChangeset for help on using the changeset viewer.