diff options
author | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-21 06:47:12 +0000 |
---|---|---|
committer | flaviojs <flaviojs@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2011-07-21 06:47:12 +0000 |
commit | 46a89b00ad6b0e4e90d8b5a4571ac7fd32eb6845 (patch) | |
tree | df32957a4b64ff947e0878a3cf42a41a564c5d5b /Changelog-Trunk.txt | |
parent | 427ebfd9e94a68ca15ca6b51378b80871dde95b9 (diff) | |
download | hercules-46a89b00ad6b0e4e90d8b5a4571ac7fd32eb6845.tar.gz hercules-46a89b00ad6b0e4e90d8b5a4571ac7fd32eb6845.tar.bz2 hercules-46a89b00ad6b0e4e90d8b5a4571ac7fd32eb6845.tar.xz hercules-46a89b00ad6b0e4e90d8b5a4571ac7fd32eb6845.zip |
* CMake: Only install template files if they don't already exist.
* CMake: Added plugin targets.
* CMake: Added options BUILD_* to build the converters and individual plugins. (default=OFF)
* CMake: Added option WITH_CPACK for package creation. (default=ON)
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@14918 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 14445a960..c000ed698 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -1,5 +1,10 @@ Date Added +2011/07/21 + * CMake: Only install template files if they don't already exist. [FlavioJS] + * CMake: Added plugin targets. + * CMake: Added options BUILD_* to build the converters and individual plugins. (default=OFF) + * CMake: Added option WITH_CPACK for package creation. (default=ON) 2011/07/20 * Made GCOLLECT use it's debug functions. [FlavioJS] * Turned off garbage collection for GCOLLECT since there's nothing to do with explicit frees. |