[Monodevelop-patches-list] r1564 - trunk/MonoDevelop/src/Main/Base
commit-watcher at mono-cvs.ximian.com
commit-watcher at mono-cvs.ximian.com
Mon May 3 21:25:24 EDT 2004
Author: pawel
Date: 2004-05-03 21:25:23 -0400 (Mon, 03 May 2004)
New Revision: 1564
Modified:
trunk/MonoDevelop/src/Main/Base/ChangeLog
trunk/MonoDevelop/src/Main/Base/Makefile.am
Log:
Services/process-icons.pl will be updated after changes in ../../../build/data/resources/icons dir
Modified: trunk/MonoDevelop/src/Main/Base/ChangeLog
===================================================================
--- trunk/MonoDevelop/src/Main/Base/ChangeLog 2004-05-03 23:39:56 UTC (rev 1563)
+++ trunk/MonoDevelop/src/Main/Base/ChangeLog 2004-05-04 01:25:23 UTC (rev 1564)
@@ -1,3 +1,8 @@
+2004-05-04 Pawel Rozanski <tokugawa at afn.no-ip.org>
+
+ * Makefile.am: Services/StockIcons.cs update is triggered by a changes
+ in build/data/resources/icons dir
+
2004-05-03 Francisco "Paco" Martinez <paco at mfcon.com>
* Gui/Dialogs/CommonAboutDialog.cs: Added Paco Martinez name to the
@@ -2,3 +7,3 @@
list of authors
-
+
2004-05-02 Todd Berman <tberman at sevenl.net>
Modified: trunk/MonoDevelop/src/Main/Base/Makefile.am
===================================================================
--- trunk/MonoDevelop/src/Main/Base/Makefile.am 2004-05-03 23:39:56 UTC (rev 1563)
+++ trunk/MonoDevelop/src/Main/Base/Makefile.am 2004-05-04 01:25:23 UTC (rev 1564)
@@ -385,7 +385,7 @@
$(build_sources) \
&& cp $(ASSEMBLY) ../../../build/bin/.
-Services/StockIcons.cs : ./Services/process-icons.pl
+Services/StockIcons.cs : ./Services/process-icons.pl ../../../build/data/resources/icons
perl -x$(srcdir)/../../../build/data/resources/icons -w $(srcdir)/./Services/process-icons.pl > $@
assemblydir = $(libdir)/monodevelop/bin
More information about the Monodevelop-patches-list
mailing list