missing changes

This commit is contained in:
Walter Julius Hennecke 2013-08-25 01:47:31 +02:00
parent 18118404e2
commit ac31908cfc
2 changed files with 4 additions and 0 deletions

View file

@ -231,6 +231,7 @@
<PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">WIN32;NDEBUG;_WINDOWS</PreprocessorDefinitions>
</ClCompile>
<ClCompile Include="g_cinematic.c" />
<ClCompile Include="g_logger.c" />
<ClCompile Include="lapi.c" />
<ClCompile Include="lauxlib.c" />
<ClCompile Include="lbaselib.c" />

View file

@ -285,6 +285,9 @@
<ClCompile Include="memorypool.c">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="g_logger.c">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="ai_chat.h">