diff options
| author | 2019-11-09 16:05:07 -0500 | |
|---|---|---|
| committer | 2019-11-09 16:05:07 -0500 | |
| commit | c9292ef648d6e67bee4654c756d6d1f049ad79af (patch) | |
| tree | 24a07784dad854870e6c45ac17340686350a86ef /build_win.bat | |
| parent | Try again with vcvarsall.bat (diff) | |
Use /MD on windows.
Just makes things easier. Assume machines have msvcrt.dll
on them. If not, we can add msvcrt.dll to the dist folder and add to
installer.
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 e618dd1b..e1013c01 100644 --- a/build_win.bat +++ b/build_win.bat @@ -19,7 +19,7 @@ @rem Set compile and link options here @setlocal -@set JANET_COMPILE=cl /nologo /Isrc\include /Isrc\conf /c /O2 /W3 /D_CRT_SECURE_NO_WARNINGS +@set JANET_COMPILE=cl /nologo /Isrc\include /Isrc\conf /c /O2 /W3 /D_CRT_SECURE_NO_WARNINGS /MD @set JANET_LINK=link /nologo @set JANET_LINK_STATIC=lib /nologo |
