summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_Windows_Short_INTEL.TXT
diff options
context:
space:
mode:
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".