mirror of
https://github.com/Ed94/WATL_Exercise.git
synced 2025-08-05 14:52:44 -07:00
misc maint
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
*/
|
||||
|
||||
|
@@ -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()
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user