aboutsummaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2016-09-24 23:48:03 +0100
committerGinger Bill <bill@gingerbill.org>2016-09-24 23:48:03 +0100
commit349badcf177a618f30949bb0b273fdc19ce95abe (patch)
tree40769c2ee99d5a791c132de55e4164b8351a9b53 /build.bat
parent70f3361a343ad6e2f53937d1949a2f1b6e9ef227 (diff)
Nested procedures are declared inline but bodies checked later
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 3c7f8992a..23bf7a358 100644
--- a/build.bat
+++ b/build.bat
@@ -48,7 +48,7 @@ rem pushd %build_dir%
cl %compiler_settings% "src\main.cpp" ^
/link %linker_settings% -OUT:%exe_name% ^
- && odin run code/demo.odin
+ && odin run code/wills_game/willsgame.odin
rem odin run code/demo.odin