aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_win.bat
diff options
context:
space:
mode:
authorFyodor Shchukin <fs@hello.io>2019-01-30 17:31:53 +0300
committerFyodor Shchukin <fs@hello.io>2019-01-30 17:31:53 +0300
commita7551e9b4ee3e4ca628311037c6c9f728c5573f3 (patch)
tree7ea62f52c8de8474a95a9d413761c224249bd34b /build_win.bat
parentAdd math headers for emscripten (diff)
Cooking on windows
Diffstat (limited to 'build_win.bat')
-rw-r--r--build_win.bat2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_win.bat b/build_win.bat
index 225197bc..4595ee24 100644
--- a/build_win.bat
+++ b/build_win.bat
@@ -101,6 +101,8 @@ copy README.md dist\README.md
copy janet.lib dist\janet.lib
copy janet.exp dist\janet.exp
copy src\include\janet\janet.h dist\janet.h
+copy tools\cook.janet dist\cook.janet
+copy tools\highlight.janet dist\highlight.janet
exit /b 0
:TESTFAIL