Mercurial > pidgin
comparison plugins/ChangeLog @ 1506:4ebde910e95c
[gaim-migrate @ 1516]
fixed parallel builds for plugins, added notes in plugins/ChangeLog.
committer: Tailor Script <tailor@pidgin.im>
author | Eric Warmenhoven <eric@warmenhoven.org> |
---|---|
date | Mon, 26 Feb 2001 20:38:27 +0000 |
parents | ece2d1543b20 |
children | 50c7a704ee56 |
comparison
equal
deleted
inserted
replaced
1505:171c64f70b66 | 1506:4ebde910e95c |
---|---|
1 version 0.11.0: | 1 version 0.11.0pre5: |
2 The build process for plugins has changed slightly. Everything still | |
3 works more or less the same from a user point of view, that is, 'make | |
4 file.so' will still turn file.c into a plugin. The build now uses | |
5 libtool in an attempt to increase portability. By using libtool the | |
6 act of compiling and linking has been divided into two steps (to be | |
7 precise it always was two but we only called gcc once; now we call | |
8 libtool twice). PLUGIN_CFLAGS has also been added. Any -D switches you | |
9 were passing in PLUGIN_LIBS should be passed in PLUGIN_CFLAGS now. | |
10 | |
11 version 0.11.0pre1: | |
2 Gaim is now multi-connection based. This represents a significant | 12 Gaim is now multi-connection based. This represents a significant |
3 change. Most of the code was modified, though most of the modifications | 13 change. Most of the code was modified, though most of the modifications |
4 were small (referencing an int as part of a struct as opposed to as a | 14 were small (referencing an int as part of a struct as opposed to as a |
5 global int). Plugins need to be modified to match the new function | 15 global int). Plugins need to be modified to match the new function |
6 declarations and such. | 16 declarations and such. |