- Timestamp:
- Oct 16, 1999, 1:04:07 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/makefile
r604 r1318 1 # $Id: makefile,v 1. 7 1999-08-21 12:29:32sandervl Exp $1 # $Id: makefile,v 1.8 1999-10-16 11:04:07 sandervl Exp $ 2 2 3 3 # … … 33 33 $(CP) $@ $(PDWIN32_BIN) 34 34 35 36 $(TARGET).lib: $(TARGET).dll 37 $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET).dll 35 $(TARGET).lib: $(TARGET)exp.def 36 $(IMPLIB) $(IMPLIBFLAGS) $@ $(TARGET)exp.def 38 37 $(CP) $@ $(PDWIN32_LIB) 39 38 39 $(TARGET)exp.def: $(TARGET).def 40 $(IMPDEF) $** $@ 40 41 41 42 wsock32.obj: wsock32.cpp wsock32.h
Note:
See TracChangeset
for help on using the changeset viewer.