diff options
| author | 2019-03-22 18:34:50 -0400 | |
|---|---|---|
| committer | 2019-03-22 18:34:50 -0400 | |
| commit | 7f1b5d4d70a4941dfeef4641ba26e9879e360522 (patch) | |
| tree | 9ea4f7275ef99acc3a9fbeab4d0d2a92e92a1f88 /build_win.bat | |
| parent | Add experimental meson build. (diff) | |
Merge core.janet into boot.janet
This simplifies the build machinery a bit.
core.janet is never actually included in the final
binary, it is just used to generate an image file.
Diffstat (limited to 'build_win.bat')
| -rw-r--r-- | build_win.bat | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/build_win.bat b/build_win.bat index c1639e42..4220ec23 100644 --- a/build_win.bat +++ b/build_win.bat @@ -31,16 +31,12 @@ mkdir build\boot @if errorlevel 1 goto :BUILDFAIL @rem Generate the embedded sources -@build\xxd.exe src\core\core.janet build\core.gen.c janet_gen_core -@if errorlevel 1 goto :BUILDFAIL @build\xxd.exe src\mainclient\init.janet build\init.gen.c janet_gen_init @if errorlevel 1 goto :BUILDFAIL @build\xxd.exe src\boot\boot.janet build\boot.gen.c janet_gen_boot @if errorlevel 1 goto :BUILDFAIL @rem Build the generated sources -@%JANET_COMPILE% /Fobuild\boot\core.gen.obj build\core.gen.c -@if errorlevel 1 goto :BUILDFAIL @%JANET_COMPILE% /Fobuild\mainclient\init.gen.obj build\init.gen.c @if errorlevel 1 goto :BUILDFAIL @%JANET_COMPILE% /Fobuild\boot\boot.gen.obj build\boot.gen.c |
