source: trunk/src/wnaspi32/makefile@ 8889

Last change on this file since 8889 was 8601, checked in by sandervl, 23 years ago

os2cdrom.dmd rewrite

File size: 702 bytes
Line 
1# $Id: makefile,v 1.15 2002-06-08 11:42:02 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)/$(ODINCRT).lib \
34OS2386.LIB \
35$(RTLLIB_O)
36
37
38#
39# Target name - name of the dll without extention and path.
40#
41TARGET = wnaspi32
42
43
44#
45# Includes the common rules.
46#
47!include $(ODIN32_POST_INC)
48
Note: See TracBrowser for help on using the repository browser.