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