diff --git a/fv/Makefile b/fv/Makefile index 0c306e8aae..a6be7c4f2f 100644 --- a/fv/Makefile +++ b/fv/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 1.1 [2004/01/05] +# Don't edit, this file is generated by FPCMake Version 1.1 [2004/01/11] # default: all MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom @@ -225,6 +225,9 @@ endif ifeq ($(OS_TARGET),openbsd) override TARGET_UNITS+=sysmsg endif +ifeq ($(OS_TARGET),darwin) +override TARGET_UNITS+=sysmsg +endif override TARGET_IMPLICITUNITS+=app callspec colortxt dialogs drivers editors fileio fvcommon fvconsts gadgets histlist inplong memory menus msgbox resource statuses stddlg tabs time validate views gfvgraph override TARGET_EXAMPLEDIRS+=test override INSTALL_BUILDUNIT=buildfv diff --git a/fv/Makefile.fpc b/fv/Makefile.fpc index 679ce319a2..b0ebc8c8dc 100644 --- a/fv/Makefile.fpc +++ b/fv/Makefile.fpc @@ -18,6 +18,7 @@ units_linux=sysmsg units_freebsd=sysmsg units_netbsd=sysmsg units_openbsd=sysmsg +units_darwin=sysmsg exampledirs=test [libs] diff --git a/fvision/Makefile b/fvision/Makefile index 0c306e8aae..a6be7c4f2f 100644 --- a/fvision/Makefile +++ b/fvision/Makefile @@ -1,5 +1,5 @@ # -# Don't edit, this file is generated by FPCMake Version 1.1 [2004/01/05] +# Don't edit, this file is generated by FPCMake Version 1.1 [2004/01/11] # default: all MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom @@ -225,6 +225,9 @@ endif ifeq ($(OS_TARGET),openbsd) override TARGET_UNITS+=sysmsg endif +ifeq ($(OS_TARGET),darwin) +override TARGET_UNITS+=sysmsg +endif override TARGET_IMPLICITUNITS+=app callspec colortxt dialogs drivers editors fileio fvcommon fvconsts gadgets histlist inplong memory menus msgbox resource statuses stddlg tabs time validate views gfvgraph override TARGET_EXAMPLEDIRS+=test override INSTALL_BUILDUNIT=buildfv diff --git a/fvision/Makefile.fpc b/fvision/Makefile.fpc index 679ce319a2..b0ebc8c8dc 100644 --- a/fvision/Makefile.fpc +++ b/fvision/Makefile.fpc @@ -18,6 +18,7 @@ units_linux=sysmsg units_freebsd=sysmsg units_netbsd=sysmsg units_openbsd=sysmsg +units_darwin=sysmsg exampledirs=test [libs]