Popup debugging log scripts and sessions included in dev environment.

This commit is contained in:
sigonasr2 2024-03-27 19:47:03 -05:00
parent 9a3cbc40f9
commit d1f95e03c9
6 changed files with 11 additions and 3 deletions

View File

@ -206,6 +206,10 @@
<Command>
</Command>
</PostBuildEvent>
<CustomBuildStep>
<Command>
</Command>
</CustomBuildStep>
</ItemDefinitionGroup>
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Emscripten|Win32'">
<Link>
@ -844,6 +848,7 @@
<ClCompile Include="Wolf.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="..\read_debug_log.ps1" />
<None Include="ClassDiagram.cd" />
<None Include="ClassDiagram2.cd" />
<None Include="cpp.hint" />

View File

@ -1009,6 +1009,7 @@
<None Include="steam\steam_api.json">
<Filter>Header Files\steam</Filter>
</None>
<None Include="..\read_debug_log.ps1" />
</ItemGroup>
<ItemGroup>
<Text Include="InitialConcept.txt">

View File

@ -39,7 +39,7 @@ All rights reserved.
#define VERSION_MAJOR 1
#define VERSION_MINOR 0
#define VERSION_PATCH 0
#define VERSION_BUILD 8492
#define VERSION_BUILD 8507
#define stringify(a) stringify_(a)
#define stringify_(a) #a

2
read_debug_log.ps1 Normal file
View File

@ -0,0 +1,2 @@
clear
Get-Content "Adventures in Lestoria/debug.log" -Wait