source: trunk/src/wsock32/makefile@ 5087

Last change on this file since 5087 was 4717, checked in by bird, 25 years ago

New makefile style. (addjustments)

File size: 879 bytes
Line 
1# $Id: makefile,v 1.29 2000-12-02 23:43:27 bird 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) -DNEW_ASYNC
20
21
22#
23# Object files. Prefix with OBJDIR and one space before the '\'.
24#
25OBJS = \
26$(OBJDIR)\wsock32.obj \
27$(OBJDIR)\unknown.obj \
28$(OBJDIR)\wsa.obj \
29$(OBJDIR)\wsastruct.obj \
30$(OBJDIR)\wsock32rsrc.obj \
31$(OBJDIR)\initterm.obj \
32$(OBJDIR)\asyncapi.obj \
33$(OBJDIR)\asyncthread.obj \
34$(OBJDIR)\dbglocal.obj
35
36
37#
38# Libraries. One space before the '\'.
39#
40LIBS = \
41$(ODIN32_LIB)/kernel32.lib \
42$(ODIN32_LIB)/user32.lib \
43$(ODIN32_LIB)/$(ODINCRT).lib \
44so32dll.lib \
45tcp32dll.lib \
46OS2386.LIB \
47$(RTLLIB_O)
48
49
50#
51# Target name - name of the dll without extention and path.
52#
53TARGET = wsock32
54
55
56#
57# Includes the common rules.
58#
59!include $(ODIN32_POST_INC)
60
Note: See TracBrowser for help on using the repository browser.