Fix potential compilation issue in visual studio project file
Add quotes around filespec in post-build event to allow paths with embedded spaces.
This commit is contained in:
@@ -89,7 +89,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="copy $(OutDir)\compile.exe ..\..\..\..\src\glsl\apps"
|
||||
CommandLine="copy "$(OutDir)\compile.exe" ..\..\..\..\src\glsl\apps"
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
@@ -166,7 +166,7 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="copy $(OutDir)\compile.exe ..\..\..\..\src\glsl\apps"
|
||||
CommandLine="copy "$(OutDir)\compile.exe" ..\..\..\..\src\glsl\apps"
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
||||
|
Reference in New Issue
Block a user