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 | #
|
---|
17 | OBJS = \
|
---|
18 | $(OBJDIR)\testdrv.obj \
|
---|
19 | $(OBJDIR)\testdrvrsrc.obj \
|
---|
20 | $(DLLENTRY)
|
---|
21 |
|
---|
22 |
|
---|
23 | #
|
---|
24 | # Libraries. One space before the '\'.
|
---|
25 | #
|
---|
26 | LIBS = \
|
---|
27 | $(ODIN32_LIB)/kernel32.lib \
|
---|
28 | $(ODIN32_LIB)/libwrap.lib \
|
---|
29 | $(ODIN32_LIB)/$(ODINCRT).lib \
|
---|
30 | OS2386.LIB \
|
---|
31 | $(RTLLIB_O)
|
---|
32 |
|
---|
33 |
|
---|
34 | #
|
---|
35 | # Target name - name of the dll without extention and path.
|
---|
36 | #
|
---|
37 | TARGET = 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.