update for HEAD-2003091401
[reactos.git] / subsys / system / usetup / makefile
index 39774b0..b2d69e8 100644 (file)
@@ -12,15 +12,15 @@ TARGET_APPTYPE = native
 
 TARGET_NAME = usetup
 
-TARGET_SDKLIBS = vfatlib.a ntdll.a
+TARGET_SDKLIBS = zlib.a vfatlib.a ntdll.a
 
 TARGET_INSTALLDIR = system32
 
-TARGET_CFLAGS = -D__NTAPP__
+TARGET_CFLAGS = -D__NTAPP__ -I$(PATH_TO_TOP)/lib/zlib
 
-TARGET_OBJECTS = $(TARGET_NAME).o bootsup.o console.o drivesup.o filequeue.o \
-                 filesup.o format.o infcache.o inicache.o partlist.o progress.o \
-                 registry.o
+TARGET_OBJECTS = $(TARGET_NAME).o bootsup.o cabinet.o console.o drivesup.o \
+                 filequeue.o filesup.o format.o fslist.o infcache.o \
+                 inicache.o partlist.o progress.o registry.o
 
 include $(PATH_TO_TOP)/rules.mak