Update MSBuild wxHTML project to match the old MSVC one
The MSBuild project was not updated in c5d29608b1
so do it now, using upmake.
See #16923.
This commit is contained in:
@@ -482,6 +482,7 @@
|
|||||||
<ClCompile Include="..\..\src\html\m_tables.cpp" />
|
<ClCompile Include="..\..\src\html\m_tables.cpp" />
|
||||||
<ClCompile Include="..\..\src\html\styleparams.cpp" />
|
<ClCompile Include="..\..\src\html\styleparams.cpp" />
|
||||||
<ClCompile Include="..\..\src\html\winpars.cpp" />
|
<ClCompile Include="..\..\src\html\winpars.cpp" />
|
||||||
|
<ClCompile Include="..\..\src\html\chm.cpp" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ResourceCompile Include="..\..\src\msw\version.rc">
|
<ResourceCompile Include="..\..\src\msw\version.rc">
|
||||||
|
@@ -33,6 +33,9 @@
|
|||||||
<ClCompile Include="..\..\src\generic\htmllbox.cpp">
|
<ClCompile Include="..\..\src\generic\htmllbox.cpp">
|
||||||
<Filter>Generic Sources</Filter>
|
<Filter>Generic Sources</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
<ClCompile Include="..\..\src\html\chm.cpp">
|
||||||
|
<Filter>wxHTML Sources</Filter>
|
||||||
|
</ClCompile>
|
||||||
<ClCompile Include="..\..\src\html\helpctrl.cpp">
|
<ClCompile Include="..\..\src\html\helpctrl.cpp">
|
||||||
<Filter>wxHTML Sources</Filter>
|
<Filter>wxHTML Sources</Filter>
|
||||||
</ClCompile>
|
</ClCompile>
|
||||||
|
Reference in New Issue
Block a user