comparison libgaim/plugins/Makefile.mingw @ 14235:a54ff7cafc2a

[gaim-migrate @ 16917] * Enable the log reader plugin. I'm really going to try to work on this some more, but making it available (with a warning) will help shame me into fixing it. * De-activate the stub loggers in the log reader plugin for Fire and Messenger Plus! * Fix up logs of svn:ignore properties so that svn status comes up clean. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Sun, 20 Aug 2006 20:14:12 +0000
parents ab8a105eff62
children 8793fc8f7064
comparison
equal deleted inserted replaced
14234:04bdbbefbd1d 14235:a54ff7cafc2a
94 $(CC) $(CFLAGS) $(DEFINES) $(INCLUDE_PATHS) -o $@.o -c $< 94 $(CC) $(CFLAGS) $(DEFINES) $(INCLUDE_PATHS) -o $@.o -c $<
95 $(CC) -shared $@.o $(LIB_PATHS) $(LIBS) $(DLL_LD_FLAGS) -o $@ 95 $(CC) -shared $@.o $(LIB_PATHS) $(LIBS) $(DLL_LD_FLAGS) -o $@
96 96
97 plugins: \ 97 plugins: \
98 idle.dll \ 98 idle.dll \
99 log_reader.dll \
99 psychic.dll \ 100 psychic.dll \
100 statenotify.dll 101 statenotify.dll
101 102
102 103
103 ## 104 ##