source: trunk/src/driverdll/makefile@ 10366

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

Update for libwrap

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