Merge pull request #1393 from ZackerySpytz/OCaml-examples
[OCaml] Fix some of the OCaml examples
This commit is contained in:
commit
4e4bb54fe7
21 changed files with 83 additions and 86 deletions
|
|
@ -21,6 +21,7 @@ default_constructor \
|
|||
director_binary_string \
|
||||
director_enum \
|
||||
director_exception \
|
||||
director_exception_nothrow \
|
||||
director_ignore \
|
||||
director_nested \
|
||||
director_pass_by_value \
|
||||
|
|
@ -30,6 +31,7 @@ director_redefined \
|
|||
director_string \
|
||||
director_using \
|
||||
enum_thorough \
|
||||
li_windows \
|
||||
member_pointer_const \
|
||||
minherit \
|
||||
nested_directors \
|
||||
|
|
@ -86,6 +88,10 @@ include $(srcdir)/../common.mk
|
|||
# Clean
|
||||
%.clean:
|
||||
@rm -f $*.ml $*.mli;
|
||||
@if test $(srcdir) != .; then rm -f $(ml_runme); fi
|
||||
|
||||
clean:
|
||||
$(MAKE) -f $(top_builddir)/$(EXAMPLES)/Makefile SRCDIR='$(SRCDIR)' ocaml_clean
|
||||
rm -f clientdata_prop_a.ml clientdata_prop_b.ml import_stl_a.ml import_stl_b.ml
|
||||
rm -f imports_a.ml imports_b.ml mod_a.ml mod_b.ml multi_import_a.ml
|
||||
rm -f multi_import_b.ml packageoption_a.ml packageoption_b.ml packageoption_c.ml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue