Skip to content

Commit

Permalink
Updated Visual Studio project files with clock.h/clock.c
Browse files Browse the repository at this point in the history
  • Loading branch information
envenomator committed Dec 15, 2023
1 parent d41ac8b commit 17d9307
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
Binary file modified src/.vs/ez80asm/v17/.suo
Binary file not shown.
Binary file modified src/.vs/ez80asm/v17/Browse.VC.db
Binary file not shown.
2 changes: 2 additions & 0 deletions src/ez80asm.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="assemble.c" />
<ClCompile Include="clock.c" />
<ClCompile Include="filestack.c" />
<ClCompile Include="getopt.c" />
<ClCompile Include="globals.c" />
Expand Down Expand Up @@ -148,6 +149,7 @@
</ItemGroup>
<ItemGroup>
<ClInclude Include="assemble.h" />
<ClInclude Include="clock.h" />
<ClInclude Include="config.h" />
<ClInclude Include="filestack.h" />
<ClInclude Include="getopt.h" />
Expand Down
6 changes: 6 additions & 0 deletions src/ez80asm.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
<ClCompile Include="vdp.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="clock.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<None Include="init.asm">
Expand Down Expand Up @@ -145,5 +148,8 @@
<ClInclude Include="vdp.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="clock.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>

0 comments on commit 17d9307

Please sign in to comment.