changeset 4709:57d74064445a

[gaim-migrate @ 5020] For the moment excluding wintrans and iconaway committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Tue, 11 Mar 2003 20:29:15 +0000
parents 50cea25d0a2c
children a912a14f99cf
files plugins/Makefile.mingw
diffstat 1 files changed, 6 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/plugins/Makefile.mingw	Tue Mar 11 20:27:38 2003 +0000
+++ b/plugins/Makefile.mingw	Tue Mar 11 20:29:15 2003 +0000
@@ -75,15 +75,17 @@
 
 all: plugins
 	$(MAKE) -C $(TICKER) -f Makefile.mingw
-	$(MAKE) -C $(TRANSPARENCY) -f Makefile.mingw
 	$(MAKE) -C $(WINPREFS) -f Makefile.mingw
 
+#	$(MAKE) -C $(TRANSPARENCY) -f Makefile.mingw
+
 install:
 	cp $(GAIM_PLUGINS)/*.dll $(GAIM_INSTALL_DIR)/plugins
 	$(MAKE) -C $(TICKER) -f Makefile.mingw install
-	$(MAKE) -C $(TRANSPARENCY) -f Makefile.mingw install
 	$(MAKE) -C $(WINPREFS) -f Makefile.mingw install
 
+#	$(MAKE) -C $(TRANSPARENCY) -f Makefile.mingw install
+
 #
 # BUILD Plugin
 #
@@ -96,8 +98,9 @@
 	$(CC) -mdll -o $@ tmp$@.o -Wl,$@.exp $(LIB_PATHS) $(LIBS)
 	rm -rf $@.base $@.def $@.exp junk.tmp
 
-plugins: iconaway.dll spellchk.dll autorecon.dll
+plugins: spellchk.dll autorecon.dll
 
+# iconaway.dll 
 
 ##
 ## CLEAN RULES