aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-01-29 14:27:55 +0000
committerGinger Bill <bill@gingerbill.org>2017-01-29 14:27:55 +0000
commit3e79ec4aef3d2ae109c9d36689cd43550e32fde7 (patch)
tree2417a1a4f31702702e2da3afb205c5ef6c2d2009 /build.bat
parent3e257ef8d0541c58445b77787cec0b35fd42ec05 (diff)
Fix untyped to `any` assignments. Fixed crash when arguments with no value are passed
Diffstat (limited to 'build.bat')
-rw-r--r--build.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.bat b/build.bat
index 33a71c2a4..bddb6ebf1 100644
--- a/build.bat
+++ b/build.bat
@@ -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 ^