fix Makefiles for cygwin

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8504 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-01-21 20:45:15 +00:00
commit d6dc014907
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" \
CXXSHARED="gcj -fPIC -shared Example.class" DEFS='' python_cpp
CXXSHARED="gcj -fPIC -shared Example.class -lstdc++" DEFS='' LIBS="-lstdc++" python_cpp
clean::