Changeset 2036 for trunk/src


Ignore:
Timestamp:
Dec 9, 1999, 2:00:27 AM (26 years ago)
Author:
bird
Message:

Corrected import library creation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wnaspi32/makefile

    r1585 r2036  
    1 # $Id: makefile,v 1.3 1999-11-03 23:28:06 sandervl Exp $
     1# $Id: makefile,v 1.4 1999-12-09 01:00:27 bird Exp $
    22
    33#
     
    1010PDWIN32_LIB = ..\..\lib
    1111PDWIN32_BIN = ..\..\bin
    12 
     12PDWIN32_TOOLS = ..\..\tools\bin
    1313
    1414!include $(PDWIN32_INCLUDE)/pdwin32.mk
     
    3434
    3535
    36 $(TARGET).lib: $(TARGET).def
     36$(TARGET).lib: $(TARGET)exp.def
    3737        $(IMPLIB) $(IMPLIBFLAGS) $@ $**
    3838        $(CP) $@ $(PDWIN32_LIB)
     39
     40$(TARGET)exp.def: $(TARGET).def
     41        $(IMPDEF) $** $@
    3942
    4043
Note: See TracChangeset for help on using the changeset viewer.