update for HEAD-2003021201
[reactos.git] / apps / testsets / loadlib / makefile
1 #
2 # $Id: makefile,v 1.0
3
4 PATH_TO_TOP = ../../..
5
6 TARGET_NORC = yes
7
8 TARGET_TYPE = program
9
10 TARGET_APPTYPE = console
11
12 TARGET_NAME = loadlib
13
14 #TARGET_CFLAGS = -DDBG -DUNICODE -D_UNICODE
15
16 TARGET_SDKLIBS = kernel32.a ntdll.a 
17
18 TARGET_OBJECTS = $(TARGET_NAME).o
19
20 include $(PATH_TO_TOP)/rules.mak
21
22 include $(TOOLS_PATH)/helper.mk
23
24 # EOF