Mercurial > pidgin.yaz
view pidgin/pixmaps/Makefile.mingw @ 16102:f3559f8d2fc1
For a first time user, don't show the buddy list telling him to go to Accounts>Add/Edit, because Accounts->Add/Edit is already open with its own instructions. Show only one window with instructions and then present the Buddy List when you create your first account.
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Sat, 14 Apr 2007 19:06:19 +0000 |
parents | ded8da3de5f8 |
children | 5608820845f5 |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Pidgin pixmaps # PIDGIN_TREE_TOP := ../.. include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak datadir := $(PIDGIN_INSTALL_DIR) include ./Makefile.am .PHONY: install install: if test '$(SUBDIRS)'; then \ list='$(SUBDIRS)'; for subdir in $$list; do \ $(MAKE) -C $$subdir -f $(MINGW_MAKEFILE) install || exit 1 ;\ done; \ fi; if test '$(pidginbuttonpix_DATA)'; then \ mkdir -p $(pidginbuttonpixdir); \ cp $(pidginbuttonpix_DATA) $(pidginbuttonpixdir); \ fi; if test '$(pidgindialogpix_DATA)'; then \ mkdir -p $(pidgindialogpixdir); \ cp $(pidgindialogpix_DATA) $(pidgindialogpixdir); \ fi; if test '$(pidginiconpix_DATA)'; then \ mkdir -p $(pidginiconpixdir); \ cp $(pidginiconpix_DATA) $(pidginiconpixdir); \ fi; if test '$(pidgindistpix_DATA)'; then \ mkdir -p $(pidgindistpixdir); \ cp $(pidgindistpix_DATA) $(pidgindistpixdir); \ fi; # if test '$(distpixmap_DATA)'; then \ # mkdir -p $(distpixmapdir); \ # cp $(distpixmap_DATA) $(distpixmapdir); \ # fi;