X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=tools%2Ftilemanager%2FMakefile;h=948bebae3f4f8c83e648f8eb0fb3e29d0566a066;hb=72ec2b92a64390fa31fc125dc787a93647d051d7;hp=642e9c8da54a8b5efedfacbf9505af6fe0d61230;hpb=43126241b00fc2c170bc8a51deb9ac261da1154b;p=supertux.git diff --git a/tools/tilemanager/Makefile b/tools/tilemanager/Makefile index 642e9c8da..948bebae3 100644 --- a/tools/tilemanager/Makefile +++ b/tools/tilemanager/Makefile @@ -1,6 +1,6 @@ GOAL=tilemanager.exe SOURCES=$(wildcard *.cs) -CSFLAGS=-debug -pkg:gtk-sharp-2.0 -pkg:glade-sharp-2.0 -pkg:gnome-sharp-2.0 -r:System.Drawing +CSFLAGS=-debug -pkg:gtk-sharp -pkg:glade-sharp -pkg:gnome-sharp -r:System.Drawing RESOURCES=tiler.glade CSFLAGS+=$(foreach file,$(RESOURCES),-resource:$(file) )