Namespaces support.

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2008-maciekd@10611 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Maciej Drwal 2008-06-29 15:09:31 +00:00
commit ea05035844
10 changed files with 88 additions and 55 deletions

View file

@ -3,7 +3,7 @@ SWIG = $(TOP)/../preinst-swig -debug-module 4
CXXSRCS = example.cxx
TARGET = example
INTERFACE = example.i
MAIN = main.c
MAIN = test.c
all::
$(MAKE) -f $(TOP)/Makefile CXXSRCS='$(CXXSRCS)' SWIG='$(SWIG)' \