summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-16 02:51:57 +0000
committerLance <Lance@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-04-16 02:51:57 +0000
commitfd27cac640a1f890794a936afa60f204c07d16bf (patch)
tree9e780d0adfe491952a2ed72301d80a70df415814
parentd6f2064fa166cf9df4da17e34dcef4210042e8f5 (diff)
downloadhercules-fd27cac640a1f890794a936afa60f204c07d16bf.tar.gz
hercules-fd27cac640a1f890794a936afa60f204c07d16bf.tar.bz2
hercules-fd27cac640a1f890794a936afa60f204c07d16bf.tar.xz
hercules-fd27cac640a1f890794a936afa60f204c07d16bf.zip
* 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
-rw-r--r--Changelog-Trunk.txt2
-rw-r--r--libmysql.dllbin0 -> 1302528 bytes
-rw-r--r--pcre3.dllbin0 -> 196608 bytes
-rw-r--r--zlib1.dllbin0 -> 59904 bytes
4 files changed, 2 insertions, 0 deletions
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
--- /dev/null
+++ b/libmysql.dll
Binary files differ
diff --git a/pcre3.dll b/pcre3.dll
new file mode 100644
index 000000000..7df6f9e5a
--- /dev/null
+++ b/pcre3.dll
Binary files differ
diff --git a/zlib1.dll b/zlib1.dll
new file mode 100644
index 000000000..1cf8a476e
--- /dev/null
+++ b/zlib1.dll
Binary files differ