summaryrefslogtreecommitdiffstats
path: root/windows/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.vcproj
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/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.vcproj
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/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.vcproj')
-rw-r--r--windows/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.vcproj6
1 files changed, 3 insertions, 3 deletions
diff --git a/windows/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.vcproj b/windows/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.vcproj
index fc305b2..5e9b31e 100644
--- a/windows/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.vcproj
+++ b/windows/proj/hdf5_hl_f90cstubdll/hdf5_hl_f90cstubdll.vcproj
@@ -102,12 +102,12 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- OutputFile="..\..\..\proj\hdf5_hl_f90cstubdll\Debug/hdf5_hl_f90cstubdlld.dll"
+ OutputFile="..\..\..\proj\hdf5_hl_f90cstubdll\Debug/hdf5_hl_f90cstubddll.dll"
LinkIncremental="1"
SuppressStartupBanner="TRUE"
GenerateDebugInformation="TRUE"
- ProgramDatabaseFile=".\..\..\..\proj\hdf5_hl_f90cstubdll\Debug/hdf5_hl_f90cstubdlld.pdb"
- ImportLibrary=".\..\..\..\proj\hdf5_hl_f90cstubdll\Debug/hdf5_hl_f90cstubdlld.lib"
+ ProgramDatabaseFile=".\..\..\..\proj\hdf5_hl_f90cstubdll\Debug/hdf5_hl_f90cstubddll.pdb"
+ ImportLibrary=".\..\..\..\proj\hdf5_hl_f90cstubdll\Debug/hdf5_hl_f90cstubddll.lib"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"