aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_win.bat
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-06-20 17:28:22 -0400
committerCalvin Rose <calsrose@gmail.com>2019-06-20 17:28:22 -0400
commitbedd9ccaa1aaac82f4d8c48754ea79798dd4a8df (patch)
tree1f2254e68e13e40930c94560acadf72da2d09c0f /build_win.bat
parentStart working to a full meson build. (diff)
Verify working meson build on windows.meson-only
Using MSVC, no need for GNU tools.
Diffstat (limited to 'build_win.bat')
-rw-r--r--build_win.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/build_win.bat b/build_win.bat
index e0da8c51..be3170d3 100644
--- a/build_win.bat
+++ b/build_win.bat
@@ -16,7 +16,7 @@
@rem Set compile and link options here
@setlocal
-@set JANET_COMPILE=cl /nologo /Isrc\include /c /O2 /W3 /LD /D_CRT_SECURE_NO_WARNINGS
+@set JANET_COMPILE=cl /nologo /Isrc\include /Isrc\conf /c /O2 /W3 /LD /D_CRT_SECURE_NO_WARNINGS
@set JANET_LINK=link /nologo
mkdir build
@@ -132,7 +132,7 @@ copy README.md dist\README.md
copy janet.lib dist\janet.lib
copy janet.exp dist\janet.exp
copy src\include\janet.h dist\janet.h
-copy src\include\janetconf.h dist\janetconf.h
+copy src\conf\janetconf.h dist\janetconf.h
copy auxlib\cook.janet dist\cook.janet