Applied the new naming convention to the CSFML and SFML.Net binaries (sfml2-xxx)
git-svn-id: https://sfml.svn.sourceforge.net/svnroot/sfml/branches/sfml2@1556 4e206d99-4929-0410-ac5d-dfc041789085
This commit is contained in:
parent
8525a7cb92
commit
186f679f85
52 changed files with 431 additions and 431 deletions
|
@ -66,8 +66,8 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="sfml-window-s-d.lib sfml-system-s-d.lib"
|
||||
OutputFile="$(SolutionDir)..\..\lib\vc2008\$(ProjectName)-d.dll"
|
||||
AdditionalDependencies="sfml2-window-s-d.lib sfml2-system-s-d.lib"
|
||||
OutputFile="$(SolutionDir)..\..\lib\vc2008\csfml2-window-d.dll"
|
||||
LinkIncremental="2"
|
||||
AdditionalLibraryDirectories="$(SolutionDir)..\..\..\lib\vc2008\"
|
||||
ModuleDefinitionFile="$(SolutionDir)../../src/SFML/Window/csfml-window-d.def"
|
||||
|
@ -151,8 +151,8 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCLinkerTool"
|
||||
AdditionalDependencies="sfml-window-s.lib sfml-system-s.lib"
|
||||
OutputFile="$(SolutionDir)..\..\lib\vc2008\$(ProjectName).dll"
|
||||
AdditionalDependencies="sfml2-window-s.lib sfml2-system-s.lib"
|
||||
OutputFile="$(SolutionDir)..\..\lib\vc2008\csfml2-window.dll"
|
||||
LinkIncremental="1"
|
||||
AdditionalLibraryDirectories="$(SolutionDir)..\..\..\lib\vc2008\"
|
||||
ModuleDefinitionFile="$(SolutionDir)../../src/SFML/Window/csfml-window.def"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue