comparison plugins/ChangeLog @ 775:9614e69f68ca

[gaim-migrate @ 785] beep beep m beep beep m yeah! committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Mon, 28 Aug 2000 23:47:29 +0000
parents a26eb4c472d8
children c714def9cebb
comparison
equal deleted inserted replaced
774:b61607d6c2af 775:9614e69f68ca
2 Rather than have a separate CFLAGS and LDFLAGS for the plugins than 2 Rather than have a separate CFLAGS and LDFLAGS for the plugins than
3 for gaim, and doing all kinds of crazy things to work around the 3 for gaim, and doing all kinds of crazy things to work around the
4 problems that creates, the plugins now have the same CFLAGS and LIBS. 4 problems that creates, the plugins now have the same CFLAGS and LIBS.
5 The plugins also have PLUGIN_LIBS which can be passed at make time. 5 The plugins also have PLUGIN_LIBS which can be passed at make time.
6 This makes things like #ifdef USE_APPLET and #ifdef USE_PERL much more 6 This makes things like #ifdef USE_APPLET and #ifdef USE_PERL much more
7 reliable. 7 reliable. (#include "config.h" in order to get all the #defines)
8 8
9 version 0.9.20: 9 version 0.9.20:
10 It's 3 am the night before finals, it's obviously a good time to hack 10 It's 3 am the night before finals, it's obviously a good time to hack
11 gaim. 11 gaim.
12 12