Changeset 1372 for trunk/src/wsock32/makefile
- Timestamp:
- Oct 20, 1999, 12:03:55 PM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/wsock32/makefile (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wsock32/makefile
r1318 r1372 1 # $Id: makefile,v 1. 8 1999-10-16 11:04:07 sandervlExp $1 # $Id: makefile,v 1.9 1999-10-20 10:03:53 phaller Exp $ 2 2 3 3 # … … 21 21 TARGET = wsock32 22 22 23 OBJS = wsock32.obj notify.obj initterm.obj unknown.obj 23 OBJS = wsock32.obj notify.obj initterm.obj unknown.obj async.obj 24 24 25 25 all: $(TARGET).dll $(TARGET).lib … … 40 40 $(IMPDEF) $** $@ 41 41 42 wsock32.obj: wsock32.cpp wsock32.h 42 wsock32.obj: wsock32.cpp wsock32.h wsock32const.h 43 43 notify.obj: notify.cpp wsock32.h 44 44 unknown.obj: unknown.cpp wsock32.h 45 async.obj: async.cpp wsock32const.h 45 46 initterm.obj: initterm.cpp 46 47
Note:
See TracChangeset
for help on using the changeset viewer.
