From bedd9ccaa1aaac82f4d8c48754ea79798dd4a8df Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Thu, 20 Jun 2019 17:28:22 -0400 Subject: Verify working meson build on windows. Using MSVC, no need for GNU tools. --- build_win.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build_win.bat') 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 -- cgit v1.2.3