Usermode/AxWin3 - SDL Edition of the WM, runs but no output
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / Makefile.sdl
diff --git a/Usermode/Applications/axwin3_src/WM/Makefile.sdl b/Usermode/Applications/axwin3_src/WM/Makefile.sdl
new file mode 100644 (file)
index 0000000..cb5bacf
--- /dev/null
@@ -0,0 +1,16 @@
+#
+# Acess2 GUI (AxWin3) WM
+# - By John Hodge (thePowersGang)
+#
+# Makefile.sdl
+# - SDL-backed edition makefile
+#
+
+OBJ := main_SDL.o video_SDL.o input_SDL.o
+include common.mk
+
+BIN := AxWinWM
+
+include ../sdl.mk
+
+# vim: ft=make

UCC git Repository :: git.ucc.asn.au