Line | |
---|
1 | # $Id: pe.mak,v 1.4 2000-12-16 15:40:53 sandervl Exp $
|
---|
2 |
|
---|
3 | #
|
---|
4 | # Odin32 API
|
---|
5 | #
|
---|
6 | # pe.exe makefile
|
---|
7 | #
|
---|
8 |
|
---|
9 | #
|
---|
10 | # Tell that we're producing an executable
|
---|
11 | #
|
---|
12 | STACKSIZE = 0x100000
|
---|
13 | EXETARGET = 1
|
---|
14 | MAKEFILE = pe.mak
|
---|
15 |
|
---|
16 |
|
---|
17 | #
|
---|
18 | # Compiler, tools, and interference rules.
|
---|
19 | #
|
---|
20 | !include ../../makefile.inc
|
---|
21 |
|
---|
22 |
|
---|
23 |
|
---|
24 | #
|
---|
25 | # Object files. Prefix with OBJDIR and one space before the '\'.
|
---|
26 | #
|
---|
27 | OBJS = \
|
---|
28 | $(OBJDIR)\pe.obj
|
---|
29 |
|
---|
30 |
|
---|
31 | #
|
---|
32 | # Libraries. One space before the '\'.
|
---|
33 | #
|
---|
34 | LIBS = \
|
---|
35 | $(ODIN32_LIB)/$(ODINCRT).lib \
|
---|
36 | $(RTLLIB_O) \
|
---|
37 | os2386.lib
|
---|
38 |
|
---|
39 |
|
---|
40 | #
|
---|
41 | # Target name - name of the dll without extention and path.
|
---|
42 | #
|
---|
43 | TARGET = pe
|
---|
44 |
|
---|
45 |
|
---|
46 | #
|
---|
47 | # Includes the common rules.
|
---|
48 | #
|
---|
49 | !include $(ODIN32_POST_INC)
|
---|
50 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.