summaryrefslogtreecommitdiff
path: root/src/third_party/zstandard-1.4.3/zstd/build/VS_scripts/build.VS2017Community.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/zstandard-1.4.3/zstd/build/VS_scripts/build.VS2017Community.cmd')
-rw-r--r--src/third_party/zstandard-1.4.3/zstd/build/VS_scripts/build.VS2017Community.cmd7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/third_party/zstandard-1.4.3/zstd/build/VS_scripts/build.VS2017Community.cmd b/src/third_party/zstandard-1.4.3/zstd/build/VS_scripts/build.VS2017Community.cmd
new file mode 100644
index 00000000000..133e1b4565d
--- /dev/null
+++ b/src/third_party/zstandard-1.4.3/zstd/build/VS_scripts/build.VS2017Community.cmd
@@ -0,0 +1,7 @@
+@echo off
+
+rem build 32-bit
+call "%~p0%build.generic.cmd" VS2017Community Win32 Release v141
+
+rem build 64-bit
+call "%~p0%build.generic.cmd" VS2017Community x64 Release v141 \ No newline at end of file