This commit was manufactured by cvs2svn to create branch 'captive'.
[reactos.git] / lib / winedbgc / Makefile
1 # $Id$
2
3 PATH_TO_TOP = ../..
4
5 TARGET_DEFONLY = yes
6
7 TARGET_TYPE = dynlink
8
9 TARGET_NAME = winedbgc
10
11 #TARGET_CFLAGS = -fno-rtti -D_ROS_ -D__WINE__
12
13 #TARGET_CFLAGS = -g -D__NTDLL__
14 TARGET_CFLAGS = -D__NTDLL__
15
16 TARGET_LFLAGS = -Wl,--file-alignment,0x1000 \
17   -Wl,--section-alignment,0x1000 \
18   -nostartfiles
19
20 TARGET_BASE = 0x77a90000
21
22 TARGET_SDKLIBS = ntdll.a kernel32.a
23
24 TARGET_OBJECTS = \
25         debug.o \
26         libmain.o \
27         porting.o \
28         winedbgc.o \
29         winedbgc.dll.dbg.o
30
31 include $(PATH_TO_TOP)/rules.mak
32
33 include $(TOOLS_PATH)/helper.mk
34
35 # EOF