This commit was manufactured by cvs2svn to create branch 'captive'.
[reactos.git] / regtests / regtests / Makefile
1 # $Id$
2
3 PATH_TO_TOP = ../..
4
5 TARGET_NORC = yes
6
7 TARGET_TYPE = program
8
9 TARGET_APPTYPE = console
10
11 TARGET_NAME = regtests
12
13 TARGET_SDKLIBS = rtshared.a ntdll.a kernel32.a
14
15 TARGET_CFLAGS = -I../shared
16
17 TARGET_OBJECTS = \
18   regtests.o
19
20 include $(PATH_TO_TOP)/rules.mak
21
22 include $(TOOLS_PATH)/helper.mk
23
24 # EOF