# This template contains configurations for compiling libDAI with Visual C++
# under Windows (and GNU Make)
-#
+#
# To use it, simply copy this file to 'Makefile.conf' and adapt 'Makefile.conf'
# to your local setup
#
DEBUG=true
# Build matlab interface?
WITH_MATLAB=
-# New/old matlab version?
+# MatLab version 7.3 (R2006b) or newer?
NEW_MATLAB=true
# OPERATING SYSTEM
# LINKER
# Standard libraries to include
-LIBS=/link $(LIB)/libdai$(LE)
+LIBS=/link $(LIB)/libdai$(LE)
# For linking with the BOOST Program Options library
BOOSTLIBS=/LIBPATH:C:\boost_1_36_0\stage\lib
# Additional library search paths for linker