From fd27cac640a1f890794a936afa60f204c07d16bf Mon Sep 17 00:00:00 2001 From: Lance Date: Sun, 16 Apr 2006 02:51:57 +0000 Subject: * Added pcre3.dll, zlib1.dll and libmysql.dll. DO NOT DELETE THEM. (Required by systems without these DLLs preinstalled) git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@6099 54d463be-8e91-2dee-dedb-b68131a5f0ec --- Changelog-Trunk.txt | 2 ++ libmysql.dll | Bin 0 -> 1302528 bytes pcre3.dll | Bin 0 -> 196608 bytes zlib1.dll | Bin 0 -> 59904 bytes 4 files changed, 2 insertions(+) create mode 100644 libmysql.dll create mode 100644 pcre3.dll create mode 100644 zlib1.dll diff --git a/Changelog-Trunk.txt b/Changelog-Trunk.txt index 1e6f6f817..3d151790a 100644 --- a/Changelog-Trunk.txt +++ b/Changelog-Trunk.txt @@ -6,6 +6,8 @@ IF YOU HAVE A WORKING AND TESTED BUGFIX PUT IT INTO STABLE AS WELL AS TRUNK. 2006/04/16 * Temperory fixed compiler warnings/errors. Please compile before commiting. [Lance] + * Added pcre3.dll, zlib1.dll and libmysql.dll. DO NOT DELETE THEM. + (Required by systems without these DLLs preinstalled) [Lance] 2006/04/15 * Fixed upgrade_svn5902.sql, thanks to Koshiro for pointing it out. diff --git a/libmysql.dll b/libmysql.dll new file mode 100644 index 000000000..2831a850f Binary files /dev/null and b/libmysql.dll differ diff --git a/pcre3.dll b/pcre3.dll new file mode 100644 index 000000000..7df6f9e5a Binary files /dev/null and b/pcre3.dll differ diff --git a/zlib1.dll b/zlib1.dll new file mode 100644 index 000000000..1cf8a476e Binary files /dev/null and b/zlib1.dll differ -- cgit v1.2.3-70-g09d2