migrate substitution keywords to SVN
[reactos.git] / reactos / apps / utils / shutdown / Makefile
1 # $Id$
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_NORC = yes
6
7 TARGET_TYPE = program
8
9 TARGET_APPTYPE = console
10
11 TARGET_INSTALLDIR = system32
12
13 TARGET_NAME = shutdown
14
15 TARGET_SDKLIBS = kernel32.a user32.a
16
17 TARGET_OBJECTS = shutdown.o
18
19 TARGET_CFLAGS = -Wall -Werror -D__USE_W32API -D_WIN32_WINNT=0x0501
20
21 include $(PATH_TO_TOP)/rules.mak
22
23 include $(TOOLS_PATH)/helper.mk
24
25 # EOF