Copy renderdoc_app.h to destination folder as part of the VS build

This commit is contained in:
baldurk
2017-02-10 13:23:38 +00:00
parent 456b117a76
commit ab5da24cae
2 changed files with 4 additions and 3 deletions
+4
View File
@@ -475,4 +475,8 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
<Target Name="AfterBuild" AfterTargets="Build">
<Copy SourceFiles="$(ProjectDir)api\app\renderdoc_app.h" DestinationFolder="$(OutDir)">
</Copy>
</Target>
</Project>
-3
View File
@@ -35,9 +35,6 @@ mkdir -p dist/Release{32,64}
cp -R x64/Release/* dist/Release64/
cp -R Win32/Release/* dist/Release32/
cp renderdoc/api/app/renderdoc_app.h dist/Release64/
cp renderdoc/api/app/renderdoc_app.h dist/Release32/
cp renderdocui/3rdparty/ironpython/pythonlibs.zip dist/Release64/
cp renderdocui/3rdparty/ironpython/pythonlibs.zip dist/Release32/