Mercurial > pidgin
view pixmaps/protocols/Makefile.mingw @ 5517:e9b9fbf89c42
[gaim-migrate @ 5916]
So some (most?) AIM/ICQ accounts are sent a URL where you can change
your password. This URL contains a "%s" which is supposed to be
replaced with your screenname. Gaim actually replaces it with your
screen name now, so it's pre-filled in on the Enter-Your-Password form.
It uses that replace-substring-function that I just wrote for the
%s browser command thing.
Someone (maybe faceprint?) pointed out that Gaim didn't do this a while
ago.
committer: Tailor Script <tailor@pidgin.im>
author | Mark Doliner <mark@kingant.net> |
---|---|
date | Sun, 25 May 2003 19:47:13 +0000 |
parents | 5f0385678315 |
children |
line wrap: on
line source
# # Makefile.mingw # # Description: Makefile for win32 (mingw) version of Gaim pixmaps # INSTALL_DIR = ../../win32-install-dir/pixmaps/protocols 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 '$(EXTRA_DIST)'; then \ mkdir -p $(INSTALL_DIR); \ cp $(EXTRA_DIST) $(INSTALL_DIR); \ fi;