mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-28 01:28:48 +00:00
basic compiler integration (with errors, without check)
This commit is contained in:
parent
7c3ff04573
commit
26d2eaa8b3
5 changed files with 31 additions and 3 deletions
|
|
@ -8,7 +8,6 @@ target("byterun")
|
|||
add_includedirs("include")
|
||||
add_files("../runtime/**.c", "../runtime/**.S")
|
||||
add_files("src/**.cpp", "src/**.c")
|
||||
remove_files("src/compiler.cpp")
|
||||
set_warnings("allextra")
|
||||
set_rundir("$(projectdir)")
|
||||
add_defines("WITH_CHECK")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue