Update VS projects
Integrate the COGL/COGL-Pango .rc files into the build so that the built DLLs reveal the versioning and copyright info
This commit is contained in:
parent
090527f32d
commit
0e99461f6e
@ -183,6 +183,9 @@
|
|||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
#include "coglpango.vs10.sourcefiles"
|
#include "coglpango.vs10.sourcefiles"
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ResourceCompile Include="..\..\..\cogl-pango\cogl-pango.rc" />
|
||||||
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ProjectReference Include="cogl.vcxproj">
|
<ProjectReference Include="cogl.vcxproj">
|
||||||
<Project>{f3a80987-5411-43db-a23b-06f2076e1206}</Project>
|
<Project>{f3a80987-5411-43db-a23b-06f2076e1206}</Project>
|
||||||
|
@ -191,6 +191,9 @@
|
|||||||
<ClCompile Include="..\..\..\cogl\driver\gl\cogl-gl.c" />
|
<ClCompile Include="..\..\..\cogl\driver\gl\cogl-gl.c" />
|
||||||
<ClCompile Include="..\..\..\cogl\driver\gl\cogl-texture-driver-gl.c" />
|
<ClCompile Include="..\..\..\cogl\driver\gl\cogl-texture-driver-gl.c" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
<ItemGroup>
|
||||||
|
<ResourceCompile Include="..\..\..\cogl\cogl.rc" />
|
||||||
|
</ItemGroup>
|
||||||
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||||||
<ImportGroup Label="ExtensionTargets">
|
<ImportGroup Label="ExtensionTargets">
|
||||||
</ImportGroup>
|
</ImportGroup>
|
||||||
|
@ -189,6 +189,9 @@
|
|||||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||||
>
|
>
|
||||||
</Filter>
|
</Filter>
|
||||||
|
<Filter Name="Resource Files">
|
||||||
|
<File RelativePath="..\..\..\cogl-pango\cogl-pango.rc" />
|
||||||
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
</Globals>
|
</Globals>
|
||||||
|
@ -194,6 +194,9 @@
|
|||||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||||
>
|
>
|
||||||
</Filter>
|
</Filter>
|
||||||
|
<Filter Name="Resource Files">
|
||||||
|
<File RelativePath="..\..\..\cogl\cogl.rc" />
|
||||||
|
</Filter>
|
||||||
</Files>
|
</Files>
|
||||||
<Globals>
|
<Globals>
|
||||||
</Globals>
|
</Globals>
|
||||||
|
Loading…
Reference in New Issue
Block a user