summaryrefslogtreecommitdiffstats
path: root/windows/hdf5build.BAT
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2009-07-29 22:14:42 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2009-07-29 22:14:42 (GMT)
commit2a07e56c0522aa3ff86005ad923b9bd96c05689e (patch)
tree054ade86c41c7f763fee67c2ae9b7551e9dbad67 /windows/hdf5build.BAT
parenta7372ec352b6485a466157e70929cc5f0973fba8 (diff)
downloadhdf5-2a07e56c0522aa3ff86005ad923b9bd96c05689e.zip
hdf5-2a07e56c0522aa3ff86005ad923b9bd96c05689e.tar.gz
hdf5-2a07e56c0522aa3ff86005ad923b9bd96c05689e.tar.bz2
[svn-r17263] Description:
Bring r17244:17262 from trunk to revise_chunks branch Tested on: Mac OS X/32 10.5.7 (amazon) w/debug & production FreeBSD/32 6.3 (duty) w/debug h5committest not needed on this branch
Diffstat (limited to 'windows/hdf5build.BAT')
-rwxr-xr-xwindows/hdf5build.BAT10
1 files changed, 4 insertions, 6 deletions
diff --git a/windows/hdf5build.BAT b/windows/hdf5build.BAT
index abb6c90..e2a062c 100755
--- a/windows/hdf5build.BAT
+++ b/windows/hdf5build.BAT
@@ -16,8 +16,6 @@ rem access to either file, you may request a copy from helphdfgroup.org.
rem File Name: hdf5build.bat
rem This batch file is used to build HDF5 Libraries and Tools.
rem This batch file takes the following options:
-rem . /vs7 Build HDF5 using Visual Studio .NET 2003
-rem . Note: Default is Visual Studio 2005
rem . /vs9 Build HDF5 using Visual Studio 2008
rem . Note: Default is Visual Studio 2005
rem . /fort Build HDF5 with Fortran libraries
@@ -58,8 +56,6 @@ rem Print a help message
echo.
echo.Usage: %~nx0 [OPTION]
echo.
- echo. /vs7 Build HDF5 using Visual Studio .NET 2003
- echo. Note: Default is Visual Studio 2005
echo. /vs9 Build HDF5 using Visual Studio 2008
echo. Note: Default is Visual Studio 2005
echo. /fort Build HDF5 with Fortran libraries using the
@@ -78,8 +74,10 @@ rem Parse through the parameters sent to file, and set appropriate variables
for %%a in (%*) do (
if "%%a"=="/vs7" (
- rem Use Visual Studio .NET 2003
- set hdf5_vnet=true
+ rem Visual Studio .NET 2003 not supported
+ rem Set errorlevel 1 and send to help
+ call :help
+ exit /b 1
) else if "%%a"=="/vs9" (
rem Use Visual Studio .NET 2003