24 lines
713 B
Makefile
24 lines
713 B
Makefile
#******************************************************************************
|
|
# config.msys.mk Recorder project
|
|
#******************************************************************************
|
|
#
|
|
# File Description:
|
|
#
|
|
# Configuration file when building with MSYS
|
|
#
|
|
#
|
|
#
|
|
#
|
|
#
|
|
#
|
|
#
|
|
#
|
|
#******************************************************************************
|
|
# (C) 1992-2017 Christophe de Dinechin <christophe@dinechin.org>
|
|
#This software is licensed under the GNU General Public License v3
|
|
#See file COPYING for details.
|
|
#******************************************************************************
|
|
|
|
include $(BUILD)config.mingw.mk
|
|
LINE_BUFFERED=--line-buffered
|