fix Makefiles for cygwin

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8504 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-21 20:45:15 +00:00
commit d2b1abb12e
4 changed files with 4 additions and 4 deletions

View file

@ -9,7 +9,7 @@ LIBS = -lm
all:: Example.class
$(MAKE) -f $(TOP)/Makefile CXXSRCS='$(CXXSRCS)' SWIG='$(SWIG)' \
TARGET='$(TARGET)' INTERFACE='$(INTERFACE)' CXX="gcj" CFLAGS="-fPIC" \
TCL_CXXSHARED="gcj -fPIC -shared Example.class -lstdc++ " DEFS='' tcl_cpp
TCL_CXXSHARED="gcj -fPIC -shared Example.class -lgcj " LIBS="-lstdc++" DEFS='' tcl_cpp
clean::