mirror of
https://git.wownero.com/wownero/RandomWOW.git
synced 2024-08-15 00:23:14 +00:00
Use values from configuration.h in assembly code
This commit is contained in:
parent
03dd2f397f
commit
c1314dc2a2
11 changed files with 167 additions and 12 deletions
|
|
@ -122,6 +122,10 @@
|
|||
</AdditionalOptions>
|
||||
<StackReserveSize>4194304</StackReserveSize>
|
||||
</Link>
|
||||
<PreBuildEvent>
|
||||
<Command>powershell -ExecutionPolicy Bypass -File .\h2inc.ps1 ..\src\configuration.h > ..\src\asm\configuration.asm
|
||||
SET ERRORLEVEL = 0</Command>
|
||||
</PreBuildEvent>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\src\allocator.cpp" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue