update for HEAD-2003021201
[reactos.git] / apps / tests / hivetest / makefile
diff --git a/apps/tests/hivetest/makefile b/apps/tests/hivetest/makefile
new file mode 100644 (file)
index 0000000..27a6bc7
--- /dev/null
@@ -0,0 +1,22 @@
+#
+# $Id$
+
+PATH_TO_TOP = ../../..
+
+TARGET_NORC = yes
+
+TARGET_TYPE = program
+
+TARGET_APPTYPE = console
+
+TARGET_NAME = hivetest
+
+TARGET_SDKLIBS = ntdll.a kernel32.a
+
+TARGET_OBJECTS = $(TARGET_NAME).o
+
+include $(PATH_TO_TOP)/rules.mak
+
+include $(TOOLS_PATH)/helper.mk
+
+# EOF