diff options
| author | 2018-12-08 17:26:07 -0500 | |
|---|---|---|
| committer | 2018-12-08 17:26:07 -0500 | |
| commit | bd7157586b18ba9450e8d1a2408c40e0aa62a525 (patch) | |
| tree | 795ca70aa6ef1f0470e3edac3db0c582d2b53ff2 /build_win.bat | |
| parent | Try to remove build issues on windows. (diff) | |
Oops
Diffstat (limited to 'build_win.bat')
| -rw-r--r-- | build_win.bat | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/build_win.bat b/build_win.bat index e3b9ce22..d198e8c0 100644 --- a/build_win.bat +++ b/build_win.bat @@ -94,9 +94,10 @@ exit /b 0 :DIST mkdir dist copy janet.exe dist\janet.exe -copy LICESNE dist\LICENSE +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\janet.h dist\janet.h :TESTFAIL |
