thread context scratch system; converge on transition idiom in sample code

This commit is contained in:
Allen Webster
2021-07-21 16:03:39 -07:00
parent c6df111fb1
commit 37484ea0a6
15 changed files with 120 additions and 92 deletions
+3 -3
View File
@@ -1,11 +1,11 @@
@echo off
echo ~~~ Metadesk Build ~~~
set src=%cd%
rem TODO(mal): Review these warnings
set accepted_clang_warnings=-Wno-deprecated-declarations -Wno-pointer-sign -Wno-writable-strings -Wno-unknown-warning-option
set compile_flags=-I../source/ %accepted_clang_warnings%
set src=%cd%
set compile_flags=-I%src%/source/ %accepted_clang_warnings%
if not exist build mkdir build
pushd build