+ sysmsg for Darwin

This commit is contained in:
Jonas Maebe 2004-02-06 22:36:12 +00:00
parent 8bda33eb61
commit bba24d90b4
4 changed files with 10 additions and 2 deletions

View File

@ -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

View File

@ -18,6 +18,7 @@ units_linux=sysmsg
units_freebsd=sysmsg
units_netbsd=sysmsg
units_openbsd=sysmsg
units_darwin=sysmsg
exampledirs=test
[libs]

View File

@ -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

View File

@ -18,6 +18,7 @@ units_linux=sysmsg
units_freebsd=sysmsg
units_netbsd=sysmsg
units_openbsd=sysmsg
units_darwin=sysmsg
exampledirs=test
[libs]