summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Windows.txt
diff options
context:
space:
mode:
authorElena Pourmal <epourmal@hdfgroup.org>2009-11-09 16:20:17 (GMT)
committerElena Pourmal <epourmal@hdfgroup.org>2009-11-09 16:20:17 (GMT)
commit08d7e05692bde02fa1080483392118c6a2213a4a (patch)
tree232c578ccf1253fa15fed2828d23df23061af042 /release_docs/INSTALL_Windows.txt
parenta146430dc471c65f08bf4c8564a3aa218cf231c5 (diff)
parent0c8fcc5373a6dcdd4aaf588eab315249f220aa83 (diff)
downloadhdf5-08d7e05692bde02fa1080483392118c6a2213a4a.zip
hdf5-08d7e05692bde02fa1080483392118c6a2213a4a.tar.gz
hdf5-08d7e05692bde02fa1080483392118c6a2213a4a.tar.bz2
[svn-r17854] Maintenance: This is a second attempt to tag 1.6.10 release after
Windows files were modified and new released tar ball was recreated.
Diffstat (limited to 'release_docs/INSTALL_Windows.txt')
-rw-r--r--release_docs/INSTALL_Windows.txt50
1 files changed, 7 insertions, 43 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt
index 2ce90ba..f1165c4 100644
--- a/release_docs/INSTALL_Windows.txt
+++ b/release_docs/INSTALL_Windows.txt
@@ -1119,43 +1119,7 @@ Section VII: Building with Intel Fortran 9.1
Fortran 9.1 Compiler.
- 1.1 Extract Compaq Fortran Project Files
-
- a. Select project "flush1_fortran" in the Solution Explorer
- window. In the Project menu, select
- "Extract Compaq Visual Fortran Project".
-
- Do the same thing for the following project files, but for now, skip
- the projects labelled "**SKIP**":
-
- flush1_fortrandll
- flush2_fortran
- flush2_fortrandll
- hdf5_fortran
- hdf5_fortrandll
- **SKIP** libtest_fortran
- libtest_fortrandll
- testhdf5_fortran
- testhdf5_fortrandll
-
-
- b. Select project "libtest_fortran" in the Solution
- Explorer window. In the Project menu, select
- "Extract Compaq Visual Fortran Project". Since Project
- file "libtest_fortran" contain both C and Fortran code,
- you will be asked to specify which project, either
- Fortran or C/C++, will serve as the main project for
- this mixed language projects. Choose
- "The Intel Fortran project" as the the main project and
- click "OK".
-
- Note: In Visual Studio 2005, you may receive a message that
- says "The attempt to convert the Fortran project file failed.
- The project file (.vcproj) has not been converted." This message
- can safely be ignored.
-
-
- 1.3: Fix Project Output
+ 1.1 Fix Project Output
1) Change libtest_fortran_lib Release Output
@@ -1190,7 +1154,7 @@ Section VII: Building with Intel Fortran 9.1
Then click "OK".
- 1.4: Change project dependencies
+ 1.2: Change project dependencies
To check the project dependencies,
@@ -1208,7 +1172,7 @@ Section VII: Building with Intel Fortran 9.1
testhdf5_fortran
- 1.5 Building HDF5 C/C++/Fortran Libraries and Tools
+ 1.3 Building HDF5 C/C++/Fortran Libraries and Tools
Select "Build", then Select "Configuration Manager".
@@ -1216,7 +1180,7 @@ Section VII: Building with Intel Fortran 9.1
Select "Ok". Select "Build" -> "Build" or "Rebuild All" to
build Debug or Release version of HDF5 C, C++, fortran
- Library using Intel fortran 9.1 Compiler with .Net 2003 or .Net 2005.
+ Library using Intel fortran 9.1 Compiler with .Net 2003 or VS 2005.
2. Test HDF5 Static and High Level Fortran Library
@@ -1294,10 +1258,10 @@ Section VII: Building with Intel Fortran 9.1
1. Invoke Intel Fortran Compiler 9.1 or above under Microsoft
Visual Studio development environment, go to "File" and select
- the "Open Workspace" option.
+ the "Open Solution" option.
- Then open the workspace
- c:\MyHDFstuff\hdf5\fortran\examples\allf90examples\allf90examples.dsw.
+ Then open the solution
+ c:\MyHDFstuff\hdf5\fortran\examples\allf90examples\allf90examples.sln.
2. Select "Build", then Select "Set Active Configuration".