diff options
| author | 2023-09-20 17:34:42 -0700 | |
|---|---|---|
| committer | 2023-09-20 17:34:42 -0700 | |
| commit | b10aaceab07963a4123747b87fd669c24f275166 (patch) | |
| tree | 1e206091c862976663811c8e829afada50ff8ea5 /build_win.bat | |
| parent | Update state.h to #include <windows.h> (diff) | |
Work on dllimport option for janet.
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 aae50a6c..d6c56e97 100644 --- a/build_win.bat +++ b/build_win.bat @@ -64,7 +64,7 @@ rc /nologo /fobuild\janet_win.res janet_win.rc %JANET_LINK% /out:janet.exe build\janet.obj build\shell.obj build\janet_win.res @if errorlevel 1 goto :BUILDFAIL -@rem Build static library (libjanet.a) +@rem Build static library (libjanet.lib) %JANET_LINK_STATIC% /out:build\libjanet.lib build\janet.obj @if errorlevel 1 goto :BUILDFAIL @@ -117,6 +117,7 @@ copy README.md dist\README.md copy janet.lib dist\janet.lib copy janet.exp dist\janet.exp +copy janet.def dist\janet.def janet.exe tools\patch-header.janet src\include\janet.h src\conf\janetconf.h build\janet.h copy build\janet.h dist\janet.h |
