|
1 | 1 |
|
2 | 2 | bsc = ../lib/bsc.exe
|
3 |
| -bsc_flags = -absname -no-alias-deps -bs-no-version-header -bs-diagnose -bs-no-check-div-by-zero -bs-cross-module-opt -bs-package-name bs-platform -bs-package-output commonjs:lib/js -bs-package-output es6:lib/es6 -nostdlib -nopervasives -unsafe -warn-error A-38 -w -40-49-103 -bin-annot -bs-noassertfalse -open Bs_stdlib_mini -I ./runtime |
| 3 | +bsc_flags = -absname -no-alias-deps -bs-no-version-header -bs-diagnose -bs-no-check-div-by-zero -bs-cross-module-opt -bs-package-name bs-platform -bs-package-output commonjs:lib/js -bs-package-output es6:lib/es6 -nostdlib -nopervasives -unsafe -w -40-49-103 -warn-error A -bin-annot -bs-noassertfalse -open Bs_stdlib_mini -I ./runtime |
4 | 4 |
|
5 | 5 | rule cc
|
6 | 6 | command = $bsc -bs-cmi -bs-cmj $bsc_flags -I others $in
|
@@ -79,7 +79,7 @@ build others/belt_Int.cmj : cc_cmi others/belt_Int.ml | others/belt.cmi others/b
|
79 | 79 | build others/belt_Int.cmi : cc others/belt_Int.mli | runtime
|
80 | 80 | build others/belt_List.cmj : cc_cmi others/belt_List.ml | others/belt.cmi others/belt_Array.cmj others/belt_List.cmi others/belt_SortArray.cmj js_pkg runtime
|
81 | 81 | build others/belt_List.cmi : cc others/belt_List.mli | runtime
|
82 |
| -build others/belt_Map.cmj : cc_cmi others/belt_Map.ml | others/belt.cmi others/belt_Array.cmj others/belt_Id.cmj others/belt_Map.cmi others/belt_MapDict.cmj others/belt_MapInt.cmj others/belt_MapString.cmj js_pkg runtime |
| 82 | +build others/belt_Map.cmj : cc_cmi others/belt_Map.ml | others/belt.cmi others/belt_Id.cmj others/belt_Map.cmi others/belt_MapDict.cmj others/belt_MapInt.cmj others/belt_MapString.cmj js_pkg runtime |
83 | 83 | build others/belt_Map.cmi : cc others/belt_Map.mli | others/belt.cmi others/belt_Id.cmi others/belt_MapDict.cmi others/belt_MapInt.cmi others/belt_MapString.cmi js_pkg runtime
|
84 | 84 | build others/belt_MapDict.cmj : cc_cmi others/belt_MapDict.ml | others/belt.cmi others/belt_Array.cmj others/belt_Id.cmj others/belt_MapDict.cmi others/belt_internalAVLtree.cmj js_pkg runtime
|
85 | 85 | build others/belt_MapDict.cmi : cc others/belt_MapDict.mli | others/belt.cmi others/belt_Id.cmi js_pkg runtime
|
@@ -109,7 +109,7 @@ build others/belt_Range.cmj : cc_cmi others/belt_Range.ml | others/belt.cmi othe
|
109 | 109 | build others/belt_Range.cmi : cc others/belt_Range.mli | runtime
|
110 | 110 | build others/belt_Result.cmj : cc_cmi others/belt_Result.ml | others/belt.cmi others/belt_Result.cmi js_pkg runtime
|
111 | 111 | build others/belt_Result.cmi : cc others/belt_Result.mli | runtime
|
112 |
| -build others/belt_Set.cmj : cc_cmi others/belt_Set.ml | others/belt.cmi others/belt_Array.cmj others/belt_Id.cmj others/belt_Set.cmi others/belt_SetDict.cmj others/belt_SetInt.cmj others/belt_SetString.cmj js_pkg runtime |
| 112 | +build others/belt_Set.cmj : cc_cmi others/belt_Set.ml | others/belt.cmi others/belt_Id.cmj others/belt_Set.cmi others/belt_SetDict.cmj others/belt_SetInt.cmj others/belt_SetString.cmj js_pkg runtime |
113 | 113 | build others/belt_Set.cmi : cc others/belt_Set.mli | others/belt.cmi others/belt_Id.cmi others/belt_SetDict.cmi others/belt_SetInt.cmi others/belt_SetString.cmi js_pkg runtime
|
114 | 114 | build others/belt_SetDict.cmj : cc_cmi others/belt_SetDict.ml | others/belt.cmi others/belt_Array.cmj others/belt_Id.cmj others/belt_SetDict.cmi others/belt_internalAVLset.cmj js_pkg runtime
|
115 | 115 | build others/belt_SetDict.cmi : cc others/belt_SetDict.mli | others/belt.cmi others/belt_Id.cmi js_pkg runtime
|
|
0 commit comments