X-Git-Url: http://git.jankratochvil.net/?p=reactos.git;a=blobdiff_plain;f=apps%2Ftests%2Fregdump%2Fmakefile;h=e521248cdd29d9c440dc206e92f24c21df63a0f5;hp=cafcc197fedb56d122b6021517e92c24fb8e88f9;hb=03af8776dc14167b078911b0c7c5327d1bcdd128;hpb=f4077c1bf64ef89d74a8d4822d2d7aada3ba9927 diff --git a/apps/tests/regdump/makefile b/apps/tests/regdump/makefile index cafcc19..e521248 100644 --- a/apps/tests/regdump/makefile +++ b/apps/tests/regdump/makefile @@ -11,9 +11,12 @@ TARGET_APPTYPE = console TARGET_NAME = regdump +#TARGET_CFLAGS = -DWIN32_REGDBG -DUNICODE -D_UNICODE +TARGET_CFLAGS = -DWIN32_REGDBG + TARGET_SDKLIBS = ntdll.a kernel32.a advapi32.a -TARGET_OBJECTS = $(TARGET_NAME).o +TARGET_OBJECTS = $(TARGET_NAME).o regcmds.o regproc.o main.o include $(PATH_TO_TOP)/rules.mak