summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorxi <xi@18f92427-320e-0410-9341-c67f048884a3>2008-12-27 21:28:35 +0000
committerxi <xi@18f92427-320e-0410-9341-c67f048884a3>2008-12-27 21:28:35 +0000
commitc9d85a2b6a09807e43233e7cae0bca983e438643 (patch)
tree9d70ec9d8fef2cd5cab1f18d688c3e8525c330bc
parente94ef3dbd7c50b13f1458dc100b72e1b33628356 (diff)
downloadlibyaml-c9d85a2b6a09807e43233e7cae0bca983e438643.tar.gz
Fixed the DLL name in the win32 projects.
git-svn-id: http://svn.pyyaml.org/libyaml/branches/stable@317 18f92427-320e-0410-9341-c67f048884a3
-rw-r--r--win32/vs2003/yamldll.vcproj10
-rw-r--r--win32/vs2008/yamldll.vcproj10
2 files changed, 10 insertions, 10 deletions
diff --git a/win32/vs2003/yamldll.vcproj b/win32/vs2003/yamldll.vcproj
index c777435..7d472ce 100644
--- a/win32/vs2003/yamldll.vcproj
+++ b/win32/vs2003/yamldll.vcproj
@@ -32,12 +32,12 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- OutputFile="$(OutDir)/yamldll.dll"
+ OutputFile="$(OutDir)/yaml.dll"
LinkIncremental="2"
GenerateDebugInformation="TRUE"
- ProgramDatabaseFile="$(OutDir)/yamldll.pdb"
+ ProgramDatabaseFile="$(OutDir)/yaml.pdb"
SubSystem="2"
- ImportLibrary="$(OutDir)/yamldll.lib"
+ ImportLibrary="$(OutDir)/yaml.lib"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
@@ -79,13 +79,13 @@
Name="VCCustomBuildTool"/>
<Tool
Name="VCLinkerTool"
- OutputFile="$(OutDir)/yamldll.dll"
+ OutputFile="$(OutDir)/yaml.dll"
LinkIncremental="1"
GenerateDebugInformation="TRUE"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
- ImportLibrary="$(OutDir)/yamldll.lib"
+ ImportLibrary="$(OutDir)/yaml.lib"
TargetMachine="1"/>
<Tool
Name="VCMIDLTool"/>
diff --git a/win32/vs2008/yamldll.vcproj b/win32/vs2008/yamldll.vcproj
index e262595..6bd95f2 100644
--- a/win32/vs2008/yamldll.vcproj
+++ b/win32/vs2008/yamldll.vcproj
@@ -62,14 +62,14 @@
/>
<Tool
Name="VCLinkerTool"
- OutputFile="$(OutDir)/yamldll.dll"
+ OutputFile="$(OutDir)/yaml.dll"
LinkIncremental="2"
GenerateDebugInformation="true"
- ProgramDatabaseFile="$(OutDir)/yamldll.pdb"
+ ProgramDatabaseFile="$(OutDir)/yaml.pdb"
SubSystem="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
- ImportLibrary="$(OutDir)/yamldll.lib"
+ ImportLibrary="$(OutDir)/yaml.lib"
TargetMachine="1"
/>
<Tool
@@ -138,7 +138,7 @@
/>
<Tool
Name="VCLinkerTool"
- OutputFile="$(OutDir)/yamldll.dll"
+ OutputFile="$(OutDir)/yaml.dll"
LinkIncremental="1"
GenerateDebugInformation="true"
SubSystem="2"
@@ -146,7 +146,7 @@
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
- ImportLibrary="$(OutDir)/yamldll.lib"
+ ImportLibrary="$(OutDir)/yaml.lib"
TargetMachine="1"
/>
<Tool