Ignore:
Timestamp:
Oct 26, 1999, 1:17:20 AM (26 years ago)
Author:
phaller
Message:

Fix: invalid structure alignment for asynchronous operations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/makefile

    r1393 r1451  
    1 # $Id: makefile,v 1.11 1999-10-21 14:58:54 phaller Exp $
     1# $Id: makefile,v 1.12 1999-10-25 23:17:19 phaller Exp $
    22
    33#
     
    2121TARGET = wsock32
    2222
    23 OBJS =  wsock32.obj notify.obj initterm.obj unknown.obj async.obj
     23OBJS =  wsock32.obj initterm.obj unknown.obj async.obj
    2424
    2525all: $(TARGET).dll $(TARGET).lib
     
    4141
    4242wsock32.obj: wsock32.cpp wsock32.h wsock32const.h
    43 notify.obj:  notify.cpp wsock32.h
    4443unknown.obj: unknown.cpp wsock32.h
    4544async.obj:   async.cpp wsock32const.h
Note: See TracChangeset for help on using the changeset viewer.