We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da55444 commit d0aea28Copy full SHA for d0aea28
Build/VS2015/GPUPerfAPIDX11.vcxproj
@@ -53,7 +53,7 @@
53
<AdditionalLibraryDirectories>$(MyBinDir)\;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
54
</Link>
55
<PreBuildEvent>
56
- <Command Condition="'$(SolutionName)'=='GPUPerfAPI'">copy $(GPUPerfAPIDir)\Bin\$(GDTPlatform)\GPUPerfAPIDXGetAMDDeviceInfo$(GDTPlatformSuffix).dll $(OutDir)</Command>
+ <Command Condition="'$(SolutionName)'=='GPUPerfAPI'">copy $(GPUPerfAPIDir)\Bin\$(AMDTPlatform)\GPUPerfAPIDXGetAMDDeviceInfo$(AMDTPlatformSuffix).dll $(OutDir)</Command>
57
</PreBuildEvent>
58
</ItemDefinitionGroup>
59
<ItemGroup>
0 commit comments