Mercurial > pidgin
changeset 3963:db0a88dd6fcf
[gaim-migrate @ 4147]
gtkrc changes
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Thu, 14 Nov 2002 23:39:10 +0000 |
parents | bb26226dedcc |
children | 40acc08c4979 |
files | Makefile.mingw |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Makefile.mingw Thu Nov 14 03:27:41 2002 +0000 +++ b/Makefile.mingw Thu Nov 14 23:39:10 2002 +0000 @@ -146,9 +146,11 @@ cp -R $(GTK_LIBS)/gtk-2.0/2.0.0 $(GAIM_INSTALL_DIR)/lib/gtk-2.0 cp -R $(GTK_LIBS)/pango $(GAIM_INSTALL_DIR)/lib cp -R $(GTK_TOP)/etc $(GAIM_INSTALL_DIR) - cp $(GTKRC_TOP)/gtkrc $(GAIM_INSTALL_DIR)/etc/gtk-2.0 + mkdir -p $(GAIM_INSTALL_DIR)/share/themes/NativeWin/gtk-2.0 + cp $(GTKRC_TOP)/nativewin.gtkrc $(GAIM_INSTALL_DIR)/share/themes/NativeWin/gtk-2.0/gtkrc mkdir -p $(GAIM_INSTALL_DIR)/lib/gtk-2.0/2.0.0/engines cp $(GTKRC_ENGINES) $(GAIM_INSTALL_DIR)/lib/gtk-2.0/2.0.0/engines + cp $(GAIM_SRC)/win32/themes/gtkrc $(GAIM_INSTALL_DIR)/etc/gtk-2.0 installer: makensis.exe gaim-installer.nsi