Skip to content

Commit 83515c1

Browse files
committed
Add icon to windows executable
1 parent 4aabe9e commit 83515c1

5 files changed

Lines changed: 31 additions & 1 deletion

File tree

platforms/windows/Gearsystem.rc

3.2 KB
Binary file not shown.

platforms/windows/Gearsystem.vcxproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,13 +163,20 @@
163163
<ClInclude Include="..\..\src\Multi4PAKAllActionMemoryRule.h" />
164164
<ClInclude Include="..\..\src\JumboDahjeeMemoryRule.h" />
165165
<ClInclude Include="..\desktop-shared\stb\stb_image_write.h" />
166+
<ClInclude Include="resource.h" />
166167
</ItemGroup>
167168
<ItemGroup>
168169
<None Include="..\desktop-shared\gui_events.def" />
169170
</ItemGroup>
170171
<ItemGroup>
171172
<Manifest Include="Gearsystem.manifest" />
172173
</ItemGroup>
174+
<ItemGroup>
175+
<Image Include="iconfile.ico" />
176+
</ItemGroup>
177+
<ItemGroup>
178+
<ResourceCompile Include="Gearsystem.rc" />
179+
</ItemGroup>
173180
<PropertyGroup Label="Globals">
174181
<ProjectGuid>{B12702AD-ABFB-343A-A199-8E24837244A3}</ProjectGuid>
175182
<RootNamespace>Gearsystem</RootNamespace>

platforms/windows/Gearsystem.vcxproj.filters

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@
367367
</ClInclude>
368368
<ClInclude Include="..\..\src\Video.h">
369369
<Filter>core</Filter>
370-
</ClInclude>
370+
</ClInclude>
371371
<ClInclude Include="..\..\src\audio\Blip_Buffer.h">
372372
<Filter>core\audio</Filter>
373373
</ClInclude>
@@ -464,6 +464,7 @@
464464
<ClInclude Include="..\..\src\JumboDahjeeMemoryRule.h">
465465
<Filter>core</Filter>
466466
</ClInclude>
467+
<ClInclude Include="resource.h" />
467468
</ItemGroup>
468469
<ItemGroup>
469470
<None Include="..\desktop-shared\gui_events.def">
@@ -473,4 +474,10 @@
473474
<ItemGroup>
474475
<Manifest Include="Gearsystem.manifest" />
475476
</ItemGroup>
477+
<ItemGroup>
478+
<Image Include="iconfile.ico" />
479+
</ItemGroup>
480+
<ItemGroup>
481+
<ResourceCompile Include="Gearsystem.rc" />
482+
</ItemGroup>
476483
</Project>

platforms/windows/iconfile.ico

1.09 MB
Binary file not shown.

platforms/windows/resource.h

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
//{{NO_DEPENDENCIES}}
2+
// Microsoft Visual C++ generated include file.
3+
// Used by Gearsystem.rc
4+
//
5+
#define IDI_ICON1 101
6+
7+
// Next default values for new objects
8+
//
9+
#ifdef APSTUDIO_INVOKED
10+
#ifndef APSTUDIO_READONLY_SYMBOLS
11+
#define _APS_NEXT_RESOURCE_VALUE 102
12+
#define _APS_NEXT_COMMAND_VALUE 40001
13+
#define _APS_NEXT_CONTROL_VALUE 1001
14+
#define _APS_NEXT_SYMED_VALUE 101
15+
#endif
16+
#endif

0 commit comments

Comments
 (0)