X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=subsys%2Fsystem%2Fusetup%2Fmakefile;h=39774b082c503793d61a694a4f082e62fea9f111;hb=refs%2Ftags%2Fcaptive-0_8;hp=78491d07fa41e7ed56722250fc6c1fde5bfa5357;hpb=569875a61758c7ea252562281ac4d95dce52f252;p=reactos.git diff --git a/subsys/system/usetup/makefile b/subsys/system/usetup/makefile index 78491d0..39774b0 100644 --- a/subsys/system/usetup/makefile +++ b/subsys/system/usetup/makefile @@ -2,18 +2,25 @@ PATH_TO_TOP = ../../.. +TARGET_BOOTSTRAP = yes + +TARGET_BOOTSTRAP_NAME = smss.exe + TARGET_TYPE = program TARGET_APPTYPE = native TARGET_NAME = usetup +TARGET_SDKLIBS = vfatlib.a ntdll.a + TARGET_INSTALLDIR = system32 TARGET_CFLAGS = -D__NTAPP__ TARGET_OBJECTS = $(TARGET_NAME).o bootsup.o console.o drivesup.o filequeue.o \ - filesup.o inicache.o partlist.o progress.o + filesup.o format.o infcache.o inicache.o partlist.o progress.o \ + registry.o include $(PATH_TO_TOP)/rules.mak