summaryrefslogtreecommitdiffstats
path: root/windows
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2008-01-25 22:09:22 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2008-01-25 22:09:22 (GMT)
commitb746d34dc7b9f8c966a01144af86b6e24af1cee2 (patch)
tree8b643cba83293416fc56b6b93c4dbbc309246abc /windows
parent5342c5451a53ed0be6d4261f71e136bd176543d5 (diff)
downloadhdf5-b746d34dc7b9f8c966a01144af86b6e24af1cee2.zip
hdf5-b746d34dc7b9f8c966a01144af86b6e24af1cee2.tar.gz
hdf5-b746d34dc7b9f8c966a01144af86b6e24af1cee2.tar.bz2
[svn-r14459] Purpose: Small patch to Windows install script
Description: A user pointed out that one of our Fortran dependencies wasn't getting installed correctly due to a wrong path in our install file. After reviewing, I've applied the patch that he's proposed.
Diffstat (limited to 'windows')
-rwxr-xr-xwindows/installhdf5lib.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/installhdf5lib.bat b/windows/installhdf5lib.bat
index 22e9cd9..d53258c 100755
--- a/windows/installhdf5lib.bat
+++ b/windows/installhdf5lib.bat
@@ -105,7 +105,7 @@ copy proj\hdf5_hl_fortrandll\debug\*.mod hdf5lib\debug\modsdll
copy proj\hdf5_hl\debug\hdf5_hld.lib hdf5lib\debug\lib
copy proj\hdf5_hl_cpp\debug\hdf5_hl_cppd.lib hdf5lib\debug\lib
copy proj\hdf5_hl_fortran\debug\hdf5_hl_fortrand.lib hdf5lib\debug\lib
-copy proj\hdf5_hl_fortran\debug\hdf5_hl_fortran_libd.lib hdf5lib\debug\lib
+copy proj\hdf5_hl_f90cstub\debug\hdf5_hl_f90cstubd.lib hdf5lib\debug\lib
copy proj\hdf5_hldll\debug\hdf5_hlddll.lib hdf5lib\debug\dll
@@ -128,7 +128,7 @@ copy proj\hdf5_hl_fortrandll\release\*.mod hdf5lib\release\modsdll
copy proj\hdf5_hl\release\hdf5_hl.lib hdf5lib\release\lib
copy proj\hdf5_hl_cpp\release\hdf5_hl_cpp.lib hdf5lib\release\lib
copy proj\hdf5_hl_fortran\release\hdf5_hl_fortran.lib hdf5lib\release\lib
-copy proj\hdf5_hl_fortran\release\hdf5_hl_fortran_lib.lib hdf5lib\release\lib
+copy proj\hdf5_hl_f90cstub\release\hdf5_hl_f90cstub.lib hdf5lib\release\lib
copy proj\hdf5_hldll\release\hdf5_hldll.lib hdf5lib\release\dll
copy proj\hdf5_hldll\release\hdf5_hldll.dll hdf5lib\release\dll