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

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

initterm update

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