2a5640c60a4068d653d48ba7459c3301eab1f6a4
[reactos.git] / rosapps / tests / apc2 / makefile
1
2
3 PATH_TO_TOP = ../../../reactos
4
5 TARGET_NORC = yes
6
7 TARGET_TYPE = program
8
9 TARGET_APPTYPE = console
10
11 TARGET_NAME = apc2
12
13 TARGET_SDKLIBS = ntdll.a kernel32.a
14
15 TARGET_CFLAGS = -Wall -Werror
16
17 TARGET_OBJECTS = $(TARGET_NAME).o
18
19 include $(PATH_TO_TOP)/rules.mak
20
21 include $(TOOLS_PATH)/helper.mk
22
23 # EOF