2e43ce1fce6333610ad19d8000212d68d08bcd26
[reactos.git] / reactos / subsys / system / usetup / makefile
1 # $Id: makefile,v 1.17 2004/05/30 14:54:02 ekohl Exp $
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 = zlib.a vfatlib.a ntdll.a
16
17 TARGET_INSTALLDIR = system32
18
19 TARGET_CFLAGS = -D__NTAPP__ -I$(PATH_TO_TOP)/lib/zlib -Wall -Werror -Wno-format
20
21 TARGET_OBJECTS = bootsup.o cabinet.o console.o drivesup.o filequeue.o \
22 filesup.o format.o fslist.o genlist.o infcache.o \
23 inicache.o partlist.o progress.o registry.o settings.o \
24 usetup.o
25
26 include $(PATH_TO_TOP)/rules.mak
27
28 include $(TOOLS_PATH)/helper.mk
29
30 # EOF