Changeset 2526 for trunk/src/tapi32


Ignore:
Timestamp:
Jan 27, 2000, 12:20:00 AM (26 years ago)
Author:
sandervl
Message:

YD's makefile changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/tapi32/makefile

    r2306 r2526  
    1 # $Id: makefile,v 1.8 2000-01-03 10:25:36 sandervl Exp $
     1# $Id: makefile,v 1.9 2000-01-26 23:19:59 sandervl Exp $
    22
    33#
     
    1010PDWIN32_LIB = ..\..\lib
    1111PDWIN32_BIN = ..\..\bin
     12PDWIN32_TOOLS = ..\..\tools\bin
    1213
    1314
     
    3435
    3536
    36 $(TARGET).lib: $(TARGET).def
    37         $(IMPLIB) $(IMPLIBFLAGS) $@ $**
    38         $(CP) $@ $(PDWIN32_LIB)
     37$(TARGET).lib: $(TARGET)exp.def
     38        $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def
     39        $(CP) $@ $(PDWIN32_LIB)
     40
     41$(TARGET)exp.def: $(TARGET).def
     42        $(IMPDEF) $** $@
    3943
    4044
Note: See TracChangeset for help on using the changeset viewer.