Added Visual Studio x64 support

Removed the .dll files for the libraries from the root directory.
They are now copied from the 3rdparty folder when your build finishes and the project requires them.
If you clean your project they will also automatically be removed from the root directory again.

Updated libraries:
MySQL 5.0.20 -> 6.1.9
PCRE 8.30 -> 8.33.0.1 UTF8

Both Win32 and x64 are now supported. Remember to clean and build when you switch the target platform, otherwise you will end up with the wrong .dll files at runtime.
This commit is contained in:
Lemongrass3110
2017-04-28 13:40:08 +02:00
parent 31cd394d1d
commit 07b2ef28a0
97 changed files with 18401 additions and 3636 deletions

5
.gitignore vendored
View File

@@ -157,3 +157,8 @@ Thumbs.db
/mapserv.bat
/runserver.bat
/serv.bat
# dlls
/libmysql.dll
/pcre8.dll
/zlib.dll