merge in kjk_hyperion's ZwContinue test
[reactos.git] / reactos / apps / tests / zwcontinue / Makefile
1 # $Id: Makefile,v 1.2 2004/07/01 23:58:44 royce Exp $
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_NORC = yes
6
7 TARGET_TYPE = program
8
9 TARGET_APPTYPE = console
10
11 TARGET_NAME = zwcontinue
12
13 TARGET_OBJECTS = $(TARGET_NAME).o i386/$(TARGET_NAME).o
14
15 TARGET_CFLAGS = -Wall -Werror -D__USE_W32API
16
17 TARGET_SDKLIBS = ntdll.a
18
19 include $(PATH_TO_TOP)/rules.mak
20
21 include $(TOOLS_PATH)/helper.mk
22
23 # EOF