Remove gencpp_c11 for now (not using yet, maybe I'll do a truncated version)

Prepparing to explore Lottes's C-- more, also how crufty it looks in odin.
This commit is contained in:
2025-10-10 19:28:36 -04:00
parent e2aba6db5f
commit 7949d2ba5f
8 changed files with 77 additions and 29154 deletions

View File

@@ -131,7 +131,7 @@ $compiler_args += $flag_link_win_rt_static_debug
# Include setup
$compiler_args += ($flag_include + $path_root)
$unit_name = "watl.v0.lottes"
$unit_name = "watl.v0.lottes_hybrid"
# Specify unit to compile
$unit = join-path $path_root "C\$unit_name.c"