aboutsummaryrefslogtreecommitdiffhomepage
path: root/build_win.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build_win.bat')
-rw-r--r--build_win.bat6
1 files changed, 0 insertions, 6 deletions
diff --git a/build_win.bat b/build_win.bat
index e491262c..d6c56e97 100644
--- a/build_win.bat
+++ b/build_win.bat
@@ -64,10 +64,6 @@ 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 dynamic library (dlljanet.dll)
-%JANET_LINK% /DLL /out:build\dlljanet.dll build\janet.obj
-@if errorlevel 1 goto :BUILDFAIL
-
@rem Build static library (libjanet.lib)
%JANET_LINK_STATIC% /out:build\libjanet.lib build\janet.obj
@if errorlevel 1 goto :BUILDFAIL
@@ -126,8 +122,6 @@ 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
copy build\libjanet.lib dist\libjanet.lib
-copy build\dlljanet.dll dist\dlljanet.dll
-copy build\dlljanet.lib dist\dlljanet.lib
@rem Create installer
janet.exe -e "(->> janet/version (peg/match ''(* :d+ `.` :d+ `.` :d+)) first print)" > build\version.txt