mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-08-25 07:56:33 +00:00
Fix incremental build dependencies in python modules
This commit is contained in:
@@ -127,8 +127,8 @@
|
||||
</ItemDefinitionGroup>
|
||||
<!-- use globbing to find conservative dependency list -->
|
||||
<ItemGroup>
|
||||
<SwigInterfaces Include="Code\pyrenderdoc\*.i" />
|
||||
<SwigHeaders Include="Code\pyrenderdoc\*.h" />
|
||||
<SwigInterfaces Include="$(ProjectDir)\*.i" />
|
||||
<SwigHeaders Include="$(ProjectDir)\*.h" />
|
||||
<CoreReplayHeaders Include="$(SolutionDir)renderdoc\api\replay\*.h" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
|
||||
@@ -108,9 +108,9 @@
|
||||
</ItemDefinitionGroup>
|
||||
<!-- use globbing to find conservative dependency list -->
|
||||
<ItemGroup>
|
||||
<SwigInterfaces Include="Code\pyrenderdoc\*.i" />
|
||||
<SwigHeaders Include="Code\pyrenderdoc\*.h" />
|
||||
<QRDHeaders Include="Code\Interface\*.h" />
|
||||
<SwigInterfaces Include="$(ProjectDir)\*.i" />
|
||||
<SwigHeaders Include="$(ProjectDir)\*.h" />
|
||||
<QRDHeaders Include="$(ProjectDir)\..\Interface\*.h" />
|
||||
<CoreReplayHeaders Include="$(SolutionDir)renderdoc\api\replay\*.h" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user