[Monodevelop-patches-list] r835 - in trunk/MonoDevelop/src: AddIns/DisplayBindings/TextEditor Libraries/MonoDevelop.Core

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Sun Feb 8 22:08:49 EST 2004


Author: tberman
Date: 2004-02-08 22:08:49 -0500 (Sun, 08 Feb 2004)
New Revision: 835

Modified:
   trunk/MonoDevelop/src/AddIns/DisplayBindings/TextEditor/Makefile.am
   trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/Makefile.am
Log:
buildfix


Modified: trunk/MonoDevelop/src/AddIns/DisplayBindings/TextEditor/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/AddIns/DisplayBindings/TextEditor/Makefile.am	2004-02-09 02:10:58 UTC (rev 834)
+++ trunk/MonoDevelop/src/AddIns/DisplayBindings/TextEditor/Makefile.am	2004-02-09 03:08:49 UTC (rev 835)
@@ -18,15 +18,6 @@
 ./Gui/Dialogs/ReplaceDialog.cs \
 ./Gui/Dialogs/GotoLineNumberDialog.cs \
 ./Conditions/TextContentCondition.cs \
-./Codons/EditActionCodon.cs \
-./Commands/ToolCommands.cs \
-./Commands/TextAreaContextmenuCommands.cs \
-./Commands/FormatCommands.cs \
-./Commands/ProjectCommands.cs \
-./Commands/SearchCommands.cs \
-./Commands/FoldingCommands.cs \
-./Commands/CommentRegionCommand.cs \
-./Commands/CodeActions.cs \
 ./Actions.cs \
 ./Search/DocumentIterator/ProvidedDocumentInformation.cs \
 ./Search/DocumentIterator/DirectoryDocumentIterator.cs \

Modified: trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/Makefile.am	2004-02-09 02:10:58 UTC (rev 834)
+++ trunk/MonoDevelop/src/Libraries/MonoDevelop.Core/Makefile.am	2004-02-09 03:08:49 UTC (rev 835)
@@ -60,13 +60,10 @@
 
 DLL=../../../build/bin/MonoDevelop.Core.dll
 
-RESOURCES= \
-/resource:../../../data/resources/AddIn.xsd,AddIn.xsd \
-
 all: $(DLL)
 
 $(DLL): $(SOURCES)
-	@ mcs /debug /out:$(DLL) /target:library /r:System.Drawing.dll /define:LINUX \
-		$(RESOURCES) $(SOURCES)
+	@ mcs /debug /out:$(DLL) /target:library /r:System.Drawing.dll /define:LINUX /resource:../../../data/resources/AddIn.xsd,AddIn.xsd \
+	$(SOURCES)
 
 CLEANFILES=$(DLL)




More information about the Monodevelop-patches-list mailing list