Add support for Haiku
This commit is contained in:
parent
f0ebcbe77f
commit
04aa207539
|
@ -25,6 +25,7 @@ BUILDENV_Linux=linux
|
||||||
BUILDENV_Cygwin=cygwin
|
BUILDENV_Cygwin=cygwin
|
||||||
BUILDENV_MinGW=mingw
|
BUILDENV_MinGW=mingw
|
||||||
BUILDENV_MSYS=msys
|
BUILDENV_MSYS=msys
|
||||||
|
BUILDENV_Haiku=haiku
|
||||||
|
|
||||||
# Just in case (leftovers from a former life ;-)
|
# Just in case (leftovers from a former life ;-)
|
||||||
BUILDENV_HP-UX=hpux
|
BUILDENV_HP-UX=hpux
|
||||||
|
|
|
@ -0,0 +1,28 @@
|
||||||
|
#******************************************************************************
|
||||||
|
# config.haiku.mk make-it-quick
|
||||||
|
#******************************************************************************
|
||||||
|
#
|
||||||
|
# File Description:
|
||||||
|
#
|
||||||
|
# Configuration file for the Haiku operating system
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#
|
||||||
|
#******************************************************************************
|
||||||
|
# (C) 2018 Christophe de Dinechin <christophe@dinechin.org>
|
||||||
|
# This software is licensed under the GNU General Public License v3
|
||||||
|
# See LICENSE file for details.
|
||||||
|
#******************************************************************************
|
||||||
|
|
||||||
|
DEFINES_BUILDENV_haiku=CONFIG_HAIKU
|
||||||
|
OS_NAME_BUILDENV_haiku=haiku
|
||||||
|
|
||||||
|
include $(MIQ)config.gnu.mk
|
||||||
|
|
||||||
|
TEST_ENV= LIBRARY_PATH=$$LIBRARY_PATH:$(OUTPUT)
|
||||||
|
SEDOPT_haiku= -u
|
Loading…
Reference in New Issue