source: trunk/src/wnaspi32/makefile@ 10366

Last change on this file since 10366 was 10222, checked in by sandervl, 22 years ago

Update for libwrap

File size: 730 bytes
Line 
1# $Id: makefile,v 1.16 2003-08-08 15:55:20 sandervl Exp $
2
3#
4# Odin32 API
5#
6# wnaspi32.dll makefile
7#
8
9WRC_PREFIX_RESOURCE=1
10
11#
12# Compiler, tools, and interference rules.
13#
14!include ../../makefile.inc
15
16
17#
18# Object files. Prefix with OBJDIR and one space before the '\'.
19#
20OBJS = \
21$(OBJDIR)\winaspi32.obj \
22$(OBJDIR)\cdio.obj \
23$(OBJDIR)\wnaspi32rsrc.obj \
24$(OBJDIR)\initwnaspi32.obj \
25$(OBJDIR)\initterm.obj
26
27
28#
29# Libraries. One space before the '\'.
30#
31LIBS = \
32$(ODIN32_LIB)/kernel32.lib \
33$(ODIN32_LIB)/libwrap.lib \
34$(ODIN32_LIB)/$(ODINCRT).lib \
35OS2386.LIB \
36$(RTLLIB_O)
37
38
39#
40# Target name - name of the dll without extention and path.
41#
42TARGET = wnaspi32
43
44
45#
46# Includes the common rules.
47#
48!include $(ODIN32_POST_INC)
49
Note: See TracBrowser for help on using the repository browser.