misc maint

This commit is contained in:
2025-07-25 01:40:50 -04:00
parent 1de7a7e750
commit 01a3a14667
5 changed files with 24 additions and 13 deletions
+2
View File
@@ -2,6 +2,8 @@
Documention for the file is kept separate for the sake of compact definitions.
***TODO(Ed): This doc is outdated!***
## Organization
The file is segregated with region pragmas with the following hierarchy
+7
View File
@@ -0,0 +1,7 @@
/*
WATL Exercise
Version: 1 (From Scratch, 1-Stage Compilation, MSVC & WinAPI Only, Win CRT Multi-threaded Static Linkage)
Host: Windows 11 (x86-64)
Toolchain: MSVC 19.43, C-Stanard: 11
*/
+3 -5
View File
@@ -1,15 +1,13 @@
/*
WATL Exercise
Version: 2 (From Scratch, 2-Stage Compilation)
Vendor OS & Compiler: Windows 11, MSVC
Version: 2 (From Scratch, 2-Stage Compilation, MSVC & WinAPI Only, Win CRT Multi-threaded Static Linkage)
Host: Windows 11 (x86-64)
Toolchain: MSVC 19.43, C-Stanard: 11
*/
#if GEN_TIME == 1
#include "gencpp_c11.h"
int gen_main()
{