diff options
Diffstat (limited to 'windows/install_hlf90dll.bat')
-rwxr-xr-x | windows/install_hlf90dll.bat | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/windows/install_hlf90dll.bat b/windows/install_hlf90dll.bat index b1abd1e..14b836f 100755 --- a/windows/install_hlf90dll.bat +++ b/windows/install_hlf90dll.bat @@ -19,8 +19,8 @@ @REM Last Updated:
@ECHO OFF
-copy proj\hdf5_hl_fortrandll\Debug\hdf5_hl_fortrandlld.dll %SystemRoot%\system >temp.txt
-copy proj\hdf5_hl_f90cstubdll\Debug\hdf5_hl_f90cstubdlld.dll %SystemRoot%\system >temp.txt
+copy proj\hdf5_hl_fortrandll\Debug\hdf5_hl_fortranddll.dll %SystemRoot%\system >temp.txt
+copy proj\hdf5_hl_f90cstubdll\Debug\hdf5_hl_f90cstubddll.dll %SystemRoot%\system >temp.txt
copy proj\hdf5_hl_fortrandll\Release\hdf5_hl_fortrandll.dll %SystemRoot%\system >temp.txt
copy proj\hdf5_hl_f90cstubdll\Release\hdf5_hl_f90cstubdll.dll %SystemRoot%\system >temp.txt
|