diff options
| author | Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr> | 2010-11-22 22:04:40 +0000 |
|---|---|---|
| committer | Fabrice Le Fessant <Fabrice.Le_fessant@inria.fr> | 2010-11-22 22:04:40 +0000 |
| commit | ff3f9a33dfece94ff3d3688cedf5065a18ac9592 (patch) | |
| tree | 8e4baa58d94d213cabd8c06e610adcea4e2e30fa /binary-compat/debugger | |
| parent | 9fc8604d536f9922bdadb95d22c14b13ceb8fade (diff) | |
| download | ocaml-binary-compat.tar.gz | |
binary-compat: finished - input and output - 3.12.0 3.11.2binary-compat
git-svn-id: http://caml.inria.fr/svn/ocaml/branches/binary-compat@10848 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'binary-compat/debugger')
| -rw-r--r-- | binary-compat/debugger/Makefile.shared | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/binary-compat/debugger/Makefile.shared b/binary-compat/debugger/Makefile.shared index 3c456a875a..48e1633441 100644 --- a/binary-compat/debugger/Makefile.shared +++ b/binary-compat/debugger/Makefile.shared @@ -25,21 +25,28 @@ DEPFLAGS=$(INCLUDES) INCLUDES=\ -I ../utils -I ../parsing -I ../typing -I ../bytecomp -I ../toplevel \ - -I $(UNIXDIR) + -I ../compat -I $(UNIXDIR) OTHEROBJS=\ $(UNIXDIR)/unix.cma \ ../utils/misc.cmo ../utils/config.cmo \ ../utils/tbl.cmo ../utils/clflags.cmo ../utils/consistbl.cmo \ ../parsing/longident.cmo \ - ../compat/3.11.2/v3112_types.cmo \ - ../compat/3.12.0/v3120_types.cmo \ + ../parsing/bincompat.cmo \ + ../compat/v3112_types.cmo \ + ../compat/v3120_types.cmo \ ../typing/ident.cmo ../typing/path.cmo ../typing/types.cmo \ ../typing/btype.cmo ../typing/primitive.cmo ../typing/typedtree.cmo \ ../typing/subst.cmo ../typing/predef.cmo \ ../typing/datarepr.cmo ../typing/cmi_format.cmo \ - ../compat/3.11.2/v3112_input_cmi.cmo \ - ../compat/3.12.0/v3120_input_cmi.cmo \ + ../compat/v3112_output_ast.cmo \ + ../compat/v3120_output_ast.cmo \ + ../compat/v3112_input_ast.cmo \ + ../compat/v3120_input_ast.cmo \ + ../compat/v3112_output_cmi.cmo \ + ../compat/v3120_output_cmi.cmo \ + ../compat/v3112_input_cmi.cmo \ + ../compat/v3120_input_cmi.cmo \ ../typing/env.cmo ../typing/oprint.cmo \ ../typing/ctype.cmo ../typing/printtyp.cmo ../typing/mtype.cmo \ ../bytecomp/runtimedef.cmo ../bytecomp/bytesections.cmo \ |
