Changeset 2526 for trunk/src/psapi


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/psapi/makefile

    r1710 r2526  
    1 # $Id: makefile,v 1.3 1999-11-12 11:38:44 sandervl Exp $
     1# $Id: makefile,v 1.4 2000-01-26 23:19:58 sandervl Exp $
    22
    33#
     
    1010PDWIN32_LIB = ..\..\lib
    1111PDWIN32_BIN = ..\..\bin
     12PDWIN32_TOOLS = ..\..\tools\bin
    1213
    1314
     
    3334
    3435
    35 $(TARGET).lib: $(TARGET).def
    36         $(IMPLIB) $(IMPLIBFLAGS) $@ $**
    37         $(CP) $@ $(PDWIN32_LIB)
     36$(TARGET).lib: $(TARGET)exp.def
     37        $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def
     38        $(CP) $@ $(PDWIN32_LIB)
     39
     40$(TARGET)exp.def: $(TARGET).def
     41        $(IMPDEF) $** $@
    3842
    3943
Note: See TracChangeset for help on using the changeset viewer.