diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-01-29 14:27:55 +0000 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-01-29 14:27:55 +0000 |
| commit | 3e79ec4aef3d2ae109c9d36689cd43550e32fde7 (patch) | |
| tree | 2417a1a4f31702702e2da3afb205c5ef6c2d2009 /build.bat | |
| parent | 3e257ef8d0541c58445b77787cec0b35fd42ec05 (diff) | |
Fix untyped to `any` assignments. Fixed crash when arguments with no value are passed
Diffstat (limited to 'build.bat')
| -rw-r--r-- | build.bat | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ cl %compiler_settings% "src\main.c" ^ /link %linker_settings% -OUT:%exe_name% ^ && odin run code/demo.odin rem && odin build_dll code/example.odin ^ - rem odin run code/punity.odin + rem odin run code/demo.odin rem pushd src\asm rem nasm hellope.asm -fwin64 -o hellope.obj ^ |