Added WineMine
[reactos.git] / rosapps / games / winemine / Makefile
diff --git a/rosapps/games/winemine/Makefile b/rosapps/games/winemine/Makefile
new file mode 100644 (file)
index 0000000..13969f9
--- /dev/null
@@ -0,0 +1,19 @@
+# $Id: Makefile,v 1.1 2003/03/06 21:13:17 rcampbell Exp $
+
+PATH_TO_TOP = ../../..
+
+TARGET_TYPE = program
+
+TARGET_APPTYPE = windows
+
+TARGET_NAME = winemine
+
+TARGET_SDKLIBS = kernel32.a gdi32.a
+
+TARGET_OBJECTS = main.o dialog.o
+
+include $(PATH_TO_TOP)/rules.mak
+
+include $(TOOLS_PATH)/helper.mk
+
+# EOF