Now 'vbgame' is included inside this project. Some fixes.

This commit is contained in:
2017-01-30 14:57:38 +01:00
parent 0135efd688
commit 415688d5c5
13 changed files with 1207 additions and 21 deletions

View File

@@ -56,7 +56,7 @@
<PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
</ClCompile>
<Link>
<SubSystem>Windows</SubSystem>
<SubSystem>Console</SubSystem>
<GenerateDebugInformation>true</GenerateDebugInformation>
<AdditionalDependencies>SDL2.lib;SDL2main.lib;%(AdditionalDependencies)</AdditionalDependencies>
</Link>
@@ -79,15 +79,21 @@
</Link>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="error.cpp" />
<ClCompile Include="main.cpp" />
<ClCompile Include="parser.cpp" />
<ClCompile Include="stack.cpp" />
<ClCompile Include="tokenizer.cpp" />
<ClCompile Include="vdp.cpp" />
<ClCompile Include="vm.cpp" />
</ItemGroup>
<ItemGroup>
<ClInclude Include="error.h" />
<ClInclude Include="font.h" />
<ClInclude Include="parser.h" />
<ClInclude Include="stack.h" />
<ClInclude Include="stb_image.h" />
<ClInclude Include="tokenizer.h" />
<ClInclude Include="vdp.h" />
<ClInclude Include="vm.h" />
</ItemGroup>