1
0
Fork 0
test/dll/dune

15 lines
263 B
Plaintext
Executable File

(executable
(name tst)
(libraries tst_stub)
(modes shared_object)
(link_flags :standard -cclib -link -cclib -static-libgcc)
)
(alias
(name install)
(deps tst%{ext_dll}))
(rule
(targets tst.ml)
(action
(write-file %{targets} "")))