[Monodevelop-patches-list] r2355 - trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn
Chris Toshok
toshok at mono-cvs.ximian.com
Tue Mar 15 14:48:31 EST 2005
Author: toshok
Date: 2005-03-15 14:48:31 -0500 (Tue, 15 Mar 2005)
New Revision: 2355
Modified:
trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/Makefile.am
Log:
remove the NET_2_0 stuff. it's just for my hacky builds
Modified: trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/Makefile.am
===================================================================
--- trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/Makefile.am 2005-03-15 19:47:28 UTC (rev 2354)
+++ trunk/MonoDevelop/Core/src/AddIns/DebuggerAddIn/Makefile.am 2005-03-15 19:48:31 UTC (rev 2355)
@@ -36,7 +36,7 @@
$(ASSEMBLY): $(build_sources)
mkdir -p $(ADDIN_BUILD)
- $(CSC) -define:NET_2_0 -out:$@ -target:library \
+ $(CSC) -out:$@ -target:library \
$(build_sources) $(DLLS)
assemblydir = $(libdir)/monodevelop/AddIns/DebuggerAddIn
More information about the Monodevelop-patches-list
mailing list