mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-02 12:48:14 +00:00
Basic functionality, except for map and correct nested typename mangling
This commit is contained in:
@@ -49,7 +49,8 @@ del *.ilk > NUL 2> NUL
|
||||
|
||||
cl %compiler_settings% "src\main.cpp" ^
|
||||
/link %linker_settings% -OUT:%exe_name% ^
|
||||
&& odin build examples/llvm-demo/demo.odin -llvm-api -show-timings
|
||||
&& odin build examples/demo/demo.odin -llvm-api -show-timings
|
||||
rem && odin build examples/llvm-demo/demo.odin -llvm-api -show-timings
|
||||
if %errorlevel% neq 0 (
|
||||
goto end_of_build
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user