diff options
| author | 2019-02-18 20:13:35 -0500 | |
|---|---|---|
| committer | 2019-02-18 20:13:35 -0500 | |
| commit | ed72dcf82daab22e242c8bd87451d48f229f3eb9 (patch) | |
| tree | b0ff45b17614b526b59af30a24d2b43b92aeac72 /build_win.bat | |
| parent | Merge pull request #46 from tssva/remove_mandb (diff) | |
Rename the header <janet/janet.h> to <janet.h>
Makes it easier to use and remember, and makes the
variable `module/*headerpath*` make more sense.
Diffstat (limited to 'build_win.bat')
| -rw-r--r-- | build_win.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build_win.bat b/build_win.bat index 826885f4..2bc04507 100644 --- a/build_win.bat +++ b/build_win.bat @@ -123,7 +123,7 @@ 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 +copy src\include\janet.h dist\janet.h copy tools\cook.janet dist\cook.janet copy tools\highlight.janet dist\highlight.janet exit /b 0 |
