From: <dat...@us...> - 2006-10-18 04:15:56
|
Revision: 17515 http://svn.sourceforge.net/gaim/?rev=17515&view=rev Author: datallah Date: 2006-10-17 21:15:43 -0700 (Tue, 17 Oct 2006) Log Message: ----------- Don't include the qq smileys in wingaim. Modified Paths: -------------- trunk/gtk/pixmaps/smileys/default/Makefile.mingw trunk/gtk/pixmaps/status/default/Makefile.mingw Modified: trunk/gtk/pixmaps/smileys/default/Makefile.mingw =================================================================== --- trunk/gtk/pixmaps/smileys/default/Makefile.mingw 2006-10-18 04:07:47 UTC (rev 17514) +++ trunk/gtk/pixmaps/smileys/default/Makefile.mingw 2006-10-18 04:15:43 UTC (rev 17515) @@ -12,9 +12,11 @@ .PHONY: install +#Exclude 132k of qq smileys that aren't used on wingaim install: if test '$(gaimsmileypix_DATA)'; then \ mkdir -p $(gaimsmileypixdir); \ cp $(gaimsmileypix_DATA) $(gaimsmileypixdir); \ + rm -f $(gaimsmileypixdir)/qq_*; \ fi; Modified: trunk/gtk/pixmaps/status/default/Makefile.mingw =================================================================== --- trunk/gtk/pixmaps/status/default/Makefile.mingw 2006-10-18 04:07:47 UTC (rev 17514) +++ trunk/gtk/pixmaps/status/default/Makefile.mingw 2006-10-18 04:15:43 UTC (rev 17515) @@ -10,9 +10,11 @@ datadir = $(GAIM_INSTALL_DIR) include ./Makefile.am +#Exclude 264k of qq icons that aren't used on wingaim install: if test '$(gaimstatuspix_DATA)'; then \ mkdir -p $(gaimstatuspixdir); \ cp $(gaimstatuspix_DATA) $(gaimstatuspixdir); \ + rm -f $(gaimstatuspixdir)/qq*; \ fi; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |