Skip to content

Commit 94c381e

Browse files
committed
comment out bsb.exe
1 parent 8b841fe commit 94c381e

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

scripts/ninjaFactory.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,13 @@ rule cc
2121
config.isWin ? "" : "&& strip $out"
2222
}
2323
description = Making $out
24-
# build bspp.exe: cc bspp.mli bspp.ml
25-
build ../${process.platform}/bsb$ext: cc $INCL/bsb.mli $INCL/bsb.ml
26-
flags = $flags -unboxed-types unix.cmxa str.cmxa
2724
build ../${process.platform}/rescript$ext: cc $INCL/rescript.mli $INCL/rescript.ml
2825
flags = $flags -unboxed-types unix.cmxa str.cmxa
29-
o ../${process.platform}/bsb_helper$ext: cc $INCL/bsb_helper.mli $INCL/bsb_helper.ml
26+
build ../${process.platform}/bsb_helper$ext: cc $INCL/bsb_helper.mli $INCL/bsb_helper.ml
3027
flags = $flags -unboxed-types -w -a
31-
o ../${process.platform}/refmt$ext: cc $INCL/refmt_main3.mli $INCL/refmt_main3.ml
28+
build ../${process.platform}/refmt$ext: cc $INCL/refmt_main3.mli $INCL/refmt_main3.ml
3229
flags = $flags -w -40-30 -no-alias-deps -I +compiler-libs ocamlcommon.cmxa
33-
o ../${process.platform}/bsc$ext: cc $INCL/whole_compiler.mli $INCL/whole_compiler.ml
30+
build ../${process.platform}/bsc$ext: cc $INCL/whole_compiler.mli $INCL/whole_compiler.ml
3431
flags = $flags -w A-4-9-48-40-45-41-44-50-21-30-32-34-37-27-60-42 -warn-error A
3532
`;
3633
}

0 commit comments

Comments
 (0)