Diff of /trunk/cforge/cforge/Makefile [000000] .. [r42]  Maximize  Restore

Switch to side-by-side view

--- a
+++ b/trunk/cforge/cforge/Makefile
@@ -0,0 +1,15 @@
+OUTPUT=bin/Debug/cforge.exe
+PACKAGE=../../cforge.package
+
+all: ${OUTPUT}
+
+bin/Debug/cforge.exe: cforge.csproj
+
+# cross build a visual studio project
+%.exe:
+	xbuild $<
+
+# prepared, but doesn't work, yet
+%.package: ${OUTPUT}
+	mono ${OUTPUT} --build $$(dirname $@)/$$(basename $@ .package)
+