source: trunk/src/wsock32/makefile@ 8889

Last change on this file since 8889 was 6894, checked in by bird, 24 years ago

Custombuild changes.

File size: 952 bytes
Line 
1# $Id: makefile,v 1.33 2001-09-30 09:12:17 bird 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)\dbglocal.obj \
37$(OBJDIR)\wsock2.obj
38
39
40#
41# Libraries. One space before the '\'.
42#
43LIBS = \
44$(ODIN32_LIB)/kernel32.lib \
45$(ODIN32_LIB)/user32.lib \
46$(ODIN32_LIB)/$(ODINCRT).lib \
47so32dll.lib \
48tcp32dll.lib \
49OS2386.LIB \
50$(RTLLIB_O)
51
52
53#
54# Target name - name of the dll without extention and path.
55#
56TARGET = wsock32
57
58
59#
60# Includes the common rules.
61#
62!include $(ODIN32_POST_INC)
63
Note: See TracBrowser for help on using the repository browser.