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