diff options
author | Scott Wegner <swegner@hdfgroup.org> | 2007-04-30 19:16:50 (GMT) |
---|---|---|
committer | Scott Wegner <swegner@hdfgroup.org> | 2007-04-30 19:16:50 (GMT) |
commit | 9844f91b17fb0808d45a2a873d3504c318c500e1 (patch) | |
tree | cce29156c0bf6515baa8aa7cbe46e5066ee1374c /release_docs/INSTALL_Windows.txt | |
parent | 8cf6fbad5115ed13615ab2d3870e438c7b8e1140 (diff) | |
download | hdf5-9844f91b17fb0808d45a2a873d3504c318c500e1.zip hdf5-9844f91b17fb0808d45a2a873d3504c318c500e1.tar.gz hdf5-9844f91b17fb0808d45a2a873d3504c318c500e1.tar.bz2 |
[svn-r13710] Added Fortran dependencies to Windows project files, and updated documentation to reflect changes.
Tested:
Visual Studio 2005 on WinXP
Diffstat (limited to 'release_docs/INSTALL_Windows.txt')
-rw-r--r-- | release_docs/INSTALL_Windows.txt | 88 |
1 files changed, 18 insertions, 70 deletions
diff --git a/release_docs/INSTALL_Windows.txt b/release_docs/INSTALL_Windows.txt index 3ee44a5..f846226 100644 --- a/release_docs/INSTALL_Windows.txt +++ b/release_docs/INSTALL_Windows.txt @@ -1493,83 +1493,31 @@ Notes: 1. For Intel Compiler users, Intel fortran Compiler 9.1 is currently Do the same thing for hdf5_hl_fortran. - 1.3 Change project dependencies + 1.3 Add project dependencies To check the project dependencies: - Right click the selected project, you should see "Project Dependencies" on the menu, - click "Project Dependencies", You should see a "Project Dependencies" panel, with - the selected project and the projects it depends on checked under "Depends on" list. + Right click the selected project, you should see "Project Dependencies" + on the menu, click "Project Dependencies", You should see a "Project + Dependencies" panel, with the selected project and the projects it + depends on checked under "Depends on" list. - Make sure all intel fortran projects have their corrsponding dependencies as follows: - - hdf5_fortran: hdf5, hdf5_f90cstub - - hdf5_fortrandll: hdf5dll, hdf5_f90cstubdll - - libtest_fortran: libtest, libtest_fotran_lib - - libtest_fortrandll: libtest_cstubdll, libtestD - - hdf5_hl_fortran: hdf5, hdf5_f90cstub, - hdf5_fortran, hdf5_hl, - hdf5_hl_fortran_lib - - hdf5_hl_fortrandll: hdf5dll, hdf5_hldll, - hdf5_hl_f90cstubdll, hdf5_fortrandll, - hdf5_f90cstubdll - - - flush1_fortran: hdf5, hdf5_f90cstub, - hdf5_fortran, libtest, - libtest_fortran, libtest_fortran_lib - - flush1_fortrandll: hdf5_f90cstubdll, hdf5_fortrandll, - hdf5dll, libtest_fortrandll - libtest_cstubdll, libtestD - - flush2_fortran: hdf5, hdf5_f90cstub, - hdf5_fortran, libtest, - libtest_fortran, libtest_fortran_lib - - flush2_fortrandll: hdf5_f90cstubdll, hdf5_fortrandll, - hdf5dll, libtest_fortrandll - libtest_cstubdll, libtestD - - testhdf5_fortran: hdf5, hdf5_f90cstub, - hdf5_fortran, libtest, - libtest_fortran, libtest_fortran_lib - - testhdf5_fortrandll: hdf5_f90cstubdll, hdf5_fortrandll, - hdf5dll, libtest_fortrandll - libtest_cstubdll, libtestD - - - - hl_test_image_fortran: hdf5, hdf5_f90cstub, - hdf5_fortran, hdf5_hl, - hdf5_hl_fortran, hdf5_hl_fortran_lib - - hl_test_image_fortrandll: hdf5dll, hdf5_hldll, - hdf5_f90cstubdll, hdf5_fortrandll, - hdf5_hl_f90cstubdll, hdf5_hl_fortrandll + Each of the following projects will need libtest_fortran_lib added + to its list of dependencies: - hl_test_lite_fortran: hdf5, hdf5_f90cstub, - hdf5_fortran, hdf5_hl, - hdf5_hl_fortran, hdf5_hl_fortran_lib - - hl_test_lite_fortrandll: hdf5dll, hdf5_hldll, - hdf5_f90cstubdll, hdf5_fortrandll, - hdf5_hl_f90cstubdll, hdf5_hl_fortrandll - - hl_test_table_fortran: hdf5, hdf5_f90cstub, - hdf5_fortran, hdf5_hl, - hdf5_hl_fortran, hdf5_hl_fortran_lib + libtest_fortran + flush1_fortran + flush2_fortran + testhdf5_fortran + + Each of the following projects will need hdf5_hl_fortran_lib added + to its list of dependencies: - hl_test_table_fortrandll:hdf5dll, hdf5_hldll, - hdf5_f90cstubdll, hdf5_fortrandll, - hdf5_hl_f90cstubdll, hdf5_hl_fortrandll + hdf5_hl_fortran + hl_test_image_fortran + hl_test_lite_fortran + hl_test_table_fortran |