diff options
| author | 2019-08-28 20:54:31 -0500 | |
|---|---|---|
| committer | 2019-08-28 20:54:31 -0500 | |
| commit | 58ffb9d7a52747b5d850d4ead22fce1c331b737c (patch) | |
| tree | e9b82cb049082c2c6065ce17b4559c855c213d43 /build_win.bat | |
| parent | Merge branch 'master' of github.com:janet-lang/janet (diff) | |
Remove cook and path from default install
Instead, combine cook into jpm so we can manipulate
JANET_PATH without messing with jpm. path was moved to
and external repository, https://github.com/janet-lang/path.git
Diffstat (limited to 'build_win.bat')
| -rw-r--r-- | build_win.bat | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/build_win.bat b/build_win.bat index 6bda6464..2cb7612f 100644 --- a/build_win.bat +++ b/build_win.bat @@ -150,9 +150,6 @@ copy src\include\janet.h dist\janet.h copy src\conf\janetconf.h dist\janetconf.h copy build\libjanet.lib dist\libjanet.lib -copy auxlib\cook.janet dist\cook.janet -copy auxlib\path.janet dist\path.janet - copy auxbin\jpm dist\jpm copy tools\jpm.bat dist\jpm.bat |
