[Monodevelop-patches-list] r503 - trunk/MonoDevelop/src/AddIns/DisplayBindings/TextEditor
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Fri Jan 16 16:53:13 EST 2004
Author: benm
Date: 2004-01-16 16:53:13 -0500 (Fri, 16 Jan 2004)
New Revision: 503
Modified:
trunk/MonoDevelop/src/AddIns/DisplayBindings/TextEditor/Makefile
Log:
depend on glade
Modified: trunk/MonoDevelop/src/AddIns/DisplayBindings/TextEditor/Makefile
===================================================================
--- trunk/MonoDevelop/src/AddIns/DisplayBindings/TextEditor/Makefile 2004-01-16 21:53:00 UTC (rev 502)
+++ trunk/MonoDevelop/src/AddIns/DisplayBindings/TextEditor/Makefile 2004-01-16 21:53:13 UTC (rev 503)
@@ -65,12 +65,12 @@
all: $(DLL)
-$(DLL): $(SOURCES)
+$(DLL): $(SOURCES) ../../../../data/resources/glade/texteditoraddin.glade
mcs /debug /out:$(DLL) /target:library /r:System.Drawing.dll \
/r:../../../../build/bin/ICSharpCode.Core.dll \
/r:../../../../build/bin/ICSharpCode.TextEditor.dll \
/r:../../../../build/bin/SharpDevelop.Base.dll \
- /r:System.DirectoryServices.dll /r:pango-sharp.dll \
+ /r:System.DirectoryServices.dll /r:pango-sharp.dll /r:glade-sharp.dll \
/resource:../../../../data/resources/glade/texteditoraddin.glade,texteditoraddin.glade \
/define:GTK /r:gtk-sharp.dll /r:gdk-sharp.dll \
$(SOURCES)
More information about the Monodevelop-patches-list
mailing list