source: trunk/src/ws2_32/makefile@ 10367

Last change on this file since 10367 was 8370, checked in by sandervl, 23 years ago

added WSAAccept

File size: 816 bytes
Line 
1# $Id: makefile,v 1.7 2002-05-06 09:38:52 sandervl Exp $
2
3#
4# Odin32 API
5#
6# ws2_32.dll makefile
7#
8
9
10#
11# Compiler, tools, and interference rules.
12#
13!include ../../makefile.inc
14
15
16#
17# Overrides.
18#
19CXXFLAGS = $(CXXFLAGS)
20
21
22#
23# Object files. Prefix with OBJDIR and one space before the '\'.
24#
25OBJS = \
26$(OBJDIR)\initterm.obj \
27$(OBJDIR)\socket.obj \
28$(OBJDIR)\protocol.obj \
29$(OBJDIR)\socketodin.obj \
30$(OBJDIR)\ioctl.obj \
31$(OBJDIR)\ws2_32rsrc.obj \
32$(OBJDIR)\dbglocal.obj
33
34
35#
36# Libraries. One space before the '\'.
37#
38LIBS = \
39$(ODIN32_LIB)/kernel32.lib \
40$(ODIN32_LIB)/user32.lib \
41$(ODIN32_LIB)/wsock32.lib \
42$(ODIN32_LIB)/$(ODINCRT).lib \
43OS2386.LIB \
44$(RTLLIB_O)
45
46
47#
48# Target name - name of the dll without extention and path.
49#
50TARGET = ws2_32
51
52
53#
54# Includes the common rules.
55#
56!include $(ODIN32_POST_INC)
57
Note: See TracBrowser for help on using the repository browser.