This commit was manufactured by cvs2svn to create branch 'captive'.
[reactos.git] / subsys / system / regedit / makefile
diff --git a/subsys/system/regedit/makefile b/subsys/system/regedit/makefile
new file mode 100644 (file)
index 0000000..0bdd7be
--- /dev/null
@@ -0,0 +1,33 @@
+#
+#  ReactOS regedit
+#
+#  Makefile
+#
+
+PATH_TO_TOP = ../../..
+
+TARGET_TYPE = program
+
+TARGET_APPTYPE = windows
+
+TARGET_NAME = regedit
+
+TARGET_CFLAGS = -D_WIN32_IE=0x0501 -D_WIN32_WINNT=0x0501 -D__USE_W32API 
+       
+TARGET_GCCLIBS = msvcrt advapi32 kernel32 
+
+TARGET_OBJECTS = \
+       about.o \
+       childwnd.o \
+       framewnd.o \
+       listview.o \
+       main.o \
+       regedit.o \
+       regproc.o \
+       treeview.o
+
+include $(PATH_TO_TOP)/rules.mak
+
+include $(TOOLS_PATH)/helper.mk
+
+# EOF