source: trunk/src/NTDLL/tests/makefile@ 10366

Last change on this file since 10366 was 9995, checked in by sandervl, 22 years ago

PF: Added Wine NTDLL tests

File size: 1.1 KB
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
10CCENV = EMX
11STACKSIZE = 0x100000
12EXETARGET = 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#
22OBJS = \
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
37LIBS = \
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#
53TARGET = 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.