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:
LaurentGom 2010-08-29 08:48:53 +00:00
parent 8525a7cb92
commit 186f679f85
52 changed files with 431 additions and 431 deletions

View file

@ -65,8 +65,8 @@
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="sfml-window-s-d.lib sfml-system-s-d.lib"
OutputFile="$(SolutionDir)..\..\lib\vc2005\$(ProjectName)-d.dll"
AdditionalDependencies="sfml2-window-s-d.lib sfml2-system-s-d.lib"
OutputFile="$(SolutionDir)..\..\lib\vc2005\csfml2-window-d.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="$(SolutionDir)..\..\..\lib\vc2005\"
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\vc2005\$(ProjectName).dll"
AdditionalDependencies="sfml2-window-s.lib sfml2-system-s.lib"
OutputFile="$(SolutionDir)..\..\lib\vc2005\csfml2-window.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="$(SolutionDir)..\..\..\lib\vc2005\"
ModuleDefinitionFile="$(SolutionDir)../../src/SFML/Window/csfml-window.def"