projects
/
supertux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4312624
)
Oops, reverting accidentally committed changes in last revision.
author
Ryan Flegel
<rflegel@gmail.com>
Mon, 9 Jun 2008 03:26:03 +0000
(
03:26
+0000)
committer
Ryan Flegel
<rflegel@gmail.com>
Mon, 9 Jun 2008 03:26:03 +0000
(
03:26
+0000)
SVN-Revision: 5548
tools/tilemanager/Makefile
patch
|
blob
|
history
diff --git
a/tools/tilemanager/Makefile
b/tools/tilemanager/Makefile
index
642e9c8
..
948beba
100644
(file)
--- 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) )