Ignore:
Timestamp:
Oct 20, 1999, 12:03:55 PM (26 years ago)
Author:
phaller
Message:

Fix: WSA async rewrite

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/makefile

    r1318 r1372  
    1 # $Id: makefile,v 1.8 1999-10-16 11:04:07 sandervl Exp $
     1# $Id: makefile,v 1.9 1999-10-20 10:03:53 phaller Exp $
    22
    33#
     
    2121TARGET = wsock32
    2222
    23 OBJS =  wsock32.obj notify.obj initterm.obj unknown.obj
     23OBJS =  wsock32.obj notify.obj initterm.obj unknown.obj async.obj
    2424
    2525all: $(TARGET).dll $(TARGET).lib
     
    4040        $(IMPDEF) $** $@
    4141
    42 wsock32.obj: wsock32.cpp wsock32.h
     42wsock32.obj: wsock32.cpp wsock32.h wsock32const.h
    4343notify.obj:  notify.cpp wsock32.h
    4444unknown.obj: unknown.cpp wsock32.h
     45async.obj:   async.cpp wsock32const.h
    4546initterm.obj: initterm.cpp
    4647
Note: See TracChangeset for help on using the changeset viewer.