view pixmaps/smileys/default/Makefile.mingw @ 9333:120e0607e1cd

[gaim-migrate @ 10141] I think this makes the buddy icon section of the account settings dialog a lot nicer. The "Buddy icon" label is vertically aligned to the top. The Browse and Reset buttons are now Open and Remove, and they're no longer the same height as the buddy icon (which looked especially bad with 96x96 buddy icons). committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Sun, 20 Jun 2004 23:02:36 +0000
parents 5f0385678315
children
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version of Gaim pixmaps
#

datadir = ../../../win32-install-dir
include ./Makefile.am

install:
	if test '$(SUBDIRS)'; then \
	  list='$(SUBDIRS)'; for subdir in $$list; do \
	    $(MAKE) -C $$subdir -f Makefile.mingw install; \
	  done; \
	fi;
	if test '$(gaimsmileypix_DATA)'; then \
	  mkdir -p $(gaimsmileypixdir); \
	  cp $(gaimsmileypix_DATA) $(gaimsmileypixdir); \
	fi;