summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-08-31 18:37:38 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-08-31 18:37:50 (GMT)
commit073f52424766cc4a8ac9d56966cb58c054ce3801 (patch)
tree47f95eb26c1a1ffea602061e96cda86b036f8ca3 /bin
parentf5275af71acecacbe2f1f132416986fabe1169c5 (diff)
downloadhdf5-073f52424766cc4a8ac9d56966cb58c054ce3801.zip
hdf5-073f52424766cc4a8ac9d56966cb58c054ce3801.tar.gz
hdf5-073f52424766cc4a8ac9d56966cb58c054ce3801.tar.bz2
HDFFV-10284 Add VS2017 support
Diffstat (limited to 'bin')
-rwxr-xr-xbin/release4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/release b/bin/release
index 09c033d..6358b0d 100755
--- a/bin/release
+++ b/bin/release
@@ -214,12 +214,12 @@ tar2cmakezip()
fi
# step 2: add batch file for building CMake on window
- cp /mnt/scr1/pre-release/hdf5/CMake/build-VS2012-32.bat $cmziptmpdir
- cp /mnt/scr1/pre-release/hdf5/CMake/build-VS2012-64.bat $cmziptmpdir
cp /mnt/scr1/pre-release/hdf5/CMake/build-VS2013-32.bat $cmziptmpdir
cp /mnt/scr1/pre-release/hdf5/CMake/build-VS2013-64.bat $cmziptmpdir
cp /mnt/scr1/pre-release/hdf5/CMake/build-VS2015-32.bat $cmziptmpdir
cp /mnt/scr1/pre-release/hdf5/CMake/build-VS2015-64.bat $cmziptmpdir
+ cp /mnt/scr1/pre-release/hdf5/CMake/build-VS2017-32.bat $cmziptmpdir
+ cp /mnt/scr1/pre-release/hdf5/CMake/build-VS2017-64.bat $cmziptmpdir
# step 3: add SZIP.tar.gz, ZLib.tar.gz and cmake files
cp /mnt/scr1/pre-release/hdf5/CMake/SZip.tar.gz $cmziptmpdir