Mercurial > pidgin.yaz
view pidgin/pixmaps/status/48/Makefile.mingw @ 15739:1d0dc6ecfa0d
add new mingw makefile for 48px icons
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Mon, 26 Feb 2007 16:29:05 +0000 |
parents | |
children | ded8da3de5f8 |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Pidgin pixmaps # GAIM_TOP := ../../../.. include $(GAIM_TOP)/libpurple/win32/global.mak datadir = $(GAIM_INSTALL_DIR) include ./Makefile.am .PHONY: install install: if test '$(pidginstatuspix_DATA)'; then \ mkdir -p $(pidginstatuspixdir); \ cp $(pidginstatuspix_DATA) $(pidginstatuspixdir); \ fi;