scroll mode for very long start menus
[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 TARGET_CFLAGS = -Wall -Werror
19
20
21 include $(PATH_TO_TOP)/rules.mak
22
23 include $(TOOLS_PATH)/helper.mk
24
25 # EOF