This commit was manufactured by cvs2svn to create branch 'captive'.
[reactos.git] / apps / tests / edit / 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 = edittest
11
12 TARGET_SDKLIBS = kernel32.a gdi32.a
13
14 TARGET_OBJECTS = \
15         edittest.o \
16         utils.o
17
18 include $(PATH_TO_TOP)/rules.mak
19
20 include $(TOOLS_PATH)/helper.mk
21
22 # EOF