Ignore:
Timestamp:
Oct 21, 1999, 4:58:54 PM (26 years ago)
Author:
phaller
Message:

Fix: compiler + library + stack issues fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wsock32/makefile

    r1384 r1393  
    1 # $Id: makefile,v 1.10 1999-10-20 20:10:57 phaller Exp $
     1# $Id: makefile,v 1.11 1999-10-21 14:58:54 phaller Exp $
    22
    33#
     
    1010PDWIN32_LIB = ..\..\lib
    1111PDWIN32_BIN = ..\..\bin
    12 
     12PDWIN32_TOOLS = ..\..\tools\bin
    1313
    1414!include $(PDWIN32_INCLUDE)/pdwin32.mk
     
    2929        $(LD) $(LDFLAGS) -Fm -Fe$@ $(OBJS) $(TARGET).def \
    3030              $(PDWIN32_LIB)\pmwinx.lib $(PDWIN32_LIB)\user32.lib \
    31               tcpip32.lib tcp32dll.lib so32dll.lib  $(PDWIN32_LIB)\kernel32.lib \
     31              tcp32dll.lib so32dll.lib  $(PDWIN32_LIB)\kernel32.lib \
    3232              $(PDWIN32_LIB)/odincrt.lib OS2386.LIB $(RTLLIB_O)
    3333        $(CP) $@ $(PDWIN32_BIN)
Note: See TracChangeset for help on using the changeset viewer.