Added quotes to the post-build copy commands

This commit is contained in:
Sam Lantinga 2011-03-15 22:42:26 -07:00
parent 7bee4c671d
commit e6a027df65
24 changed files with 48 additions and 48 deletions

View file

@ -104,7 +104,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="Copy SDL"
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll&quot; &quot;$(TargetDir)\SDL.dll&quot;"
/>
</Configuration>
<Configuration
@ -196,7 +196,7 @@
<Tool
Name="VCPostBuildEventTool"
Description="Copy SDL"
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
CommandLine="copy &quot;$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll&quot; &quot;$(TargetDir)\SDL.dll&quot;"
/>
</Configuration>
</Configurations>