diff options
author | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-12 22:01:45 +0000 |
---|---|---|
committer | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-12 22:01:45 +0000 |
commit | a0383842abeb49c65c05832b51161dfaecc67fcb (patch) | |
tree | 489e6049329c2faa8e53d778abdd34369dd84a5a /Changelog-Trunk.txt | |
parent | 9349df4e5fa122fd74d632d4227f8c1a1f32c36d (diff) | |
download | hercules-a0383842abeb49c65c05832b51161dfaecc67fcb.tar.gz hercules-a0383842abeb49c65c05832b51161dfaecc67fcb.tar.bz2 hercules-a0383842abeb49c65c05832b51161dfaecc67fcb.tar.xz hercules-a0383842abeb49c65c05832b51161dfaecc67fcb.zip |
* CMake: added search for math.h, added search for socket/nsl library. (tested with Solaris-201011-x86)
* Added missing include to socket.c.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14903 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 24de77fcb..14ec4601f 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -2,6 +2,8 @@ Date Added 2011/07/12 * CMake: set project language to C, added module FindFunctionLibrary, added search for dl library. (tested with debian-wheezy-i386) [FlavioJS] + * CMake: added search for math.h, added search for socket/nsl library. (tested with Solaris-201011-x86) + * Added missing include to socket.c. 2011/07/11 * Rev. 14901 Added bonus3 bAddClassDropItem, care of Epoque. [L0ne_W0lf] 2011/07/10 |