Line | |
---|
1 | # $Id: makefile,v 1.1 2003-04-09 09:38:58 sandervl Exp $
|
---|
2 |
|
---|
3 | #
|
---|
4 | # Odin32 API
|
---|
5 | #
|
---|
6 | # ntdll tests makefile
|
---|
7 | #
|
---|
8 |
|
---|
9 |
|
---|
10 | CCENV = EMX
|
---|
11 | STACKSIZE = 0x100000
|
---|
12 | EXETARGET = 1
|
---|
13 |
|
---|
14 | #
|
---|
15 | # Compiler, tools, and interference rules.
|
---|
16 | #
|
---|
17 | !include ../../../makefile.inc
|
---|
18 |
|
---|
19 | #
|
---|
20 | # Object files. Prefix with OBJDIR and one space before the '\'.
|
---|
21 | #
|
---|
22 | OBJS = \
|
---|
23 | $(OBJDIR)\large_int.obj \
|
---|
24 | $(OBJDIR)\string.obj \
|
---|
25 | $(OBJDIR)\generated.obj \
|
---|
26 | $(OBJDIR)\rtlstr.obj \
|
---|
27 | $(OBJDIR)\main_test.obj
|
---|
28 |
|
---|
29 |
|
---|
30 | #
|
---|
31 | # Libraries. One space before the '\'.
|
---|
32 | #
|
---|
33 |
|
---|
34 | # -liberty_s -lstdcxx -lExCRuntime -lExDllSupport -lc_alias -lgcc_eh
|
---|
35 | # -lgcc -lc -lc_dllso -lgcc_eh -lgcc -lc -lsys -los2 -lend
|
---|
36 |
|
---|
37 | LIBS = \
|
---|
38 | $(EMX)\lib\iberty_s.lib \
|
---|
39 | $(EMX)\lib\gcc-lib\i386-pc-os2-emx\3.2.1\mt\stdcxx.lib \
|
---|
40 | $(EMX)\lib\c_alias.lib \
|
---|
41 | $(EMX)\lib\gcc-lib\i386-pc-os2-emx\3.2.1\mt\gcc_eh.lib \
|
---|
42 | $(EMX)\lib\gcc-lib\i386-pc-os2-emx\3.2.1\mt\gcc.lib \
|
---|
43 | $(EMX)\lib\mt\c.lib \
|
---|
44 | $(EMX)\lib\mt\c_app.lib \
|
---|
45 | $(EMX)\lib\mt\sys.lib \
|
---|
46 | $(EMX)\lib\os2.lib \
|
---|
47 | $(ODIN32_LIB)\kernel32.lib \
|
---|
48 | $(ODIN32_LIB)\user32.lib
|
---|
49 |
|
---|
50 | #
|
---|
51 | # Target name - name of the dll without extention and path.
|
---|
52 | #
|
---|
53 | TARGET = ntdll_test
|
---|
54 |
|
---|
55 | #
|
---|
56 | # Includes the common rules.
|
---|
57 | #
|
---|
58 | !include $(ODIN32_POST_INC)
|
---|
59 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.