Skip to content

Commit

Permalink
Fix Windows build
Browse files Browse the repository at this point in the history
  • Loading branch information
drhelius committed Nov 9, 2024
1 parent 85e8909 commit 3efd2dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions platforms/windows/Gearcoleco.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
</ProjectConfiguration>
</ItemGroup>
<ItemGroup>
<ClCompile Include="..\..\src\miniz\miniz.c" />
<ClCompile Include="..\..\src\Audio.cpp" />
<ClCompile Include="..\..\src\AY8910.cpp" />
<ClCompile Include="..\..\src\audio\Blip_Buffer.cpp" />
Expand Down Expand Up @@ -54,6 +55,7 @@
<ClCompile Include="..\desktop-shared\renderer.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\src\miniz\miniz.h" />
<ClInclude Include="..\..\src\Audio.h" />
<ClInclude Include="..\..\src\AY8910.h" />
<ClInclude Include="..\..\src\audio\blargg_common.h" />
Expand Down

0 comments on commit 3efd2dc

Please sign in to comment.