1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-14 01:16:48 +00:00

Update build script for windows.

This commit is contained in:
Calvin Rose 2019-02-18 20:15:20 -05:00
parent ed72dcf82d
commit b61c9eb991

View File

@ -58,6 +58,7 @@ for %%f in (src\boot\*.c) do (
%JANET_LINK% /out:build\janet_boot.exe build\boot\*.obj
@if errorlevel 1 goto :BUILDFAIL
set JANET_PATH="C:/Janet/Library"
set JANET_INCLUDEDIR="C:/Janet/Include"
build\janet_boot
@rem Build the core image