diff options
author | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-05 15:57:01 +0000 |
---|---|---|
committer | ultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-01-05 15:57:01 +0000 |
commit | aa2b91126827e6460a86ba0622a1f41328a7303e (patch) | |
tree | 26efb27f9f5757a8208ffd2a771a4e03959c57c6 /Changelog-Trunk.txt | |
parent | cf6e32a06c16b1a6d4a47d9e2a7d424f3ce0b26d (diff) | |
download | hercules-aa2b91126827e6460a86ba0622a1f41328a7303e.tar.gz hercules-aa2b91126827e6460a86ba0622a1f41328a7303e.tar.bz2 hercules-aa2b91126827e6460a86ba0622a1f41328a7303e.tar.xz hercules-aa2b91126827e6460a86ba0622a1f41328a7303e.zip |
- Major reconfiguration of the trunk VS8 project files, read the changelog for details
- Also removed some deprecated code that was causing linking conflicts
- And fixed a missing md5calc reference in stable's VS8 files
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9619 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 36e0ce80b..a68b2f8fa 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,23 @@ Date Added AS OF SVN REV. 5091, WE ARE NOW USING TRUNK. ALL UNTESTED BUGFIXES/FEATURES GO INTO TRUNK. IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. +2007/01/05 + * Also discarded some veeery old utils code that has got equivalents + in the std libs (and therefore is silently causing a nasty collision). + * Major reconfiguration of the VS8 project files. [ultramage] + - Removed the migration binding to a VS71 template. + - Disabled the setting that defines char -> unsigned char (non-conformant). + - Switched all projects to use the common C runtime library DLL + instead of linking the static version to each exe. + - Enabled edit&continue on the TXT version (SQL already had it). + - Reconfigured the linker to use only the really required dependencies. + - Enabled full optimization and whole program optimization, + with additional speed-improving settings for the release build. + - Set the compiler/linker to produce detailed debug information even for release builds + (no performance penalty because the debug info is stored in a separate .pdb file!). + - I tested all 4 build combinations and it works for me, and it should work for you. + - There is still one very useful thing missing - setting the working dir to '..'. + I don't know how to do that, tho' since VS stores it in a separate user file. 2007/01/04 * Fixed old @go bug (it ignored einbech) [Lupus] * Added Au{R}oN's updated version of the effect list. |