195251f51748f75b4e200cda0e191ceea57a525d
[reactos.git] / reactos / apps / tests / combo / makefile
1
2 PATH_TO_TOP = ../../..
3
4 TARGET_NORC = yes
5
6 TARGET_TYPE = program
7
8 TARGET_APPTYPE = windows
9
10 TARGET_NAME = combotst
11
12 TARGET_SDKLIBS = kernel32.a gdi32.a
13
14 TARGET_OBJECTS = \
15 combotst.o \
16 utils.o
17
18 include $(PATH_TO_TOP)/rules.mak
19
20 include $(TOOLS_PATH)/helper.mk
21
22 # EOF