swig/Examples/c/exception
Vadim Zeitlin 19ed0b531d Fix and simplify C examples makefiles
Make "make check-c-examples" perform the correct build commands, e.g. not link
the proxy code into the shared library as this can't work because it defines
the same functions that are already present in it.

Also fix the c_xxx targets to work when SWIG is built in a separate build
directory.

Finally, simplify them by removing the unnecessary variables.

Notice that std_vector example still doesn't build, but at least now it is due
to a real problem in the C module and not makefile bugs.
2016-04-10 22:45:51 +02:00
..
example.cxx Removing some memory leak problems when handling exceptions. 2008-07-26 14:18:37 +00:00
example.h Removing some memory leak problems when handling exceptions. 2008-07-26 14:18:37 +00:00
example.i Removing some memory leak problems when handling exceptions. 2008-07-26 14:18:37 +00:00
Makefile Fix and simplify C examples makefiles 2016-04-10 22:45:51 +02:00
runme.c 1. Fixed the bug in enums. Now 'enums' test is compiling OK. 2008-08-17 13:42:19 +00:00