diff options
author | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-21 04:08:32 +0000 |
---|---|---|
committer | FlavioJS <FlavioJS@54d463be-8e91-2dee-dedb-b68131a5f0ec> | 2007-09-21 04:08:32 +0000 |
commit | 1285deb746735dd189c859b2090b580fddc2672e (patch) | |
tree | 1f13f846bfdc56b79cb82b27fed0a72aed98b8dc /Changelog-Trunk.txt | |
parent | e39697a8dd79ff05538761ebe60ae4e0efa44bd4 (diff) | |
download | hercules-1285deb746735dd189c859b2090b580fddc2672e.tar.gz hercules-1285deb746735dd189c859b2090b580fddc2672e.tar.bz2 hercules-1285deb746735dd189c859b2090b580fddc2672e.tar.xz hercules-1285deb746735dd189c859b2090b580fddc2672e.zip |
* Configure script detects 64bit distributions of MySQL.
* Generated the configure script with cygwin's autoconf.
You can re-generate the configure script by executing autoconf.
To compile everything just execute these two commands:
./configure
make
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@11252 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'Changelog-Trunk.txt')
-rw-r--r-- | Changelog-Trunk.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 5a1178a99..c98951b1c 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -3,6 +3,9 @@ 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/09/21 + * Configure script detects 64bit distributions of MySQL. + * Generated the configure script with cygwin's autoconf. [FlavioJS] 2007/09/20 * Merged the tmpsql branch: [FlavioJS] - Abstraction for the sql code (sql.c/h). |