swig/Examples/ocaml/scoped_enum
William S Fulton 8e2bc595c6 Remove use of preinst-swig script
Complete the prototype removal in ca1431.

The script prevents SWIGTOOL=gdb from working as gdb can't be used to
debug a shell script, it requires a binary.

Add support for SWIGTOOL in all the examples.

SWIG_LIB_DIR and SWIGEXE must now instead be set by all Makefiles.

See issue #473.
2015-08-21 22:43:17 +01:00
..
example.i This example both shows the new enum literal facility, and is a regression 2003-12-04 06:57:57 +00:00
example_prog.ml Added checklist entry and corrected warning. 2003-12-04 06:59:49 +00:00
foo.h This example both shows the new enum literal facility, and is a regression 2003-12-04 06:57:57 +00:00
Makefile Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
README This example both shows the new enum literal facility, and is a regression 2003-12-04 06:57:57 +00:00

This tests our handling of scoped enums.  Run with argument Tag1 or Tag2.