c4191c21cf0e2fbab6e0276ea8d5e1c9e22c8851
[reactos.git] / rosapps / tests / noexecute / makefile
1 #
2 # $Id: makefile,v 1.1 2004/10/21 04:59:00 sedwards Exp $
3 #
4
5 PATH_TO_TOP = ../../../reactos
6
7 TARGET_NORC = yes
8
9 TARGET_TYPE = program
10
11 TARGET_APPTYPE = console
12
13 TARGET_NAME = noexecute
14
15 TARGET_SDKLIBS = pseh.a
16
17 TARGET_PCH =
18
19 TARGET_OBJECTS = \
20 noexecute.o
21
22 TARGET_CFLAGS = -Wall -Werror -D__USE_W32API
23
24 DEP_OBJECTS = $(TARGET_OBJECTS)
25
26 include $(PATH_TO_TOP)/rules.mak
27
28 include $(TOOLS_PATH)/helper.mk
29
30 include $(TOOLS_PATH)/depend.mk
31
32 # EOF