diff options
| author | 2019-03-22 18:07:10 -0400 | |
|---|---|---|
| committer | 2019-03-22 18:07:10 -0400 | |
| commit | 25aa7a26c53b5a71796609e06e9c72c212c2b4eb (patch) | |
| tree | 7558357117785b64febba2d379b42854fc400c40 /build_win.bat | |
| parent | Add janetconf.h for configuring builds. (diff) | |
Add experimental meson build.
Should help with IDE integration.
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 c30d7fd3..c1639e42 100644 --- a/build_win.bat +++ b/build_win.bat @@ -125,6 +125,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 tools\cook.janet dist\cook.janet copy tools\highlight.janet dist\highlight.janet exit /b 0 |
