2017-12-13 05:08:38 +08:00
|
|
|
#******************************************************************************
|
2018-04-03 22:44:24 +08:00
|
|
|
# config.msys.mk Make-It-Quick project
|
2017-12-13 05:08:38 +08:00
|
|
|
#******************************************************************************
|
|
|
|
#
|
|
|
|
# File Description:
|
|
|
|
#
|
|
|
|
# Configuration file when building with MSYS
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#
|
|
|
|
#******************************************************************************
|
2018-04-03 21:15:09 +08:00
|
|
|
# (C) 1992-2018 Christophe de Dinechin <christophe@dinechin.org>
|
2018-04-03 22:44:24 +08:00
|
|
|
# This software is licensed under the GNU General Public License v3
|
|
|
|
# See LICENSE file for details.
|
2017-12-13 05:08:38 +08:00
|
|
|
#******************************************************************************
|
|
|
|
|
2018-04-05 23:25:12 +08:00
|
|
|
include $(MIQ)config.mingw.mk
|
2017-12-13 05:08:38 +08:00
|
|
|
LINE_BUFFERED=--line-buffered
|