MEX=$(MATLABDIR)\bin\mex
# Specify the same C++ compiler and flags to mex
MEXFLAGS=CXX\#$(CC) CXXFLAGS\#"$(CCFLAGS)"
+
+# SWIG PYTHON INTERFACE
+# The following should resolve to the SWIG command
+SWIG=swig -classic
+# Location of Python header files
+INCLUDE_PYTHON=C:\python2.5
+# Location of Boost C++ library header files
+INCLUDE_BOOST=C:\boost_1_36_0