source: trunk/src/ws2_32/makefile@ 6502

Last change on this file since 6502 was 5743, checked in by sandervl, 25 years ago

added more exports

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