dynare/dynare++/integ
Sébastien Villemot 671fe4bcd4
Build system improvements on Windows (MinGW / MSYS2)
- Use the -static flag when linking Dynare++, so that shipping libquadmath and
  libgcc DLL in the installer is no longer needed.

- Use AM_CXXFLAGS and AM_LDFLAGS variables for changing flags, since CXXFLAGS
  and LDFLAGS are user variables. Also, this avoids passing these flags down to
  configure scripts in subdirectories.

- Check for the SZIP library in the configure test for the MatIO, this is
  needed under MSYS2.

- Statically link MatIO and GSL in MEX files for MATLAB, this is needed under
  MSYS2.
2018-11-06 12:17:56 +01:00
..
cc Build system improvements on Windows (MinGW / MSYS2) 2018-11-06 12:17:56 +01:00
src Build system improvements on Windows (MinGW / MSYS2) 2018-11-06 12:17:56 +01:00
testing Build system improvements on Windows (MinGW / MSYS2) 2018-11-06 12:17:56 +01:00
Makefile.am New build system for standalone dynare++ 2009-09-11 17:34:15 +00:00