Support mingw-compiler on Windows
Since Matlab2014a, the mexopts.bat cannot be used anymore to set the mex-compiler to cygwin, rendering it pretty much useless for most recent versions. However, Mathworks now has a MinGW-addon (http://de.mathworks.com/help/matlab/matlab_external/install-mingw-support-package.html) that we should support.
For this, we need to
- Allow for a
mingwcommand line flag - Adjust
dyn_mexwith the respective case distinction and necessary flags - Update http://www.dynare.org/DynareWiki/ConfigureMatlabWindowsForMexCompilation