migrate substitution keywords to SVN
[reactos.git] / reactos / subsys / system / reactos / Makefile
1 # $Id$
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_TYPE = program
6
7 TARGET_APPTYPE = windows
8
9 TARGET_NAME = reactos
10
11 TARGET_CFLAGS = -Wall -Werror -D_WIN32_IE=0x0501 -D_WIN32_WINNT=0x0501 -D__USE_W32API
12
13 TARGET_SDKLIBS = kernel32.a gdi32.a user32.a
14
15 TARGET_OBJECTS = reactos.o
16
17 include $(PATH_TO_TOP)/rules.mak
18
19 include $(TOOLS_PATH)/helper.mk