[Monodevelop-patches-list] r1153 - in trunk/MonoDevelop: . src/Libraries
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Thu Mar 11 19:04:06 EST 2004
Author: jluke
Date: 2004-03-11 19:04:06 -0500 (Thu, 11 Mar 2004)
New Revision: 1153
Modified:
trunk/MonoDevelop/configure.in
trunk/MonoDevelop/src/Libraries/Makefile.am
Log:
build the new parser (still not doing anything with it)
Modified: trunk/MonoDevelop/configure.in
===================================================================
--- trunk/MonoDevelop/configure.in 2004-03-12 00:01:54 UTC (rev 1152)
+++ trunk/MonoDevelop/configure.in 2004-03-12 00:04:06 UTC (rev 1153)
@@ -98,6 +98,7 @@
src/Libraries/MonoDevelop.Gui.Utils/Makefile
src/Libraries/MonoDevelop.Gui.Widgets/Makefile
src/Libraries/SharpAssembly/Makefile
+src/Libraries/CsVbRefactory/Makefile
src/Libraries/SharpRefactory/Makefile
build/Makefile
build/data/Makefile
Modified: trunk/MonoDevelop/src/Libraries/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/Libraries/Makefile.am 2004-03-12 00:01:54 UTC (rev 1152)
+++ trunk/MonoDevelop/src/Libraries/Makefile.am 2004-03-12 00:04:06 UTC (rev 1153)
@@ -1 +1 @@
-SUBDIRS=SharpAssembly SharpRefactory MonoDevelop.Core MonoDevelop.Gui.Utils MonoDevelop.Gui.Widgets
+SUBDIRS=SharpAssembly CsVbRefactory SharpRefactory MonoDevelop.Core MonoDevelop.Gui.Utils MonoDevelop.Gui.Widgets
More information about the Monodevelop-patches-list
mailing list