From cdfaa643ccdc54e0fba3bc43536f33e5ae8debac Mon Sep 17 00:00:00 2001 From: gingerBill Date: Sat, 23 Feb 2019 23:30:03 +0000 Subject: Reimplement -collection; remove `static` from Odin tokenizer/parser in core library --- build.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.bat') diff --git a/build.bat b/build.bat index 402d8842c..58ae69f93 100644 --- a/build.bat +++ b/build.bat @@ -42,8 +42,8 @@ del *.ilk > NUL 2> NUL cl %compiler_settings% "src\main.cpp" ^ /link %linker_settings% -OUT:%exe_name% ^ - && odin run examples/demo/demo.odin + && odin run examples/demo/demo.odin -keep-temp-files del *.obj > NUL 2> NUL -:end_of_build \ No newline at end of file +:end_of_build -- cgit v1.2.3