daa91584d4c8190948a9772742babe812dbc91e4
[reactos.git] / reactos / 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_PCH = precomp.h
16
17 TARGET_SDKLIBS = zlib.a vfatlib.a ntdll.a
18
19 TARGET_INSTALLDIR = system32
20
21 TARGET_CFLAGS = -D__NTAPP__ -I$(PATH_TO_TOP)/lib/zlib -Wall -Werror -Wno-format
22
23 TARGET_OBJECTS = bootsup.o cabinet.o console.o drivesup.o filequeue.o \
24 filesup.o format.o fslist.o genlist.o infcache.o \
25 inicache.o partlist.o progress.o registry.o settings.o \
26 usetup.o keytrans.o
27
28 include $(PATH_TO_TOP)/rules.mak
29
30 include $(TOOLS_PATH)/helper.mk
31
32 # EOF