/new_thread -> /
This commit is contained in:
parent
bb5fb41c2b
commit
b0aaf22ea7
10 changed files with 168 additions and 171 deletions
12
src/js/dune
12
src/js/dune
|
|
@ -15,7 +15,7 @@
|
|||
(library
|
||||
(name js_map)
|
||||
(modules js_map)
|
||||
(libraries js_of_ocaml brr js_pretty_post)
|
||||
(libraries js_of_ocaml brr)
|
||||
(js_of_ocaml
|
||||
(javascript_files leaflet/leaflet.js))
|
||||
(preprocess
|
||||
|
|
@ -32,15 +32,7 @@
|
|||
(executable
|
||||
(name js_babillard)
|
||||
(modules js_babillard)
|
||||
(libraries js_of_ocaml brr js_map)
|
||||
(modes js)
|
||||
(preprocess
|
||||
(pps js_of_ocaml-ppx)))
|
||||
|
||||
(executable
|
||||
(name js_newthread)
|
||||
(modules js_newthread)
|
||||
(libraries js_of_ocaml brr js_map js_post_form)
|
||||
(libraries js_of_ocaml brr js_map js_post_form js_pretty_post)
|
||||
(modes js)
|
||||
(preprocess
|
||||
(pps js_of_ocaml-ppx)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue