[gaim-migrate @ 4147]

Thu, 14 Nov 2002 23:39:10 +0000

author
Herman Bloggs <herman@bluedigits.com>
date
Thu, 14 Nov 2002 23:39:10 +0000
changeset 3963
fbb10916623b
parent 3962
31071d7a20c3
child 3964
712bf38866e3

[gaim-migrate @ 4147]
gtkrc changes

Makefile.mingw file | annotate | diff | comparison | revisions
--- 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

mercurial