aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-02-18 20:15:20 -0500
committerCalvin Rose <calsrose@gmail.com>2019-02-18 20:15:20 -0500
commitb61c9eb991207dc8dce1a61c66f6b1b9f116a6a3 (patch)
treef49dadd66f6b1e5554ab8d13321413eb40d1cd1f
parentRename the header <janet/janet.h> to <janet.h> (diff)
Update build script for windows.
-rw-r--r--build_win.bat1
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