18ee9e14dc39afc4ebce7f8f88cb0e5ce4f8b9f1
[reactos.git] / subsys / smss / makefile
1 # $Id$
2
3 PATH_TO_TOP = ../..
4
5 TARGET_TYPE = program
6
7 TARGET_APPTYPE = native
8
9 TARGET_NAME = smss
10
11 TARGET_INSTALLDIR = system32
12
13 TARGET_CFLAGS = -D__NTAPP__
14
15 # require os code to explicitly request A/W version of structs/functions
16 TARGET_CFLAGS += -D_DISABLE_TIDENTS
17
18 TARGET_OBJECTS = $(TARGET_NAME).o init.o smapi.o
19
20 include $(PATH_TO_TOP)/rules.mak
21
22 include $(TOOLS_PATH)/helper.mk
23
24 # EOF