mirror of
https://github.com/Ed94/metadesk.git
synced 2026-08-05 23:28:45 +00:00
C code generation sample, array expressions
This commit is contained in:
@@ -10,6 +10,7 @@ echo ~~~ Build All Samples ~~~
|
||||
cl %compile_flags% ..\samples\old_style_custom_layer.c
|
||||
cl %compile_flags% ..\samples\static_site_generator\static_site_generator.c
|
||||
cl %compile_flags% ..\samples\output_parse\output_parse.c
|
||||
cl %compile_flags% ..\samples\c_code_generation.c
|
||||
echo.
|
||||
echo ~~~ Build All Tests ~~~
|
||||
cl %compile_flags% ..\tests\sanity_tests.c
|
||||
@@ -48,3 +49,9 @@ popd
|
||||
popd
|
||||
popd
|
||||
popd
|
||||
|
||||
echo.
|
||||
echo ~~~ Running C Code Generation Sample ~~~
|
||||
pushd build
|
||||
c_code_generation.exe
|
||||
popd
|
||||
Reference in New Issue
Block a user