Added quotes to the post-build copy commands
This commit is contained in:
parent
7bee4c671d
commit
e6a027df65
24 changed files with 48 additions and 48 deletions
|
@ -104,7 +104,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -196,7 +196,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -196,7 +196,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -196,7 +196,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL and data files"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll"
copy "$(SolutionDir)\..\test\icon.bmp" "$(ProjectDir)\icon.bmp"
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -196,7 +196,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL and data files"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll"
copy "$(SolutionDir)\..\test\icon.bmp" "$(ProjectDir)\icon.bmp"
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -196,7 +196,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL and data files"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll"
copy "$(SolutionDir)\..\test\icon.bmp" "$(ProjectDir)\icon.bmp"
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -200,7 +200,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL and data files"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll"
copy "$(SolutionDir)\..\test\icon.bmp" "$(ProjectDir)\icon.bmp"
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -196,7 +196,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -196,7 +196,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL and data files"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll"
copy "$(SolutionDir)\..\test\sample.bmp" "$(ProjectDir)\sample.bmp"
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -196,7 +196,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL and data files"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll"
copy "$(SolutionDir)\..\test\sample.bmp" "$(ProjectDir)\sample.bmp"
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -196,7 +196,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -198,7 +198,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -105,7 +105,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -198,7 +198,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -196,7 +196,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL and data files"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp
"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll"
copy "$(SolutionDir)\..\test\sample.bmp" "$(ProjectDir)\sample.bmp"
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -196,7 +196,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL and data files"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp
"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll"
copy "$(SolutionDir)\..\test\sample.bmp" "$(ProjectDir)\sample.bmp"
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL and data files"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat
"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll"
copy "$(SolutionDir)\..\test\moose.dat" "$(ProjectDir)\moose.dat"
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -196,7 +196,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL and data files"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\moose.dat $(ProjectDir)\moose.dat
"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll"
copy "$(SolutionDir)\..\test\moose.dat" "$(ProjectDir)\moose.dat"
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -106,7 +106,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -200,7 +200,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -196,7 +196,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -196,7 +196,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL and data files"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll"
copy "$(SolutionDir)\..\test\icon.bmp" "$(ProjectDir)\icon.bmp"
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -196,7 +196,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL and data files"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll"
copy "$(SolutionDir)\..\test\icon.bmp" "$(ProjectDir)\icon.bmp"
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL and data files"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll"
copy "$(SolutionDir)\..\test\icon.bmp" "$(ProjectDir)\icon.bmp"
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -196,7 +196,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL and data files"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\icon.bmp $(ProjectDir)\icon.bmp
"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll"
copy "$(SolutionDir)\..\test\icon.bmp" "$(ProjectDir)\icon.bmp"
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -196,7 +196,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL and data files"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp
"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll"
copy "$(SolutionDir)\..\test\sample.bmp" "$(ProjectDir)\sample.bmp"
"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -196,7 +196,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL and data files"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll
copy $(SolutionDir)\..\test\sample.bmp $(ProjectDir)\sample.bmp
"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll"
copy "$(SolutionDir)\..\test\sample.bmp" "$(ProjectDir)\sample.bmp"
"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -196,7 +196,7 @@
|
|||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
Description="Copy SDL"
|
||||
CommandLine="copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll"
|
||||
CommandLine="copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
<SubSystem>Windows</SubSystem>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
|
||||
<Command>copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll"</Command>
|
||||
</PostBuildEvent>
|
||||
<PostBuildEvent>
|
||||
<Message>Copy SDL</Message>
|
||||
|
@ -125,7 +125,7 @@
|
|||
<SubSystem>Windows</SubSystem>
|
||||
</Link>
|
||||
<PostBuildEvent>
|
||||
<Command>copy $(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll $(TargetDir)\SDL.dll</Command>
|
||||
<Command>copy "$(SolutionDir)\SDL\$(ConfigurationName)\SDL.dll" "$(TargetDir)\SDL.dll"</Command>
|
||||
</PostBuildEvent>
|
||||
<PostBuildEvent>
|
||||
<Message>Copy SDL</Message>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue