Got refactored raylib working in the vis_ast binary

Now to make that debugger...
This commit is contained in:
2023-11-19 00:01:35 -05:00
parent 053daaf877
commit 36ebbfe29b
19 changed files with 4581 additions and 4469 deletions

View File

@ -92,8 +92,8 @@ function run-linker
if ( $vendor -match "clang" )
{
# https://clang.llvm.org/docs/ClangCommandLineReference.html
$flag_all_c = '/TC'
$flag_all_cpp = '/TP'
$flag_all_c = '-x c'
$flag_all_cpp = '-x c++'
$flag_compile = '-c'
$flag_color_diagnostics = '-fcolor-diagnostics'
$flag_no_color_diagnostics = '-fno-color-diagnostics'