Skip to content

Commit

Permalink
Added icon
Browse files Browse the repository at this point in the history
  • Loading branch information
MockbaTheBorg committed Nov 10, 2018
1 parent f5db8c5 commit 492c868
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 0 deletions.
Binary file modified Release/RunCPM.exe
Binary file not shown.
Binary file added RunCPM/RunCPM.aps
Binary file not shown.
Binary file added RunCPM/RunCPM.ico
Binary file not shown.
Binary file added RunCPM/RunCPM.rc
Binary file not shown.
7 changes: 7 additions & 0 deletions RunCPM/RunCPM.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -194,10 +194,17 @@
<ClInclude Include="lua\lzio.h" />
<ClInclude Include="posix.h" />
<ClInclude Include="ram.h" />
<ClInclude Include="resource.h" />
</ItemGroup>
<ItemGroup>
<None Include="RunCPM.ino" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="RunCPM.rc" />
</ItemGroup>
<ItemGroup>
<Image Include="RunCPM.ico" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
Expand Down
13 changes: 13 additions & 0 deletions RunCPM/RunCPM.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -143,10 +143,23 @@
<ClInclude Include="lua.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="resource.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
<ItemGroup>
<None Include="RunCPM.ino">
<Filter>Other Source Files</Filter>
</None>
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="RunCPM.rc">
<Filter>Resource Files</Filter>
</ResourceCompile>
</ItemGroup>
<ItemGroup>
<Image Include="RunCPM.ico">
<Filter>Resource Files</Filter>
</Image>
</ItemGroup>
</Project>
16 changes: 16 additions & 0 deletions RunCPM/resource.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by RunCPM.rc
//
#define IDI_ICON1 101

// Next default values for new objects
//
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE 102
#define _APS_NEXT_COMMAND_VALUE 40001
#define _APS_NEXT_CONTROL_VALUE 1001
#define _APS_NEXT_SYMED_VALUE 101
#endif
#endif

0 comments on commit 492c868

Please sign in to comment.