diff options
| author | 2019-02-18 20:15:20 -0500 | |
|---|---|---|
| committer | 2019-02-18 20:15:20 -0500 | |
| commit | b61c9eb991207dc8dce1a61c66f6b1b9f116a6a3 (patch) | |
| tree | f49dadd66f6b1e5554ab8d13321413eb40d1cd1f /build_win.bat | |
| parent | Rename the header <janet/janet.h> to <janet.h> (diff) | |
Update build script for windows.
Diffstat (limited to 'build_win.bat')
| -rw-r--r-- | build_win.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build_win.bat b/build_win.bat index 2bc04507..c30d7fd3 100644 --- a/build_win.bat +++ b/build_win.bat @@ -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 |
