summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Windows_From_Command_Line.txt
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-06-30 19:13:27 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-06-30 19:13:27 (GMT)
commit4f7f681c429dea5580eb03e8f7ad28973fd34395 (patch)
tree7b4f1b8ef4045b8aa085ad16ad10bcb7b3abc4f7 /release_docs/INSTALL_Windows_From_Command_Line.txt
parent0df059935ca3486b1ece9b88d6de6b0ec656c269 (diff)
downloadhdf5-4f7f681c429dea5580eb03e8f7ad28973fd34395.zip
hdf5-4f7f681c429dea5580eb03e8f7ad28973fd34395.tar.gz
hdf5-4f7f681c429dea5580eb03e8f7ad28973fd34395.tar.bz2
[svn-r15301] Purpose: Support Intel Visual Fortran 10.1 from Visual Studio and Windows command line
Description: Modify Windows documentation to support Intel Visual Fortran 10.1. We have tested it in our Virtual machines, and have fixed the problems we were encountering. Also, add a new parameter to the hdf5build.BAT and hdf5bt.BAT build scripts to support IVF 10.1. Tested: VS2005 with IVF 9.1 and 10.1 on 32-bit XP
Diffstat (limited to 'release_docs/INSTALL_Windows_From_Command_Line.txt')
-rwxr-xr-xrelease_docs/INSTALL_Windows_From_Command_Line.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/INSTALL_Windows_From_Command_Line.txt b/release_docs/INSTALL_Windows_From_Command_Line.txt
index 79b4eb6..62c3daa 100755
--- a/release_docs/INSTALL_Windows_From_Command_Line.txt
+++ b/release_docs/INSTALL_Windows_From_Command_Line.txt
@@ -78,7 +78,11 @@ notes in INSTALL_Windows.txt before starting below procedures.
from command line.
hdf5bt file takes the following options:
+ /vs7 Build HDF5 using Visual Studio .NET 2003
+ Note: Default is Visual Studio 2005
/fort Build and test HDF5 with Fortran libraries
+ /ivf101 Build HDF5 Fortran using Intel Visual Fortran 10.1
+ Note: Default is Intel Visual Fortran 9.1
/useenv Build HDF5 using compiler settings defined
in the environment, rather than the IDE.
/? Help information
@@ -103,7 +107,11 @@ notes in INSTALL_Windows.txt before starting below procedures.
tools from command line.
hdf55build takes the following options:
+ /vs7 Build HDF5 using Visual Studio .NET 2003
+ Note: Default is Visual Studio 2005
/fort Build HDF5 with Fortran libraries
+ /ivf101 Build HDF5 Fortran using Intel Visual Fortran 10.1
+ Note: Default is Intel Visual Fortran 9.1
/useenv Build HDF5 using compiler settings defined
in the environment, rather than the IDE.
/? Help information