summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2006-04-11 20:22:56 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2006-04-11 20:22:56 (GMT)
commita074f99ebeda2d4c7ba3ca798c5e3aeeabb35a73 (patch)
treefb1781cffebe3a9ba71086be1197718a6d5d5ccc /release_docs
parent6952f4809666f9db5629183be2a7c678e7c0eb89 (diff)
downloadhdf5-a074f99ebeda2d4c7ba3ca798c5e3aeeabb35a73.zip
hdf5-a074f99ebeda2d4c7ba3ca798c5e3aeeabb35a73.tar.gz
hdf5-a074f99ebeda2d4c7ba3ca798c5e3aeeabb35a73.tar.bz2
[svn-r12225] Purpose:
Maintenance on Windows Description: hdf5_hl_fortran is a mixed language project. when building this project , the compiler will ask to choose one language as a main project. Missed this information in previous document. Need to ch Solution: Platforms tested: Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/INSTALL_Windows.txt10
1 files changed, 8 insertions, 2 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt
index 2d63a82..b06e581 100644
--- a/release_docs/INSTALL_Windows.txt
+++ b/release_docs/INSTALL_Windows.txt
@@ -1827,7 +1827,6 @@ Notes: 1. For Intel Compiler users, Intel 7.x works with MSVS 6.0 and
flush2_fortran
hdf5_fortran
testhdf5_fortran
- hdf5_hl_fortran
hl_test_image_fortran
hl_test_lite_fortran
hl_test_table_fortran
@@ -1841,11 +1840,18 @@ Notes: 1. For Intel Compiler users, Intel 7.x works with MSVS 6.0 and
this mixed language projects. Choose
"The Intel Fortran project" as the the main project and
click "OK".
+
+ Do the same thing for hdf5_hl_fortran.
- 2.2.3 Change project dependencies of "libtest_fortran"
+ 2.2.3 Change project dependencies of "libtest_fortran" and
+ "hdf5_hl_fortran"
Highlight project "libtest_fortran", choose tab "Project"->
"Project Dependencies", uncheck "libtest".
+
+ Highlight project "hdf5_hl_fortran", choose tab "Project"->
+ "Project Dependencies", uncheck "hdf5_fortran" and "hdf5_hl".
+
2.2.4 Convert to Use Intel C++ Project System