This commit was manufactured by cvs2svn to create branch 'captive'.
[reactos.git] / apps / tests / button / Makefile
diff --git a/apps/tests/button/Makefile b/apps/tests/button/Makefile
new file mode 100644 (file)
index 0000000..bdfc46f
--- /dev/null
@@ -0,0 +1,20 @@
+
+PATH_TO_TOP = ../../..
+
+TARGET_NORC = yes
+
+TARGET_TYPE = program
+
+TARGET_APPTYPE = windows
+
+TARGET_NAME = btntest
+
+TARGET_SDKLIBS = kernel32.a gdi32.a
+
+TARGET_OBJECTS = buttontst.o
+
+include $(PATH_TO_TOP)/rules.mak
+
+include $(TOOLS_PATH)/helper.mk
+
+# EOF