Add MS Visual Studio 2015 support

This commit is contained in:
rustyx
2016-02-02 11:52:41 +01:00
committed by Jason Evans
parent 3c2c5a5071
commit 984c64f724
10 changed files with 1204 additions and 0 deletions

16
.gitignore vendored
View File

@@ -73,3 +73,19 @@ test/include/test/jemalloc_test_defs.h
/test/unit/*.out
/VERSION
*.pdb
*.sdf
*.opendb
*.opensdf
*.cachefile
*.suo
*.user
*.sln.docstates
*.tmp
/msvc/Win32/
/msvc/x64/
/msvc/projects/*/*/Debug*/
/msvc/projects/*/*/Release*/
/msvc/projects/*/*/Win32/
/msvc/projects/*/*/x64/