mirror of https://github.com/BOINC/boinc.git
parent
7457597319
commit
068186a938
|
@ -81,7 +81,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="copy ..\samples\$(ProjectName)\$(ProjectName).cl "$(OUTDIR)""
|
||||
CommandLine="copy ..\samples\atiopencl\*.cl "$(OUTDIR)""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -149,7 +149,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="copy ..\samples\$(ProjectName)\*.cl "$(OUTDIR)""
|
||||
CommandLine="copy ..\samples\atiopencl\*.cl "$(OUTDIR)""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -218,7 +218,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="copy ..\samples\$(ProjectName)\$(ProjectName).cl "$(OUTDIR)""
|
||||
CommandLine="copy ..\samples\atiopencl\*.cl "$(OUTDIR)""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -287,7 +287,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="copy ..\samples\$(ProjectName)\$(ProjectName).cl "$(OUTDIR)""
|
||||
CommandLine="copy ..\samples\atiopencl\*.cl "$(OUTDIR)""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
|
@ -4,7 +4,7 @@
|
|||
Version="8.00"
|
||||
Name="nvopencl"
|
||||
ProjectGUID="{BDC69EE0-033E-4AE1-B6AD-670E26FC117B}"
|
||||
RootNamespace="atiopencl"
|
||||
RootNamespace="nvopencl"
|
||||
>
|
||||
<Platforms>
|
||||
<Platform
|
||||
|
@ -81,7 +81,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="copy ..\samples\$(ProjectName)\$(ProjectName).cl "$(OUTDIR)""
|
||||
CommandLine="copy ..\samples\nvopencl\*.cl "$(OUTDIR)""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -149,7 +149,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="copy ..\samples\$(ProjectName)\*.cl "$(OUTDIR)""
|
||||
CommandLine="copy ..\samples\nvopencl\*.cl "$(OUTDIR)""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -218,7 +218,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="copy ..\samples\$(ProjectName)\$(ProjectName).cl "$(OUTDIR)""
|
||||
CommandLine="copy ..\samples\nvopencl\*.cl "$(OUTDIR)""
|
||||
/>
|
||||
</Configuration>
|
||||
<Configuration
|
||||
|
@ -287,7 +287,7 @@
|
|||
/>
|
||||
<Tool
|
||||
Name="VCPostBuildEventTool"
|
||||
CommandLine="copy ..\samples\$(ProjectName)\$(ProjectName).cl "$(OUTDIR)""
|
||||
CommandLine="copy ..\samples\nvopencl\*.cl "$(OUTDIR)""
|
||||
/>
|
||||
</Configuration>
|
||||
</Configurations>
|
Loading…
Reference in New Issue