source: trunk/src/ws2_32/makefile@ 8045

Last change on this file since 8045 was 7433, checked in by bird, 24 years ago

wrong file description.

File size: 816 bytes
Line 
1# $Id: makefile,v 1.5 2001-11-22 20:50:52 bird 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)\socketodin.obj \
29$(OBJDIR)\ioctl.obj \
30$(OBJDIR)\ws2_32rsrc.obj \
31$(OBJDIR)\dbglocal.obj
32
33
34#
35# Libraries. One space before the '\'.
36#
37LIBS = \
38$(ODIN32_LIB)/kernel32.lib \
39$(ODIN32_LIB)/user32.lib \
40$(ODIN32_LIB)/wsock32.lib \
41$(ODIN32_LIB)/$(ODINCRT).lib \
42so32dll.lib \
43tcp32dll.lib \
44OS2386.LIB \
45$(RTLLIB_O)
46
47
48#
49# Target name - name of the dll without extention and path.
50#
51TARGET = ws2_32
52
53
54#
55# Includes the common rules.
56#
57!include $(ODIN32_POST_INC)
58
Note: See TracBrowser for help on using the repository browser.