Changeset 1715 for trunk/src


Ignore:
Timestamp:
Nov 12, 1999, 4:46:19 PM (26 years ago)
Author:
bird
Message:

makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/makefile

    r1451 r1715  
    1 # $Id: makefile,v 1.12 1999-10-25 23:17:19 phaller Exp $
     1# $Id: makefile,v 1.13 1999-11-12 15:46:19 bird Exp $
    22
    33#
     
    3434
    3535$(TARGET).lib: $(TARGET)exp.def
    36         $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def
    37         $(CP) $@ $(PDWIN32_LIB)
     36    $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def
     37    $(CP) $@ $(PDWIN32_LIB)
    3838
    3939$(TARGET)exp.def: $(TARGET).def
    40         $(IMPDEF) $** $@
     40    $(IMPDEF) $** $@
    4141
    4242wsock32.obj: wsock32.cpp wsock32.h wsock32const.h
     
    4545initterm.obj: initterm.cpp
    4646
     47
    4748clean:
    48         $(RM) *.obj *.lib *.dll *~ *.map *.pch 
     49        $(RM) *.obj *.lib *.dll *~ *.map *.pch
    4950        $(RM) $(PDWIN32_BIN)\$(TARGET).dll
    5051        $(RM) $(PDWIN32_LIB)\$(TARGET).lib
Note: See TracChangeset for help on using the changeset viewer.