mirror of
https://github.com/Ed94/HandmadeHero.git
synced 2025-06-15 11:11:47 -07:00
Day 24 complete
This commit is contained in:
@ -15,18 +15,20 @@
|
||||
</ProjectConfiguration>
|
||||
</ItemGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Development|x64'">
|
||||
<IncludePath>$(ProjectDir)project;$(IncludePath)</IncludePath>
|
||||
<IncludePath>$(ProjectDir)project;$(IncludePath);</IncludePath>
|
||||
<LibraryPath>$(ProjectDir)data;$(windir)System32;$(LibraryPath)</LibraryPath>
|
||||
<NMakeBuildCommandLine>pwsh -ExecutionPolicy Bypass -NoProfile -NonInteractive -File $(ProjectDir)scripts\build.ps1 msvc dev engine</NMakeBuildCommandLine>
|
||||
<NMakeCleanCommandLine>pwsh ExecutionPolicy Bypass -NoProfile -NonInteractive -File $(ProjectDir)scripts\clean.ps1</NMakeCleanCommandLine>
|
||||
<NMakePreprocessorDefinitions>GEN_TIME;Build_Development;Build_Debug;$(NMakePreprocessorDefinitions)</NMakePreprocessorDefinitions>
|
||||
<ExternalIncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath)</ExternalIncludePath>
|
||||
<ExternalIncludePath>$(VC_IncludePath);$(WindowsSDK_IncludePath);$(UniversalCRT_IncludePath);</ExternalIncludePath>
|
||||
<NMakeReBuildCommandLine>
|
||||
</NMakeReBuildCommandLine>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<ClInclude Include="project\dependencies\gen.hpp" />
|
||||
<ClInclude Include="project\engine\engine.hpp" />
|
||||
<ClInclude Include="project\engine\engine_game_api.hpp" />
|
||||
<ClInclude Include="project\gen\engine_symbol_table.hpp" />
|
||||
<ClInclude Include="project\handmade.hpp" />
|
||||
<ClInclude Include="project\platform\generics.hpp" />
|
||||
<ClInclude Include="project\platform\grime.hpp" />
|
||||
@ -34,12 +36,13 @@
|
||||
<ClInclude Include="project\platform\macros.hpp" />
|
||||
<ClInclude Include="project\platform\math_constants.hpp" />
|
||||
<ClInclude Include="project\platform\platform.hpp" />
|
||||
<ClInclude Include="project\platform\platform_engine_api.hpp" />
|
||||
<ClInclude Include="project\platform\strings.hpp" />
|
||||
<ClInclude Include="project\platform\types.hpp" />
|
||||
<ClInclude Include="project\platform\win32.hpp" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="project\codegen\engine_postbuild_gen.cpp" />
|
||||
<ClCompile Include="project\codegen\platform_gen.cpp" />
|
||||
<ClCompile Include="project\engine\engine.cpp" />
|
||||
<ClCompile Include="project\handmade.cpp" />
|
||||
<ClCompile Include="project\handmade_engine.cpp" />
|
||||
@ -68,6 +71,11 @@
|
||||
<None Include="scripts\helpers\target_arch.psm1" />
|
||||
<None Include="scripts\update_deps.ps1" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="project\codegen\Readme.md" />
|
||||
<Content Include="project\gen\Readme.md" />
|
||||
<Content Include="scripts\rebuild.ps1" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Development|x64'" Label="Configuration">
|
||||
<ConfigurationType>Makefile</ConfigurationType>
|
||||
<UseDebugLibraries>true</UseDebugLibraries>
|
||||
|
Reference in New Issue
Block a user