X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=subsys%2Fsystem%2Fusetup%2Fmakefile;h=b2d69e88c1829a7f279a141fcee54ec41cc161ff;hp=39774b082c503793d61a694a4f082e62fea9f111;hb=HEAD;hpb=7c0db166f81fbe8c8b913d7f26048e337d383605 diff --git a/subsys/system/usetup/makefile b/subsys/system/usetup/makefile index 39774b0..b2d69e8 100644 --- a/subsys/system/usetup/makefile +++ b/subsys/system/usetup/makefile @@ -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