summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Windows.html
diff options
context:
space:
mode:
authorFang Guo <fangguo@ncsa.uiuc.edu>2006-04-11 20:28:18 (GMT)
committerFang Guo <fangguo@ncsa.uiuc.edu>2006-04-11 20:28:18 (GMT)
commit954a6dfda4aedc93e8f54241f1464bece4d5b871 (patch)
tree93a7e6f486f560803cf258231f8ad38a7ab39710 /release_docs/INSTALL_Windows.html
parenta074f99ebeda2d4c7ba3ca798c5e3aeeabb35a73 (diff)
downloadhdf5-954a6dfda4aedc93e8f54241f1464bece4d5b871.zip
hdf5-954a6dfda4aedc93e8f54241f1464bece4d5b871.tar.gz
hdf5-954a6dfda4aedc93e8f54241f1464bece4d5b871.tar.bz2
[svn-r12226] Purpose:
Maintenance on Windows Description: Add in information about hdf5_hl_fortran using intel fortran compiler. Solution: Platforms tested: Misc. update:
Diffstat (limited to 'release_docs/INSTALL_Windows.html')
-rwxr-xr-xrelease_docs/INSTALL_Windows.html12
1 files changed, 9 insertions, 3 deletions
diff --git a/release_docs/INSTALL_Windows.html b/release_docs/INSTALL_Windows.html
index 7177564..af41ce7 100755
--- a/release_docs/INSTALL_Windows.html
+++ b/release_docs/INSTALL_Windows.html
@@ -2454,7 +2454,6 @@ lines. </p>
<li>flush2_fortran </li>
<li>hdf5_fortran </li>
<li>testhdf5_fortran </li>
- <li>hdf5_hl_fortran </li>
<li>hl_test_image_fortran </li>
<li>hl_test_lite_fortran </li>
<li>hl_test_table_fortran</li>
@@ -2468,17 +2467,24 @@ lines. </p>
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 <span class="filename">&quot;The Intel Fortran project&quot;</span> as the the
- main project and click <span class="filename">&quot;OK&quot;</span>. </li>
+ main project and click <span class="filename">&quot;OK&quot;</span>.&nbsp;
+ Do the same thing for &quot;hdf5_hl_fortran&quot;.</li>
</ul>
</li>
- <li><h4>2.2.4 Change project dependencies of &quot;libtest_fortran&quot;</h4>
+ <li><h4>2.2.4 Change project dependencies of &quot;libtest_fortran&quot; and
+ &quot;hdf5_hl_fortran&quot;</h4>
<ul class="intable">
<li>Highlight project <span class="filename">&quot;libtest_fortran&quot;</span>, choose
<span class="filename">&quot;Project&quot;</span>-&gt; <span class="filename">&quot;Project
Dependencies&quot;, </span>uncheck<span class="filename"> &quot;libtest&quot;.</span>
</li>
+ <li>Highlight project <span class="filename">&quot;hdf5_hl_fortran&quot;</span>, choose
+ <span class="filename">&quot;Project&quot;</span>-&gt; <span class="filename">&quot;Project
+ Dependencies&quot;, </span>uncheck<span class="filename"> &quot;hdf5_hl&quot;
+ and &quot;hdf5_fortran&quot;.</span>
+ </li>
</ul>
</li>