Changeset 846 for trunk/src/gdi32


Ignore:
Timestamp:
Sep 6, 1999, 3:56:21 AM (26 years ago)
Author:
bird
Message:

The ???exp.def files are now generated by ImpDef.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gdi32/makefile

    r604 r846  
    1 # $Id: makefile,v 1.6 1999-08-21 12:29:29 sandervl Exp $
     1# $Id: makefile,v 1.7 1999-09-06 01:50:32 bird Exp $
    22
    33#
     
    1010PDWIN32_LIB = ..\..\lib
    1111PDWIN32_BIN = ..\..\bin
     12PDWIN32_TOOLS = ..\..\tools\bin
    1213
    1314
     
    3839        $(CP) $@ $(PDWIN32_LIB)
    3940
     41$(TARGET)exp.def: $(TARGET).def
     42    $(IMPDEF) $** $@
     43
    4044
    4145
     
    6064
    6165clean:
    62         $(RM) *.obj *.lib *.dll *~ *.map *.pch 
     66        $(RM) *.obj *.lib *.dll *~ *.map *.pch
    6367        $(RM) $(PDWIN32_BIN)\$(TARGET).dll
    6468        $(RM) $(PDWIN32_LIB)\$(TARGET).lib
     69    $(RM) $(TARGET)exp.def
    6570
    66 
Note: See TracChangeset for help on using the changeset viewer.