comparison plugins/Makefile.mingw @ 4123:1e87350cb57c

[gaim-migrate @ 4340] removing buggy autorecon from being installed committer: Tailor Script <tailor@pidgin.im>
author Herman Bloggs <hermanator12002@yahoo.com>
date Mon, 23 Dec 2002 22:04:40 +0000
parents 5ecb4d68e665
children d3d1dac745d4
comparison
equal deleted inserted replaced
4122:b1c9eef8fa12 4123:1e87350cb57c
91 $(CC) -mdll -o junk.tmp -Wl,--base-file,$@.base tmp$@.o $(LIB_PATHS) $(LIBS) 91 $(CC) -mdll -o junk.tmp -Wl,--base-file,$@.base tmp$@.o $(LIB_PATHS) $(LIBS)
92 dlltool -D $@ -b $@.base -e $@.exp -d $@.def 92 dlltool -D $@ -b $@.base -e $@.exp -d $@.def
93 $(CC) -mdll -o $@ tmp$@.o -Wl,$@.exp $(LIB_PATHS) $(LIBS) 93 $(CC) -mdll -o $@ tmp$@.o -Wl,$@.exp $(LIB_PATHS) $(LIBS)
94 rm -rf $@.base $@.def $@.exp junk.tmp 94 rm -rf $@.base $@.def $@.exp junk.tmp
95 95
96 plugins: autorecon.dll iconaway.dll spellchk.dll 96 plugins: iconaway.dll spellchk.dll
97 97
98 98
99 ## 99 ##
100 ## CLEAN RULES 100 ## CLEAN RULES
101 ## 101 ##