- Timestamp:
- Nov 12, 1999, 4:46:19 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/makefile
r1451 r1715 1 # $Id: makefile,v 1.1 2 1999-10-25 23:17:19 phallerExp $1 # $Id: makefile,v 1.13 1999-11-12 15:46:19 bird Exp $ 2 2 3 3 # … … 34 34 35 35 $(TARGET).lib: $(TARGET)exp.def 36 37 36 $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def 37 $(CP) $@ $(PDWIN32_LIB) 38 38 39 39 $(TARGET)exp.def: $(TARGET).def 40 40 $(IMPDEF) $** $@ 41 41 42 42 wsock32.obj: wsock32.cpp wsock32.h wsock32const.h … … 45 45 initterm.obj: initterm.cpp 46 46 47 47 48 clean: 48 $(RM) *.obj *.lib *.dll *~ *.map *.pch 49 $(RM) *.obj *.lib *.dll *~ *.map *.pch 49 50 $(RM) $(PDWIN32_BIN)\$(TARGET).dll 50 51 $(RM) $(PDWIN32_LIB)\$(TARGET).lib
Note:
See TracChangeset
for help on using the changeset viewer.