Now 'vbgame' is included inside this project. Some fixes.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user