summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Windows_Short_INTEL.TXT
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2007-05-23 21:22:42 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2007-05-23 21:22:42 (GMT)
commit1d17ae7d699103fcf6d79b3c52915b4e9ca8f9f0 (patch)
tree1bb7c8687f4110bc12db452c2797f60254829db5 /release_docs/INSTALL_Windows_Short_INTEL.TXT
parent3efa9c8b05acd0383362d0162014ef05dd3279c2 (diff)
downloadhdf5-1d17ae7d699103fcf6d79b3c52915b4e9ca8f9f0.zip
hdf5-1d17ae7d699103fcf6d79b3c52915b4e9ca8f9f0.tar.gz
hdf5-1d17ae7d699103fcf6d79b3c52915b4e9ca8f9f0.tar.bz2
[svn-r13802] Update the Windows documentation to reflect changes made to the Fortran configuration in today's earlier checkin. Also removed documentation for the stdio driver, as it is currently broken.
Diffstat (limited to 'release_docs/INSTALL_Windows_Short_INTEL.TXT')
-rwxr-xr-xrelease_docs/INSTALL_Windows_Short_INTEL.TXT24
1 files changed, 23 insertions, 1 deletions
diff --git a/release_docs/INSTALL_Windows_Short_INTEL.TXT b/release_docs/INSTALL_Windows_Short_INTEL.TXT
index 5a53f0a..9c45d23 100755
--- a/release_docs/INSTALL_Windows_Short_INTEL.TXT
+++ b/release_docs/INSTALL_Windows_Short_INTEL.TXT
@@ -144,8 +144,30 @@ WARNINGS:
hl_test_table_fortran
+ 1.4 Change Project Output
+
+ Right click on the project "hdf5_hl_fortran" and select
+ "Properties". At the top left of the Property Pages, select
+ "Debug" for the Configuration. Then, in the left pane, go to
+ Librarian > General. Change the Output File from
+ "$(OutDir)/$(ProjectName).lib" to "$(OutDir)/$(ProjectName)d.lib".
+ Then click Ok.
+
+ Similarly, right-click on "hdf5_hl_fortran_lib", and select
+ "Properties". At the top left of the Property Pages, select
+ "Debug" for the Configuration. Then, in the left pane, go to
+ Librarian > General. Change the Output File from
+ "..\..\..\proj\hdf5_hl_fortran\Debug\hdf5_hl_fortrand.lib"
+ to ..\..\..\proj\hdf5_hl_fortran\Debug\hdf5_hl_fortrand_lib.lib".
+
+ Then, in the top left corner again, change the Configuration to
+ "Release". Inside of Librarian > General, change the Output File
+ from ".\..\..\..\proj\hdf5_hl_fortran\Release\hdf5_hl_fortran.lib"
+ to ".\..\..\..\proj\hdf5_hl_fortran\Release\hdf5_hl_fortran_lib.lib".
- 1.4 Building HDF5 C/C++/Fortran Libraries and Tools
+
+
+ 1.5 Building HDF5 C/C++/Fortran Libraries and Tools
Select "Build", then Select "Configuration Manager".