source: trunk/src/wsock32/makefile@ 10366

Last change on this file since 10366 was 10222, checked in by sandervl, 22 years ago

Update for libwrap

File size: 1.0 KB
Line 
1# $Id: makefile,v 1.35 2003-08-08 15:55:34 sandervl Exp $
2
3#
4# Odin32 API
5#
6# wsock32.dll makefile
7#
8
9
10#
11# Compiler, tools, and interference rules.
12#
13WRC_PREFIX_RESOURCE=1
14!include ../../makefile.inc
15
16
17#
18# Overrides.
19#
20CXXFLAGS = $(CXXFLAGS) -DNEW_ASYNC
21
22
23#
24# Object files. Prefix with OBJDIR and one space before the '\'.
25#
26OBJS = \
27$(OBJDIR)\wsock32.obj \
28$(OBJDIR)\unknown.obj \
29$(OBJDIR)\wsa.obj \
30$(OBJDIR)\wsastruct.obj \
31$(OBJDIR)\wsock32rsrc.obj \
32$(OBJDIR)\initterm.obj \
33$(OBJDIR)\initwsock32.obj \
34$(OBJDIR)\asyncapi.obj \
35$(OBJDIR)\asyncthread.obj \
36$(OBJDIR)\vsemaphore.obj \
37$(OBJDIR)\dbglocal.obj \
38$(OBJDIR)\wsock2.obj
39
40
41#
42# Libraries. One space before the '\'.
43#
44LIBS = \
45$(ODIN32_LIB)/kernel32.lib \
46$(ODIN32_LIB)/user32.lib \
47$(ODIN32_LIB)/libwrap.lib \
48$(ODIN32_LIB)/iphlpapi.lib \
49$(ODIN32_LIB)/$(ODINCRT).lib \
50so32dll.lib \
51tcp32dll.lib \
52OS2386.LIB \
53$(RTLLIB_O)
54
55
56#
57# Target name - name of the dll without extention and path.
58#
59TARGET = wsock32
60
61
62#
63# Includes the common rules.
64#
65!include $(ODIN32_POST_INC)
66
Note: See TracBrowser for help on using the repository browser.