diff options
| author | 2019-03-22 18:37:46 -0400 | |
|---|---|---|
| committer | 2019-03-22 18:37:46 -0400 | |
| commit | 98758b68ab3ffbde11a2595e6a57c6c67e40e0a6 (patch) | |
| tree | 9f47c57b1a98405f34dccc35e292b8e7c8b39b74 | |
| parent | Merge core.janet into boot.janet (diff) | |
Boot executable invocation has changed.
| -rw-r--r-- | build_win.bat | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/build_win.bat b/build_win.bat index 4220ec23..d6ccb379 100644 --- a/build_win.bat +++ b/build_win.bat @@ -53,9 +53,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 +build\janet_boot build\core_image.c JANET_PATH "C:/Janet/Library" @rem Build the core image @%JANET_COMPILE% /Fobuild\core_image.obj build\core_image.c |
