39774b082c503793d61a694a4f082e62fea9f111
[reactos.git] / subsys / system / usetup / makefile
1 # $Id$
2
3 PATH_TO_TOP = ../../..
4
5 TARGET_BOOTSTRAP = yes
6
7 TARGET_BOOTSTRAP_NAME = smss.exe
8
9 TARGET_TYPE = program
10
11 TARGET_APPTYPE = native
12
13 TARGET_NAME = usetup
14
15 TARGET_SDKLIBS = vfatlib.a ntdll.a
16
17 TARGET_INSTALLDIR = system32
18
19 TARGET_CFLAGS = -D__NTAPP__
20
21 TARGET_OBJECTS = $(TARGET_NAME).o bootsup.o console.o drivesup.o filequeue.o \
22                  filesup.o format.o infcache.o inicache.o partlist.o progress.o \
23                  registry.o
24
25 include $(PATH_TO_TOP)/rules.mak
26
27 include $(TOOLS_PATH)/helper.mk
28
29 # EOF