summaryrefslogtreecommitdiffstats
path: root/windows/install_hldll.BAT
diff options
context:
space:
mode:
Diffstat (limited to 'windows/install_hldll.BAT')
-rwxr-xr-xwindows/install_hldll.BAT2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/install_hldll.BAT b/windows/install_hldll.BAT
index 1a67c62..18e0893 100755
--- a/windows/install_hldll.BAT
+++ b/windows/install_hldll.BAT
@@ -19,6 +19,6 @@
@REM Last Updated:
@ ECHO OFF
-copy proj\hdf5_hldll\Debug\hdf5_hldlld.dll %SystemRoot%\system >temp.txt
+copy proj\hdf5_hldll\Debug\hdf5_hlddll.dll %SystemRoot%\system >temp.txt
copy proj\hdf5_hldll\Release\hdf5_hldll.dll %SystemRoot%\system >temp.txt
del temp.txt \ No newline at end of file