diff options
author | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-06 20:40:38 +0000 |
---|---|---|
committer | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-06 20:40:38 +0000 |
commit | 482beafefb9c50e5c1d3d16fd69b88cf2c9e84db (patch) | |
tree | 79b02817ddb47fc28e67aeb63fb1c1e29482d597 /Changelog-Trunk.txt | |
parent | 37377cfe2c7a46d23e44d0f67606c360008167b2 (diff) | |
download | hercules-482beafefb9c50e5c1d3d16fd69b88cf2c9e84db.tar.gz hercules-482beafefb9c50e5c1d3d16fd69b88cf2c9e84db.tar.bz2 hercules-482beafefb9c50e5c1d3d16fd69b88cf2c9e84db.tar.xz hercules-482beafefb9c50e5c1d3d16fd69b88cf2c9e84db.zip |
* CMake: src/common builds static libraries common_base/common_sql, that are used as dependencies by the other targets.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14889 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 55b382539..b2747c3c7 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -4,6 +4,7 @@ Date Added * Changed grfio.c include order and moved zlib include from the header to the source. [FlavioJS] * Merged decode_zip/encode_zip from eapp's grfio to replace our direct use of zlib's uncompress/compress. * Fixed strict-aliasing warning in mapcache's GetFloat. + * CMake: src/common builds static libraries common_base/common_sql, that are used as dependencies by the other targets. 2011/07/05 * CMake: split txt and sql variants of login-server and map-server. [FlavioJS] 2011/07/04 |