Commit of some improvements when running under Cygwin
* musredit can now be built using Qt 4.5.3 of Cygwin 1.7---however, without online help * FFTW3 threading in some user functions has been disabled Obviously, there is a major problem when running musrgui/musredit with Cygwin on Windows7/64bit. This has not been solved by this commit!
This commit is contained in:
@ -731,6 +731,7 @@ LOCAL_LIB_LDFLAGS=
|
||||
case "$host" in
|
||||
*-*-cygwin)
|
||||
ARCH=CYGWIN
|
||||
AC_DEFINE([_WIN32GCC], [1], [Define to 1 if host system is Cygwin])
|
||||
LOCAL_BIN_CXXFLAGS="${LOCAL_BIN_CXXFLAGS}"
|
||||
LOCAL_LIB_CXXFLAGS="${LOCAL_BIN_CXXFLAGS} -D_DLL"
|
||||
LOCAL_PSIBIN_LIB_CXXFLAGS="${LOCAL_LIB_CXXFLAGS} -D_WIN32GCC"
|
||||
|
Reference in New Issue
Block a user