Line | |
---|
1 | # $Id: kDef2Wat.mak,v 1.2 2000-12-02 23:26:58 bird Exp $
|
---|
2 |
|
---|
3 | #
|
---|
4 | # Odin32 API
|
---|
5 | #
|
---|
6 | # kDef2Wat.exe makefile
|
---|
7 | #
|
---|
8 |
|
---|
9 |
|
---|
10 | #
|
---|
11 | # Macro which defines the tools common directory.
|
---|
12 | #
|
---|
13 | ODIN32_TCOMMON = .
|
---|
14 | ODIN32_BIN = $(ODIN32_TOOLS)
|
---|
15 |
|
---|
16 |
|
---|
17 | #
|
---|
18 | # Tell that we're producing an vio executable.
|
---|
19 | # Tell buildenvironment that we like to use static linked CRT.
|
---|
20 | # Tell that we're not to be copied to /bin.
|
---|
21 | # Tell that the makefile has another name.
|
---|
22 | #
|
---|
23 | EXETARGET = 1
|
---|
24 | VIO = 1
|
---|
25 | STATIC_CRT = 1
|
---|
26 | NO_MAIN_BIN_COPY = 1
|
---|
27 | MAKEFILE = kDef2Wat.mak
|
---|
28 |
|
---|
29 |
|
---|
30 | #
|
---|
31 | # Compiler, tools, and interference rules.
|
---|
32 | #
|
---|
33 | !include ../../makefile.inc
|
---|
34 | !include $(ODIN32_TCOMMON)/common.mk
|
---|
35 |
|
---|
36 |
|
---|
37 | #
|
---|
38 | # Object files. Prefix with OBJDIR and one space before the '\'.
|
---|
39 | #
|
---|
40 | OBJS = \
|
---|
41 | $(OBJDIR)\kDef2Wat.obj
|
---|
42 |
|
---|
43 |
|
---|
44 | #
|
---|
45 | # Libraries. One space before the '\'.
|
---|
46 | #
|
---|
47 | LIBS = \
|
---|
48 | $(COMMONLIB) \
|
---|
49 | $(RTLLIB) \
|
---|
50 | os2386.lib
|
---|
51 |
|
---|
52 |
|
---|
53 | #
|
---|
54 | # Target name - name of the dll without extention and path.
|
---|
55 | #
|
---|
56 | TARGET = kDef2Wat
|
---|
57 |
|
---|
58 |
|
---|
59 | #
|
---|
60 | # Includes the common rules.
|
---|
61 | #
|
---|
62 | !include $(ODIN32_POST_INC)
|
---|
63 | !include $(ODIN32_TCOMMON_POST_INC)
|
---|
64 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.