update OpenCL.rules to work on paths that include spaces
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4443 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
4c3e405c47
commit
767818bcb2
|
@ -7,8 +7,8 @@
|
||||||
<CustomBuildRule
|
<CustomBuildRule
|
||||||
Name="OpenCL source"
|
Name="OpenCL source"
|
||||||
DisplayName="OpenCL"
|
DisplayName="OpenCL"
|
||||||
CommandLine="xcopy /I /Y $(InputPath) $(SolutionDir)\..\Binary\$(PlatformName)\User\OpenCL"
|
CommandLine='xcopy /I /Y "$(InputPath)" "$(SolutionDir)\..\Binary\$(PlatformName)\User\OpenCL\"'
|
||||||
Outputs="$(SolutionDir)\..\Binary\$(PlatformName)\User\OpenCL\$(InputFileName)"
|
Outputs='"$(SolutionDir)\..\Binary\$(PlatformName)\User\OpenCL\$(InputFileName)"'
|
||||||
FileExtensions="*.cl"
|
FileExtensions="*.cl"
|
||||||
>
|
>
|
||||||
<Properties>
|
<Properties>
|
||||||
|
|
Loading…
Reference in New Issue