Skip to content

Commit

Permalink
Update the sources.props for tools (#9416)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-derevenetz authored Jan 6, 2025
1 parent 6dd8718 commit ae78f6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions VisualStudio/tools/h2dmgr/sources.props
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<ClCompile Include="h2dmgr.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\engine\agg_file.h" />
<ClInclude Include="..\engine\h2d_file.h" />
<ClInclude Include="..\engine\image.h" />
<ClInclude Include="..\engine\image_palette.h" />
Expand Down
1 change: 1 addition & 0 deletions VisualStudio/tools/pal2img/sources.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<ClCompile Include="pal2img.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\engine\agg_file.h" />
<ClInclude Include="..\engine\image.h" />
<ClInclude Include="..\engine\image_palette.h" />
<ClInclude Include="..\engine\image_tool.h" />
Expand Down
1 change: 1 addition & 0 deletions VisualStudio/tools/til2img/sources.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
<ClCompile Include="til2img.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\engine\agg_file.h" />
<ClInclude Include="..\engine\image.h" />
<ClInclude Include="..\engine\image_palette.h" />
<ClInclude Include="..\engine\image_tool.h" />
Expand Down

0 comments on commit ae78f6e

Please sign in to comment.