Enabled the Guile module again.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@696 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
73ef2e5574
commit
64a5de3bf7
2 changed files with 4 additions and 4 deletions
|
|
@ -13,8 +13,8 @@ AR = @AR@
|
|||
RANLIB = @RANLIB@
|
||||
|
||||
TARGET = libmodules11.a
|
||||
OBJS = swigmain.o tcl8.o python.o perl5.o ruby.o #guile.o java.o mzscheme.o
|
||||
SRCS = swigmain.cxx tcl8.cxx python.cxx perl5.cxx ruby.cxx #guile.cxx java.cxx mzscheme.cxx
|
||||
OBJS = swigmain.o tcl8.o python.o perl5.o guile.o ruby.o #java.o mzscheme.o
|
||||
SRCS = swigmain.cxx tcl8.cxx python.cxx perl5.cxx guile.cxx #java.cxx mzscheme.cxx ruby.cxx
|
||||
INCLUDE = -I$(srcdir)/../Include \
|
||||
-I$(srcdir)/../SWIG1.1 \
|
||||
-I$(srcdir)/../DOH/Include \
|
||||
|
|
|
|||
|
|
@ -31,9 +31,9 @@ static char cvsroot[] = "$Header$";
|
|||
|
||||
|
||||
#include "perl5.h"
|
||||
#include "guile.h"
|
||||
#ifdef OLD
|
||||
#include "java.h"
|
||||
#include "guile.h"
|
||||
#include "mzscheme.h"
|
||||
#endif
|
||||
#include "ruby.h"
|
||||
|
|
@ -85,10 +85,10 @@ int main(int argc, char **argv) {
|
|||
} else if (strcmp(argv[i],"-perl5") == 0) {
|
||||
dl = new PERL5;
|
||||
Swig_mark_arg(i);
|
||||
#ifdef OLD
|
||||
} else if (strcmp(argv[i],"-guile") == 0) {
|
||||
dl = new GUILE;
|
||||
Swig_mark_arg(i);
|
||||
#ifdef OLD
|
||||
} else if (strcmp(argv[i],"-java") == 0) {
|
||||
dl = new JAVA;
|
||||
Swig_mark_arg(i);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue