Jonas Maebe 21 лет назад
Родитель
Сommit
bba24d90b4
4 измененных файлов с 10 добавлено и 2 удалено
  1. 4 1
      fv/Makefile
  2. 1 0
      fv/Makefile.fpc
  3. 4 1
      fvision/Makefile
  4. 1 0
      fvision/Makefile.fpc

+ 4 - 1
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

+ 1 - 0
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]

+ 4 - 1
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

+ 1 - 0
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]