diff options
| author | 2019-06-01 10:38:28 -0400 | |
|---|---|---|
| committer | 2019-06-01 10:38:28 -0400 | |
| commit | 3d76d988c308de2fbcd4e35182a89c7bf6760623 (patch) | |
| tree | b2af212c6f4d2a2662adaeedd943922122427aa4 /build_win.bat | |
| parent | Hint utf8 output on windows console. (diff) | |
More work on installation and moving files around.
Move all installed libraries into auxlib.
Move all installed executable scripts into auxbin.
Diffstat (limited to 'build_win.bat')
| -rw-r--r-- | build_win.bat | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/build_win.bat b/build_win.bat index e02c4894..e0da8c51 100644 --- a/build_win.bat +++ b/build_win.bat @@ -128,13 +128,15 @@ copy build\janet.c dist\janet.c copy janet.exe dist\janet.exe copy LICENSE dist\LICENSE 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 -copy tools\jpm dist\jpm + +copy auxlib\cook.janet dist\cook.janet + +copy auxbin\jpm dist\jpm copy tools\jpm.bat dist\jpm.bat exit /b 0 |
