fix some more timings and the long standing gradient software bug (which was function...
[supertux.git] / contrib / tilemanager / Makefile
index 90c8c9b..948beba 100644 (file)
@@ -1,8 +1,10 @@
 GOAL=tilemanager.exe
 SOURCES=$(wildcard *.cs)
 CSFLAGS=-debug -pkg:gtk-sharp -pkg:glade-sharp -pkg:gnome-sharp -r:System.Drawing
+RESOURCES=tiler.glade
+CSFLAGS+=$(foreach file,$(RESOURCES),-resource:$(file) )
 
-$(GOAL): $(SOURCES)
+$(GOAL): $(SOURCES) $(RESOURCES)
        mcs $(CSFLAGS) $(SOURCES) -out:$(GOAL)
 
 clean: