comparison gtk/pixmaps/status/default/Makefile.mingw @ 14825:a02c29df922f

[gaim-migrate @ 17592] Enable QQ in wingaim. I don't really have a way to test it. Also disable some debug stuff in the about screen that doesn't make sense in wingaim. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 28 Oct 2006 00:28:06 +0000
parents 636a1d981189
children
comparison
equal deleted inserted replaced
14824:6ec7e963d186 14825:a02c29df922f
8 include $(GAIM_TOP)/libgaim/win32/global.mak 8 include $(GAIM_TOP)/libgaim/win32/global.mak
9 9
10 datadir = $(GAIM_INSTALL_DIR) 10 datadir = $(GAIM_INSTALL_DIR)
11 include ./Makefile.am 11 include ./Makefile.am
12 12
13 #Exclude 264k of qq icons that aren't used on wingaim
14 install: 13 install:
15 if test '$(gaimstatuspix_DATA)'; then \ 14 if test '$(gaimstatuspix_DATA)'; then \
16 mkdir -p $(gaimstatuspixdir); \ 15 mkdir -p $(gaimstatuspixdir); \
17 cp $(gaimstatuspix_DATA) $(gaimstatuspixdir); \ 16 cp $(gaimstatuspix_DATA) $(gaimstatuspixdir); \
18 rm -f $(gaimstatuspixdir)/qq*; \
19 fi; 17 fi;
20 18