diff options
Diffstat (limited to 'dep/lib')
-rw-r--r-- | dep/lib/Makefile.am | 50 | ||||
-rw-r--r-- | dep/lib/win32_debug/libeay32.dll | bin | 1249280 -> 1251840 bytes | |||
-rw-r--r-- | dep/lib/win32_debug/libeay32.lib | bin | 664514 -> 673762 bytes | |||
-rw-r--r-- | dep/lib/win32_debug/sqlite.lib | bin | 665068 -> 0 bytes | |||
-rw-r--r-- | dep/lib/win32_release/libeay32.dll | bin | 1032192 -> 1011712 bytes | |||
-rw-r--r-- | dep/lib/win32_release/libeay32.lib | bin | 664514 -> 673762 bytes | |||
-rw-r--r-- | dep/lib/win32_release/sqlite.lib | bin | 665068 -> 0 bytes | |||
-rw-r--r-- | dep/lib/x64_Debug/libeay32.dll | bin | 1412608 -> 1726976 bytes | |||
-rw-r--r-- | dep/lib/x64_Debug/libeay32.lib | bin | 649432 -> 658480 bytes | |||
-rw-r--r-- | dep/lib/x64_release/libeay32.dll | bin | 1412608 -> 1363456 bytes | |||
-rw-r--r-- | dep/lib/x64_release/libeay32.lib | bin | 649432 -> 658480 bytes |
11 files changed, 50 insertions, 0 deletions
diff --git a/dep/lib/Makefile.am b/dep/lib/Makefile.am new file mode 100644 index 00000000000..3eceffd2415 --- /dev/null +++ b/dep/lib/Makefile.am @@ -0,0 +1,50 @@ +# Copyright (C) 2005-2009 MaNGOS <http://getmangos.com/> +# +# Copyright (C) 2008-2009 Trinity <http://www.trinitycore.org/> +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + +## Process this file with automake to produce Makefile.in + +## Sub-directories to parse + +## Additional files to include when running 'make dist' +# Debug libraries for Win32 builds. +EXTRA_DIST = \ + win32_debug/libeay32.dll \ + win32_debug/libeay32.lib \ + win32_debug/libmySQL.dll \ + win32_debug/libmySQL.lib + +# Release libraries for Win32 builds. +EXTRA_DIST += \ + win32_release/libeay32.dll \ + win32_release/libeay32.lib \ + win32_release/libmySQL.dll \ + win32_release/libmySQL.lib + +# Debug libraries for Win64 builds. +EXTRA_DIST += \ + x64_Debug/libeay32.dll \ + x64_Debug/libeay32.lib \ + x64_Debug/libmySQL.dll \ + x64_Debug/libmySQL.lib + +# Release libraries for Win64 builds. +EXTRA_DIST += \ + x64_release/libeay32.dll \ + x64_release/libeay32.lib \ + x64_release/libmySQL.dll \ + x64_release/libmySQL.lib diff --git a/dep/lib/win32_debug/libeay32.dll b/dep/lib/win32_debug/libeay32.dll Binary files differindex f62b057bb23..1cbc5dfc23d 100644 --- a/dep/lib/win32_debug/libeay32.dll +++ b/dep/lib/win32_debug/libeay32.dll diff --git a/dep/lib/win32_debug/libeay32.lib b/dep/lib/win32_debug/libeay32.lib Binary files differindex 7f89f68e413..70407d3e070 100644 --- a/dep/lib/win32_debug/libeay32.lib +++ b/dep/lib/win32_debug/libeay32.lib diff --git a/dep/lib/win32_debug/sqlite.lib b/dep/lib/win32_debug/sqlite.lib Binary files differdeleted file mode 100644 index aa335a68d2e..00000000000 --- a/dep/lib/win32_debug/sqlite.lib +++ /dev/null diff --git a/dep/lib/win32_release/libeay32.dll b/dep/lib/win32_release/libeay32.dll Binary files differindex e078a35487a..ed6543efefa 100644 --- a/dep/lib/win32_release/libeay32.dll +++ b/dep/lib/win32_release/libeay32.dll diff --git a/dep/lib/win32_release/libeay32.lib b/dep/lib/win32_release/libeay32.lib Binary files differindex b5ad42ae274..2796163595d 100644 --- a/dep/lib/win32_release/libeay32.lib +++ b/dep/lib/win32_release/libeay32.lib diff --git a/dep/lib/win32_release/sqlite.lib b/dep/lib/win32_release/sqlite.lib Binary files differdeleted file mode 100644 index aa335a68d2e..00000000000 --- a/dep/lib/win32_release/sqlite.lib +++ /dev/null diff --git a/dep/lib/x64_Debug/libeay32.dll b/dep/lib/x64_Debug/libeay32.dll Binary files differindex 75058bd0cc0..1a6952eeadb 100644 --- a/dep/lib/x64_Debug/libeay32.dll +++ b/dep/lib/x64_Debug/libeay32.dll diff --git a/dep/lib/x64_Debug/libeay32.lib b/dep/lib/x64_Debug/libeay32.lib Binary files differindex 679578e78e8..e27b6ccde09 100644 --- a/dep/lib/x64_Debug/libeay32.lib +++ b/dep/lib/x64_Debug/libeay32.lib diff --git a/dep/lib/x64_release/libeay32.dll b/dep/lib/x64_release/libeay32.dll Binary files differindex 75058bd0cc0..e2d98bea828 100644 --- a/dep/lib/x64_release/libeay32.dll +++ b/dep/lib/x64_release/libeay32.dll diff --git a/dep/lib/x64_release/libeay32.lib b/dep/lib/x64_release/libeay32.lib Binary files differindex 679578e78e8..d004d975adb 100644 --- a/dep/lib/x64_release/libeay32.lib +++ b/dep/lib/x64_release/libeay32.lib |