summaryrefslogtreecommitdiffstats
path: root/windows_vs6/proj
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_vs6/proj
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_vs6/proj')
-rwxr-xr-xwindows_vs6/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.dsp2
-rwxr-xr-xwindows_vs6/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.dsp2
-rwxr-xr-xwindows_vs6/proj/hdf5_hl_fortrandll/hdf5_hl_fortrandll.dsp2
-rwxr-xr-xwindows_vs6/proj/hdf5_hldll/hdf5_hldll.dsp2
4 files changed, 4 insertions, 4 deletions
diff --git a/windows_vs6/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.dsp b/windows_vs6/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.dsp
index c23bd3b..63e1770 100755
--- a/windows_vs6/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.dsp
+++ b/windows_vs6/proj/hdf5_hl_cppdll/hdf5_hl_cppdll.dsp
@@ -83,7 +83,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\proj\hdf5_hl_cppdll\Debug/hdf5_hl_cppdlld.dll" /pdbtype:sept
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\proj\hdf5_hl_cppdll\Debug/hdf5_hl_cppddll.dll" /pdbtype:sept
!ENDIF
diff --git a/windows_vs6/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.dsp b/windows_vs6/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.dsp
index 3a1943c..a5a8924 100755
--- a/windows_vs6/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.dsp
+++ b/windows_vs6/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.dsp
@@ -83,7 +83,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\proj\hdf5_hl_f90cstubdll\Debug/hdf5_hl_f90cstubdlld.dll" /pdbtype:sept
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\proj\hdf5_hl_f90cstubdll\Debug/hdf5_hl_f90cstubddll.dll" /pdbtype:sept
!ENDIF
diff --git a/windows_vs6/proj/hdf5_hl_fortrandll/hdf5_hl_fortrandll.dsp b/windows_vs6/proj/hdf5_hl_fortrandll/hdf5_hl_fortrandll.dsp
index 1b1b667..cfae5a3 100755
--- a/windows_vs6/proj/hdf5_hl_fortrandll/hdf5_hl_fortrandll.dsp
+++ b/windows_vs6/proj/hdf5_hl_fortrandll/hdf5_hl_fortrandll.dsp
@@ -84,7 +84,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\proj\hdf5_hl_fortrandll\Debug/hdf5_hl_fortrandlld.dll" /pdbtype:sept
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"..\..\..\proj\hdf5_hl_fortrandll\Debug/hdf5_hl_fortranddll.dll" /pdbtype:sept
!ENDIF
diff --git a/windows_vs6/proj/hdf5_hldll/hdf5_hldll.dsp b/windows_vs6/proj/hdf5_hldll/hdf5_hldll.dsp
index ab9cdcd..6c8e66a 100755
--- a/windows_vs6/proj/hdf5_hldll/hdf5_hldll.dsp
+++ b/windows_vs6/proj/hdf5_hldll/hdf5_hldll.dsp
@@ -83,7 +83,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /dll /debug /machine:I386 /out:"..\..\..\proj\hdf5_hldll\Debug/hdf5_hldlld.dll" /pdbtype:sept
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib $(HDF5_EXT_ZLIB) $(HDF5_EXT_SZIP) /nologo /dll /debug /machine:I386 /out:"..\..\..\proj\hdf5_hldll\Debug/hdf5_hlddll.dll" /pdbtype:sept
!ENDIF