Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cduce
cduce
Commits
002f9580
Commit
002f9580
authored
Mar 30, 2021
by
Kim Nguyễn
Browse files
Fix optional compilation of ocamliface.
parent
20f25f78
Changes
6
Hide whitespace changes
Inline
Side-by-side
ocamliface/dune
View file @
002f9580
...
...
@@ -28,10 +28,22 @@ let () =
from
(ocaml-compiler-libs.common -> mlstub.real.ml)
(-> mlstub.empty.ml))
(select mltypes.ml
from
(ocaml-compiler-libs.common -> mltypes.real.ml)
(-> mltypes.empty.ml))
(select mltypes.mli
from
(ocaml-compiler-libs.common -> mltypes.real.mli)
(-> mltypes.empty.mli))
(select mlcompat.ml
from
(ocaml-compiler-libs.common -> mlcompat.real.ml)
(-> mlcompat.empty.ml))
))
(rule
(action
(copy# mlcompat_%s.ml mlcompat.ml)))
(copy# mlcompat_%s.ml mlcompat.
real.
ml)))
|} suffix)
;;
\ No newline at end of file
;;
ocamliface/mlcompat.empty.ml
0 → 100644
View file @
002f9580
ocamliface/mltypes.empty.ml
0 → 100644
View file @
002f9580
ocamliface/mltypes.empty.mli
0 → 100644
View file @
002f9580
ocamliface/mltypes.ml
→
ocamliface/mltypes.
real.
ml
View file @
002f9580
File moved
ocamliface/mltypes.mli
→
ocamliface/mltypes.
real.
mli
View file @
002f9580
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment