[Monodevelop-patches-list] r2415 - trunk/MonoDevelop/Core/src/MonoDevelop.Startup
Christian Hergert <chris@mosaix.net>
chergert at mono-cvs.ximian.com
Fri Apr 1 22:34:43 EST 2005
Author: chergert
Date: 2005-04-01 22:34:43 -0500 (Fri, 01 Apr 2005)
New Revision: 2415
Modified:
trunk/MonoDevelop/Core/src/MonoDevelop.Startup/ChangeLog
trunk/MonoDevelop/Core/src/MonoDevelop.Startup/Makefile.am
Log:
flush
Modified: trunk/MonoDevelop/Core/src/MonoDevelop.Startup/ChangeLog
===================================================================
--- trunk/MonoDevelop/Core/src/MonoDevelop.Startup/ChangeLog 2005-04-02 03:25:51 UTC (rev 2414)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Startup/ChangeLog 2005-04-02 03:34:43 UTC (rev 2415)
@@ -1,5 +1,9 @@
2005-04-01 Christian Hergert <christian.hergert at gmail.com>
+ * Makefile.am: fix call to app.config
+
+2005-04-01 Christian Hergert <christian.hergert at gmail.com>
+
* app.config: Add MonoDevelop.exe.config configuration file
* Makefile.am: Update to include the configuration file
Modified: trunk/MonoDevelop/Core/src/MonoDevelop.Startup/Makefile.am
===================================================================
--- trunk/MonoDevelop/Core/src/MonoDevelop.Startup/Makefile.am 2005-04-02 03:25:51 UTC (rev 2414)
+++ trunk/MonoDevelop/Core/src/MonoDevelop.Startup/Makefile.am 2005-04-02 03:34:43 UTC (rev 2415)
@@ -23,7 +23,7 @@
-resource:$(srcdir)/SplashScreen.png,SplashScreen.png
$(DLL).config: $(DLL)
- cp $(CONFIG) $(DLL).config
+ cp app.config $(DLL).config
assemblydir = $(libdir)/monodevelop/bin
assembly_DATA = $(DLL) $(DLL).config
More information about the Monodevelop-patches-list
mailing list