Add a Visual Studio project for building zstdlib.dll on Windows

- Exports all methods marked with ZSTDLIB_API (ZSTD_DLL_EXPORT=1)
- Build without support for legacy version (ZSTD_LEGACY_SUPPORT=0)
This commit is contained in:
Christophe Chevalier
2015-12-10 16:25:12 +01:00
parent 695a6cb463
commit fa9df079a4
9 changed files with 346 additions and 20 deletions
+18
View File
@@ -20,3 +20,21 @@
# Visual solution files
*.suo
*.user
# Build results
[Dd]ebug/
[Rr]elease/
[Rr]eleases/
x64/
x86/
[Bb]in/
[Oo]bj/
# Visual C++ cache files
ipch/
*.aps
*.ncb
*.opendb
*.opensdf
*.sdf
*.cachefile