[Monodevelop-patches-list] r684 - trunk/MonoDevelop

commit-watcher at mono-cvs.ximian.com commit-watcher at mono-cvs.ximian.com
Tue Jan 27 13:26:02 EST 2004


Author: benm
Date: 2004-01-27 13:26:02 -0500 (Tue, 27 Jan 2004)
New Revision: 684

Modified:
   trunk/MonoDevelop/Makefile
Log:
new editor target

Modified: trunk/MonoDevelop/Makefile
===================================================================
--- trunk/MonoDevelop/Makefile	2004-01-27 18:21:25 UTC (rev 683)
+++ trunk/MonoDevelop/Makefile	2004-01-27 18:26:02 UTC (rev 684)
@@ -74,6 +74,9 @@
 runpad: $(MONOPAD)
 	cd build/bin && mono MonoPad.exe
 
+newed : $(PROGRAM)
+	NEW_EDITOR=true ./monodevelop
+
 run-profile: $(PROGRAM)
 	cd build/bin && mono -O=inline --profile MonoDevelop.exe
 




More information about the Monodevelop-patches-list mailing list