Mercurial > pidgin
view libgaim/win32/targets.mak @ 14409:a6034bc8c84e
[gaim-migrate @ 17117]
I really like this.
Some changes to the Buddy List:
- Everything is one column now. So things like the group name ellipsizing for
buddy icons that aren't there won't happen anymore.
- Expander Icon set to an invisible column: the correct way to get rid of the
unsightly large blist expander margins
- Group nodes have a background color to more easily tell them apart, now that
the margins are gone. This could be extended to buddies. I'm thinking of
making a notify mode that colors buddies in the list when you have a message
from them. I'm doing this on expanded contacts, but I don't think I like it.
- Expanders are now temporarily pixbufs; this will change to something better later
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Fri, 01 Sep 2006 20:13:47 +0000 |
parents | 8793fc8f7064 |
children | e88aae4f4c40 |
line wrap: on
line source
# # targets.mak # # This file should be included at the end of all Makefile.mingw # files for better handling of cross directory dependencies # $(GAIM_CONFIG_H): $(GAIM_TOP)/config.h.mingw cp $(GAIM_TOP)/config.h.mingw $(GAIM_CONFIG_H) $(GAIM_LIBGAIM_DLL) $(GAIM_LIBGAIM_DLL).a: $(MAKE) -C $(GAIM_LIB_TOP) -f $(GAIM_WIN32_MAKEFILE) libgaim.dll $(GAIM_GTKGAIM_DLL) $(GAIM_GTKGAIM_DLL).a: $(MAKE) -C $(GAIM_GTK_TOP) -f $(GAIM_WIN32_MAKEFILE) gtkgaim.dll $(GAIM_IDLETRACK_DLL) $(GAIM_IDLETRACK_DLL).a: $(MAKE) -C $(GAIM_GTK_IDLETRACK_TOP) -f $(GAIM_WIN32_MAKEFILE) idletrack.dll $(GAIM_EXE): $(MAKE) -C $(GAIM_GTK_TOP) -f $(GAIM_WIN32_MAKEFILE) gaim.exe $(GAIM_PORTABLE_EXE): $(MAKE) -C $(GAIM_GTK_TOP) -f $(GAIM_WIN32_MAKEFILE) gaim-portable.exe # Installation Directories $(GAIM_INSTALL_DIR): mkdir -p $(GAIM_INSTALL_DIR) $(GAIM_INSTALL_PERLMOD_DIR): mkdir -p $(GAIM_INSTALL_PERLMOD_DIR) $(GAIM_INSTALL_PLUGINS_DIR): mkdir -p $(GAIM_INSTALL_PLUGINS_DIR) $(GAIM_INSTALL_PIXMAPS_DIR): mkdir -p $(GAIM_INSTALL_PIXMAPS_DIR) $(GAIM_INSTALL_PO_DIR): mkdir -p $(GAIM_INSTALL_PO_DIR) $(GAIM_INSTALL_SOUNDS_DIR): mkdir -p $(GAIM_INSTALL_SOUNDS_DIR)