branch update for HEAD-2003021201
[reactos.git] / apps / tests / regdump / makefile
index cafcc19..e521248 100644 (file)
@@ -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