Use values from configuration.h in assembly code

This commit is contained in:
tevador 2019-05-06 18:14:00 +02:00
parent 03dd2f397f
commit c1314dc2a2
11 changed files with 167 additions and 12 deletions

View file

@ -122,6 +122,10 @@
</AdditionalOptions>
<StackReserveSize>4194304</StackReserveSize>
</Link>
<PreBuildEvent>
<Command>powershell -ExecutionPolicy Bypass -File .\h2inc.ps1 ..\src\configuration.h &gt; ..\src\asm\configuration.asm
SET ERRORLEVEL = 0</Command>
</PreBuildEvent>
</ItemDefinitionGroup>
<ItemGroup>
<ClCompile Include="..\src\allocator.cpp" />