summaryrefslogtreecommitdiffstats
path: root/windows/installhdf5lib.bat
diff options
context:
space:
mode:
authorScott Wegner <swegner@hdfgroup.org>2007-08-03 14:44:44 (GMT)
committerScott Wegner <swegner@hdfgroup.org>2007-08-03 14:44:44 (GMT)
commite2477c8d0b76325590f43be8926634f16da5f849 (patch)
tree9f73c547c447d6af4efc0c9dddcea619a3269aa0 /windows/installhdf5lib.bat
parent7f2265149224ffa99b7a9825d4faf0b4823f4562 (diff)
downloadhdf5-e2477c8d0b76325590f43be8926634f16da5f849.zip
hdf5-e2477c8d0b76325590f43be8926634f16da5f849.tar.gz
hdf5-e2477c8d0b76325590f43be8926634f16da5f849.tar.bz2
[svn-r14036] Purpose: Fix Windows debug DLL naming scheme
Description: At a previous seminar, it was brought up that the naming scheme for Windows debug DLL is inconsistent. Specifically, some use *ddll, while others use *dlld. *dlld is more widely-used, so we decided this is "correct". This changes others to use this scheme, and adapts other projects / install scripts / documentation. Tested: Visual Studio .NET on WinXP
Diffstat (limited to 'windows/installhdf5lib.bat')
-rwxr-xr-xwindows/installhdf5lib.bat16
1 files changed, 8 insertions, 8 deletions
diff --git a/windows/installhdf5lib.bat b/windows/installhdf5lib.bat
index 5e73159..22e9cd9 100755
--- a/windows/installhdf5lib.bat
+++ b/windows/installhdf5lib.bat
@@ -108,17 +108,17 @@ 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_hldll\debug\hdf5_hldlld.lib hdf5lib\debug\dll
-copy proj\hdf5_hldll\debug\hdf5_hldlld.dll hdf5lib\debug\dll
+copy proj\hdf5_hldll\debug\hdf5_hlddll.lib hdf5lib\debug\dll
+copy proj\hdf5_hldll\debug\hdf5_hlddll.dll hdf5lib\debug\dll
-copy proj\hdf5_hl_cppdll\debug\hdf5_hl_cppdlld.lib hdf5lib\debug\dll
-copy proj\hdf5_hl_cppdll\debug\hdf5_hl_cppdlld.dll hdf5lib\debug\dll
+copy proj\hdf5_hl_cppdll\debug\hdf5_hl_cppddll.lib hdf5lib\debug\dll
+copy proj\hdf5_hl_cppdll\debug\hdf5_hl_cppddll.dll hdf5lib\debug\dll
-copy proj\hdf5_hl_fortrandll\debug\hdf5_hl_fortrandlld.lib hdf5lib\debug\dll
-copy proj\hdf5_hl_fortrandll\debug\hdf5_hl_fortrandlld.dll hdf5lib\debug\dll
+copy proj\hdf5_hl_fortrandll\debug\hdf5_hl_fortranddll.lib hdf5lib\debug\dll
+copy proj\hdf5_hl_fortrandll\debug\hdf5_hl_fortranddll.dll hdf5lib\debug\dll
-copy proj\hdf5_hl_f90cstubdll\debug\hdf5_hl_f90cstubdlld.lib hdf5lib\debug\dll
-copy proj\hdf5_hl_f90cstubdll\debug\hdf5_hl_f90cstubdlld.dll hdf5lib\debug\dll
+copy proj\hdf5_hl_f90cstubdll\debug\hdf5_hl_f90cstubddll.lib hdf5lib\debug\dll
+copy proj\hdf5_hl_f90cstubdll\debug\hdf5_hl_f90cstubddll.dll hdf5lib\debug\dll
copy hl\src\*.h hdf5lib\release\include
copy "hl\c++\src\*.h" hdf5lib\release\include