Line | |
---|
1 | # $Id: pe.mak,v 1.5 2002-12-30 19:05:38 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 | # Overrides.
|
---|
25 | #
|
---|
26 | CXXFLAGS = $(CXXFLAGS_ODINCRT)
|
---|
27 | LD2FLAGS = $(LD2FLAGS_ODINCRT)
|
---|
28 |
|
---|
29 | #
|
---|
30 | # Object files. Prefix with OBJDIR and one space before the '\'.
|
---|
31 | #
|
---|
32 | OBJS = \
|
---|
33 | $(OBJDIR)\pe.obj
|
---|
34 |
|
---|
35 |
|
---|
36 | #
|
---|
37 | # Libraries. One space before the '\'.
|
---|
38 | #
|
---|
39 | LIBS = \
|
---|
40 | $(RTLLIB_O) \
|
---|
41 | os2386.lib
|
---|
42 |
|
---|
43 |
|
---|
44 | #
|
---|
45 | # Target name - name of the dll without extention and path.
|
---|
46 | #
|
---|
47 | TARGET = pe
|
---|
48 |
|
---|
49 |
|
---|
50 | #
|
---|
51 | # Includes the common rules.
|
---|
52 | #
|
---|
53 | !include $(ODIN32_POST_INC)
|
---|
54 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.