Added a 'W' application icon for the Windows version. Could be improved - I didn't spend much time on it, and I also didn't bother with making versions for large icon mode, but better than nothing.

This commit is contained in:
wrenczes@gmail.com
2011-06-02 18:29:23 +00:00
parent 945c2601d0
commit 842ba7aa56
5 changed files with 19 additions and 0 deletions

View File

@@ -427,6 +427,7 @@
</ItemGroup>
<ItemGroup>
<None Include="Makefile" />
<None Include="Windows\Wagic.ico" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="include\ActionElement.h" />
@@ -539,6 +540,7 @@
<ClInclude Include="include\WResourceManager.h" />
<ClInclude Include="include\WResourceManagerImpl.h" />
<ClInclude Include="include\WResource_Fwd.h" />
<ClInclude Include="Windows\resource.h" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\JGE\JGE.vcxproj">
@@ -546,6 +548,9 @@
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="Windows\mtg.rc" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>