changeset 4021:0deae72976cb

[gaim-migrate @ 4221] removing libnativewin committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Fri, 29 Nov 2002 23:05:50 +0000
parents cdce88d6e67c
children ceb8bfc2ebae
files Makefile.mingw
diffstat 1 files changed, 0 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.mingw	Fri Nov 29 19:17:29 2002 +0000
+++ b/Makefile.mingw	Fri Nov 29 23:05:50 2002 +0000
@@ -101,8 +101,6 @@
 			$(GAIM_SOUNDS)/send.wav \
 			$(GAIM_SOUNDS)/arrive.wav
 
-GTKRC_ENGINES =		$(GTKRC_TOP)/libnativewin.dll
-
 
 ##
 ## Don't forget to change STATIC_PROTO_INIT, in config.h.mingw if you 
@@ -157,10 +155,6 @@
 	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)
-	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: