From 3d76d988c308de2fbcd4e35182a89c7bf6760623 Mon Sep 17 00:00:00 2001 From: Calvin Rose Date: Sat, 1 Jun 2019 10:38:28 -0400 Subject: More work on installation and moving files around. Move all installed libraries into auxlib. Move all installed executable scripts into auxbin. --- build_win.bat | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'build_win.bat') 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 -- cgit v1.2.3