[Monodevelop-patches-list] r1210 - in trunk/MonoDevelop: build/AddIns src/AddIns/DebuggerAddIn
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Sat Mar 20 21:35:08 EST 2004
Author: jluke
Date: 2004-03-20 21:35:08 -0500 (Sat, 20 Mar 2004)
New Revision: 1210
Modified:
trunk/MonoDevelop/build/AddIns/Makefile.am
trunk/MonoDevelop/src/AddIns/DebuggerAddIn/Makefile.am
Log:
fix
Modified: trunk/MonoDevelop/build/AddIns/Makefile.am
===================================================================
--- trunk/MonoDevelop/build/AddIns/Makefile.am 2004-03-21 02:04:39 UTC (rev 1209)
+++ trunk/MonoDevelop/build/AddIns/Makefile.am 2004-03-21 02:35:08 UTC (rev 1210)
@@ -8,5 +8,5 @@
EXTRA_DIST = $(addin_DATA)
# for conditionally built addins
-CLEANFILES = MonoDevelopDebugger.addin MonoDevelopDebugger.dll
+CLEANFILES = MonoDevelopDebugger.addin MonoDevelop.Debugger.dll
Modified: trunk/MonoDevelop/src/AddIns/DebuggerAddIn/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/AddIns/DebuggerAddIn/Makefile.am 2004-03-21 02:04:39 UTC (rev 1209)
+++ trunk/MonoDevelop/src/AddIns/DebuggerAddIn/Makefile.am 2004-03-21 02:35:08 UTC (rev 1210)
@@ -14,6 +14,11 @@
Gui/DebuggerLocalsPad.cs \
Gui/DebuggerVariablePad.cs
+DLLS = /r:gtk-sharp /r:glib-sharp \
+ /r:$(debugger_prefix)/lib/Mono.Debugger.dll \
+ /r:../../../build/bin/MonoDevelop.Base.dll \
+ /r:../../../build/bin/MonoDevelop.Core.dll
+
build_sources = $(addprefix $(srcdir)/, $(FILES))
../../../build/AddIns/$(ADDIN):
@@ -21,11 +26,7 @@
$(ASSEMBLY): $(build_sources) $(ADDIN)
$(CSC) /out:$(ASSEMBLY) /target:library \
- /r:gtk-sharp /r:glib-sharp \
- /r:$(debugger_prefix)/lib/Mono.Debugger.dll \
- /r:../../../build/bin/MonoDevelop.Base.dll \
- /r:../../../build/bin/MonoDevelop.Core.dll \
- $(build_sources) \
+ $(build_sources) $(DLLS)\
&& cp $(ASSEMBLY) ../../../build/AddIns/
assemblydir = $(libdir)/monodevelop/AddIns
More information about the Monodevelop-patches-list
mailing list