mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-27 15:54:55 +00:00
19 lines
488 B
Text
19 lines
488 B
Text
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<VisualStudioToolFile
|
||
|
Name="OpenCL"
|
||
|
Version="8,00"
|
||
|
>
|
||
|
<Rules>
|
||
|
<CustomBuildRule
|
||
|
Name="OpenCL source"
|
||
|
DisplayName="OpenCL"
|
||
|
CommandLine="xcopy /I /Y $(InputPath) $(SolutionDir)\..\Binary\$(PlatformName)\User\OpenCL"
|
||
|
Outputs="$(SolutionDir)\..\Binary\$(PlatformName)\User\OpenCL\$(InputFileName)"
|
||
|
FileExtensions="*.cl"
|
||
|
>
|
||
|
<Properties>
|
||
|
</Properties>
|
||
|
</CustomBuildRule>
|
||
|
</Rules>
|
||
|
</VisualStudioToolFile>
|