mirror of
https://github.com/janet-lang/janet
synced 2024-12-24 15:30:27 +00:00
Fix build_win.bat
This commit is contained in:
parent
1244e2e93b
commit
9ff819a4a1
@ -39,7 +39,7 @@ mkdir build\boot
|
|||||||
@if errorlevel 1 goto :BUILDFAIL
|
@if errorlevel 1 goto :BUILDFAIL
|
||||||
|
|
||||||
@rem Build the generated sources
|
@rem Build the generated sources
|
||||||
@%JANET_COMPILE% /Fobuild\core\core.gen.obj build\core.gen.c
|
@%JANET_COMPILE% /Fobuild\boot\core.gen.obj build\core.gen.c
|
||||||
@if errorlevel 1 goto :BUILDFAIL
|
@if errorlevel 1 goto :BUILDFAIL
|
||||||
@%JANET_COMPILE% /Fobuild\mainclient\init.gen.obj build\init.gen.c
|
@%JANET_COMPILE% /Fobuild\mainclient\init.gen.obj build\init.gen.c
|
||||||
@if errorlevel 1 goto :BUILDFAIL
|
@if errorlevel 1 goto :BUILDFAIL
|
||||||
|
Loading…
Reference in New Issue
Block a user