diff options
| author | 2024-08-17 10:21:50 -0500 | |
|---|---|---|
| committer | 2024-08-17 10:21:50 -0500 | |
| commit | 70c29b4e5d240202e680a6293548d6e50f64cba9 (patch) | |
| tree | a29dd981643dc402a27395c2677b84ec7f4c007c /build_win.bat | |
| parent | Add failure to initialize protections for filewatch module. (diff) | |
More updates to windows build.
Diffstat (limited to 'build_win.bat')
| -rw-r--r-- | build_win.bat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build_win.bat b/build_win.bat index 25f8c011..efd33867 100644 --- a/build_win.bat +++ b/build_win.bat @@ -50,6 +50,7 @@ for %%f in (src\boot\*.c) do ( %JANET_LINK% /out:build\janet_boot.exe build\boot\*.obj @if not errorlevel 0 goto :BUILDFAIL build\janet_boot . > build\c\janet.c +@if not errorlevel 0 goto :BUILDFAIL @rem Build the sources %JANET_COMPILE% /Fobuild\janet.obj build\c\janet.c @@ -59,6 +60,7 @@ build\janet_boot . > build\c\janet.c @rem Build the resources rc /nologo /fobuild\janet_win.res janet_win.rc +@if not errorlevel 0 goto :BUILDFAIL @rem Link everything to main client %JANET_LINK% /out:janet.exe build\janet.obj build\shell.obj build\janet_win.res |
