Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
libyaml
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OpenVMS
libraries
libyaml
Commits
fd771ff8d78d
Commit
fd771ff8d78d
authored
16 years ago
by
Kirill Simonov
Browse files
Options
Downloads
Patches
Plain Diff
Fixed the DLL name in the win32 projects.
parent
8b88d7bd8484
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
win32/vs2003/yamldll.vcproj
+5
-5
5 additions, 5 deletions
win32/vs2003/yamldll.vcproj
win32/vs2008/yamldll.vcproj
+5
-5
5 additions, 5 deletions
win32/vs2008/yamldll.vcproj
with
10 additions
and
10 deletions
win32/vs2003/yamldll.vcproj
+
5
−
5
View file @
fd771ff8
...
...
@@ -32,6 +32,6 @@
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
"$(OutDir)/yaml
dll
.dll"
OutputFile=
"$(OutDir)/yaml.dll"
LinkIncremental=
"2"
GenerateDebugInformation=
"TRUE"
...
...
@@ -36,4 +36,4 @@
LinkIncremental=
"2"
GenerateDebugInformation=
"TRUE"
ProgramDatabaseFile=
"$(OutDir)/yaml
dll
.pdb"
ProgramDatabaseFile=
"$(OutDir)/yaml.pdb"
SubSystem=
"2"
...
...
@@ -39,5 +39,5 @@
SubSystem=
"2"
ImportLibrary=
"$(OutDir)/yaml
dll
.lib"
ImportLibrary=
"$(OutDir)/yaml.lib"
TargetMachine=
"1"
/>
<Tool
Name=
"VCMIDLTool"
/>
...
...
@@ -79,9 +79,9 @@
Name=
"VCCustomBuildTool"
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
"$(OutDir)/yaml
dll
.dll"
OutputFile=
"$(OutDir)/yaml.dll"
LinkIncremental=
"1"
GenerateDebugInformation=
"TRUE"
SubSystem=
"2"
OptimizeReferences=
"2"
EnableCOMDATFolding=
"2"
...
...
@@ -83,9 +83,9 @@
LinkIncremental=
"1"
GenerateDebugInformation=
"TRUE"
SubSystem=
"2"
OptimizeReferences=
"2"
EnableCOMDATFolding=
"2"
ImportLibrary=
"$(OutDir)/yaml
dll
.lib"
ImportLibrary=
"$(OutDir)/yaml.lib"
TargetMachine=
"1"
/>
<Tool
Name=
"VCMIDLTool"
/>
...
...
This diff is collapsed.
Click to expand it.
win32/vs2008/yamldll.vcproj
+
5
−
5
View file @
fd771ff8
...
...
@@ -62,6 +62,6 @@
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
"$(OutDir)/yaml
dll
.dll"
OutputFile=
"$(OutDir)/yaml.dll"
LinkIncremental=
"2"
GenerateDebugInformation=
"true"
...
...
@@ -66,6 +66,6 @@
LinkIncremental=
"2"
GenerateDebugInformation=
"true"
ProgramDatabaseFile=
"$(OutDir)/yaml
dll
.pdb"
ProgramDatabaseFile=
"$(OutDir)/yaml.pdb"
SubSystem=
"2"
RandomizedBaseAddress=
"1"
DataExecutionPrevention=
"0"
...
...
@@ -69,7 +69,7 @@
SubSystem=
"2"
RandomizedBaseAddress=
"1"
DataExecutionPrevention=
"0"
ImportLibrary=
"$(OutDir)/yaml
dll
.lib"
ImportLibrary=
"$(OutDir)/yaml.lib"
TargetMachine=
"1"
/>
<Tool
...
...
@@ -138,7 +138,7 @@
/>
<Tool
Name=
"VCLinkerTool"
OutputFile=
"$(OutDir)/yaml
dll
.dll"
OutputFile=
"$(OutDir)/yaml.dll"
LinkIncremental=
"1"
GenerateDebugInformation=
"true"
SubSystem=
"2"
...
...
@@ -146,7 +146,7 @@
EnableCOMDATFolding=
"2"
RandomizedBaseAddress=
"1"
DataExecutionPrevention=
"0"
ImportLibrary=
"$(OutDir)/yaml
dll
.lib"
ImportLibrary=
"$(OutDir)/yaml.lib"
TargetMachine=
"1"
/>
<Tool
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment