swig/Examples/guile/simple
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.c The great merge 2002-11-30 22:01:28 +00:00
example.i fix extern declarations 2005-06-28 21:14:24 +00:00
Makefile Remove use of preinst-swig script 2015-08-21 22:43:17 +01:00
README Guile examples consistency changes 2013-05-09 18:35:18 +01:00
runme.scm Guile examples consistency changes 2013-05-09 18:35:18 +01:00

A very simple example.

To run it, start the program 'my-guile' and type:

	(load "runme.scm")

Alternatively, you can use the shell command:

	./my-guile -s runme.scm