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
986e8c7d
Commit
986e8c7d
authored
Oct 05, 2007
by
Pietro Abate
Browse files
[r2005-07-15 14:12:07 by afrisch] Empty log message
Original author: afrisch Date: 2005-07-15 14:12:07+00:00
parent
81f12cef
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.distrib
View file @
986e8c7d
...
...
@@ -66,14 +66,14 @@ ifeq ($(NATIVE), true)
EXTENSION_LIB
=
cmxa
CAML
=
ocamlopt
COMPILE
=
$(CAMLOPT)
LINK
=
$(CAMLOPT)
-linkpkg
gramlib.cmxa camlp4
o
.cmxa
LINK
=
$(CAMLOPT)
-linkpkg
gramlib.cmxa camlp4.cmxa
pr_o.cmx
SYNTAX
+=
-symbol
ocaml_compiler
=
\"
native
\"
else
EXTENSION
=
cmo
EXTENSION_LIB
=
cma
COMPILE
=
$(CAMLC)
CAML
=
ocamlc
LINK
=
$(CAMLC)
-custom
-linkpkg
gramlib.cma camlp4
o
.cma
LINK
=
$(CAMLC)
-custom
-linkpkg
gramlib.cma camlp4.cma
pr_o.cmo
SYNTAX
+=
-symbol
ocaml_compiler
=
\"
bytecode
\"
endif
...
...
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