mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 17:29:21 +02:00
* dllfuncs is also required for darwin
* glx is also supported under darwin
This commit is contained in:
parent
e17fd8ffde
commit
b7ba1ab6c4
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/12/20]
|
# Don't edit, this file is generated by FPCMake Version 1.1 [2004/12/27]
|
||||||
#
|
#
|
||||||
default: all
|
default: all
|
||||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos darwin emx watcom morphos netwlibc
|
||||||
@ -234,6 +234,9 @@ endif
|
|||||||
ifeq ($(OS_TARGET),openbsd)
|
ifeq ($(OS_TARGET),openbsd)
|
||||||
override TARGET_UNITS+=dllfuncs glx
|
override TARGET_UNITS+=dllfuncs glx
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(OS_TARGET),darwin)
|
||||||
|
override TARGET_UNITS+=dllfuncs glx
|
||||||
|
endif
|
||||||
override TARGET_EXAMPLEDIRS+=examples
|
override TARGET_EXAMPLEDIRS+=examples
|
||||||
override INSTALL_FPCPACKAGE=y
|
override INSTALL_FPCPACKAGE=y
|
||||||
ifdef REQUIRE_UNITSDIR
|
ifdef REQUIRE_UNITSDIR
|
||||||
@ -1149,6 +1152,7 @@ endif
|
|||||||
ifeq ($(OS_TARGET),darwin)
|
ifeq ($(OS_TARGET),darwin)
|
||||||
ifeq ($(CPU_TARGET),powerpc)
|
ifeq ($(CPU_TARGET),powerpc)
|
||||||
REQUIRE_PACKAGES_RTL=1
|
REQUIRE_PACKAGES_RTL=1
|
||||||
|
REQUIRE_PACKAGES_X11=1
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
ifeq ($(OS_TARGET),emx)
|
ifeq ($(OS_TARGET),emx)
|
||||||
|
@ -11,6 +11,7 @@ packages_linux=x11
|
|||||||
packages_freebsd=x11
|
packages_freebsd=x11
|
||||||
packages_netbsd=x11
|
packages_netbsd=x11
|
||||||
packages_openbsd=x11
|
packages_openbsd=x11
|
||||||
|
packages_darwin=x11
|
||||||
|
|
||||||
[target]
|
[target]
|
||||||
units=gl glu glut glext
|
units=gl glu glut glext
|
||||||
@ -18,7 +19,7 @@ units_linux=dllfuncs glx
|
|||||||
units_freebsd=dllfuncs glx
|
units_freebsd=dllfuncs glx
|
||||||
units_netbsd=dllfuncs glx
|
units_netbsd=dllfuncs glx
|
||||||
units_openbsd=dllfuncs glx
|
units_openbsd=dllfuncs glx
|
||||||
|
units_darwin=dllfuncs glx
|
||||||
exampledirs=examples
|
exampledirs=examples
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
|
Loading…
Reference in New Issue
Block a user