Browse Source

Revert to demo.odin

Ginger Bill 8 years ago
parent
commit
c6096f9205
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.bat

+ 1 - 1
build.bat

@@ -43,7 +43,7 @@ del *.ilk > NUL 2> NUL
 
 
 cl %compiler_settings% "src\main.cpp" ^
 cl %compiler_settings% "src\main.cpp" ^
 	/link %linker_settings% -OUT:%exe_name% ^
 	/link %linker_settings% -OUT:%exe_name% ^
-	&& odin run examples/old_demos/demo006.odin -opt=0
+	&& odin run examples/demo.odin -opt=0
 	rem && odin docs core/fmt.odin
 	rem && odin docs core/fmt.odin
 
 
 del *.obj > NUL 2> NUL
 del *.obj > NUL 2> NUL