Moving the tests.....more
[reactos.git] / rosapps / tests / pteb / Makefile
1 # $Id: Makefile,v 1.1 2004/10/21 04:53:21 sedwards Exp $
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 = pteb
12
13 TARGET_SDKLIBS = ntdll.a kernel32.a
14
15 TARGET_OBJECTS = $(TARGET_NAME).o
16
17 TARGET_CFLAGS = -Wall -Werror
18
19 include $(PATH_TO_TOP)/rules.mak
20
21 include $(TOOLS_PATH)/helper.mk
22
23 # EOF