source: trunk/src/wsock32/wsock32lib.mak@ 6502

Last change on this file since 6502 was 6401, checked in by sandervl, 24 years ago

custom build updates

File size: 870 bytes
Line 
1# $Id: wsock32lib.mak,v 1.2 2001-07-29 19:02:14 sandervl Exp $
2
3#
4# Odin32 API
5#
6# common.lib makefile
7#
8WRC_PREFIX_RESOURCE=1
9
10
11#
12# Tell build environmet to build an object library.
13#
14LIBTARGET = 1
15EXETARGET = 1
16PUBLICLIB = 1
17
18
19#
20# Compiler, tools, and interference rules.
21#
22!include ../../makefile.inc
23
24
25#
26# Overrides.
27#
28CXXFLAGS = $(CXXFLAGS) -DNEW_ASYNC
29
30
31#
32# Object files. Prefix with OBJDIR and one space before the '\'.
33#
34OBJS = \
35$(OBJDIR)\wsock32.obj \
36$(OBJDIR)\unknown.obj \
37$(OBJDIR)\wsa.obj \
38$(OBJDIR)\wsastruct.obj \
39$(OBJDIR)\wsock32rsrc.obj \
40$(OBJDIR)\initterm.obj \
41$(OBJDIR)\initwsock32.obj \
42$(OBJDIR)\asyncapi.obj \
43$(OBJDIR)\asyncthread.obj \
44$(OBJDIR)\dbglocal.obj \
45$(OBJDIR)\wsock2.obj
46
47#
48# Target name - name of the library without extention and path.
49#
50TARGET = wsock32o
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.