Fix broken compile for MSVC

re: f02f606913
master
Buginator 2011-06-20 19:17:10 -04:00
parent 1c1bc823cc
commit b17aa1e7c8
2 changed files with 4 additions and 0 deletions

View File

@ -135,6 +135,7 @@
<ClCompile Include="debug.cpp" />
<ClCompile Include="frame.cpp" />
<ClCompile Include="frameresource.cpp" />
<ClCompile Include="geometry.cpp" />
<ClCompile Include="i18n.cpp" />
<ClCompile Include="lexer_input.cpp" />
<ClCompile Include="resource_lexer.lex.cpp">

View File

@ -77,6 +77,9 @@
<ClCompile Include="wzapp.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="geometry.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<FlexGenerator Include="resource_lexer.l">