source: trunk/src/driverdll/makefile@ 8889

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

initial version

File size: 599 bytes
Line 
1# $Id: makefile,v 1.1 2001-08-04 16:03:05 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)/$(ODINCRT).lib \
29OS2386.LIB \
30$(RTLLIB_O)
31
32
33#
34# Target name - name of the dll without extention and path.
35#
36TARGET = testdrv
37
38
39#
40# Includes the common rules.
41#
42!include $(ODIN32_POST_INC)
43
Note: See TracBrowser for help on using the repository browser.