summaryrefslogtreecommitdiff
path: root/3rdparty
diff options
context:
space:
mode:
authoreathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-31 04:32:31 +0000
committereathenabot <eathenabot@54d463be-8e91-2dee-dedb-b68131a5f0ec>2012-05-31 04:32:31 +0000
commite7b059e2ddbd6f4b12ae78d6e1053a896f09c283 (patch)
treebde058547c5fd158901202bcadf2140383473f3d /3rdparty
parent26b56a689646b6153447e85b877c0dd10f89e698 (diff)
downloadhercules-e7b059e2ddbd6f4b12ae78d6e1053a896f09c283.tar.gz
hercules-e7b059e2ddbd6f4b12ae78d6e1053a896f09c283.tar.bz2
hercules-e7b059e2ddbd6f4b12ae78d6e1053a896f09c283.tar.xz
hercules-e7b059e2ddbd6f4b12ae78d6e1053a896f09c283.zip
* Merged changes ONLY eAthena 15104.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16170 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to '3rdparty')
-rw-r--r--3rdparty/README.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/3rdparty/README.txt b/3rdparty/README.txt
new file mode 100644
index 000000000..a39a0dc97
--- /dev/null
+++ b/3rdparty/README.txt
@@ -0,0 +1,9 @@
+This folder contains everything related to 3rdparty code or tools.
+
+cmake - scripts for the cmake build system (http://www.cmake.org)
+libconfig - library for processing structured configuration files (http://www.hyperrealm.com/libconfig/)
+msinttypes - standard headers missing from Microsoft Visual Studio (http://code.google.com/p/msinttypes)
+mt19937ar - code for Mersenne Twister pseudorandom number generator
+mysql - library for MySQL Community Server (http://www.mysql.com)
+pcre - library for Perl Compatible Regular Expressions (http://www.pcre.org)
+zlib - library for DEFLATE lossless compression algorithm (http://www.zlib.net)