mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-12 02:59:48 +01:00
* gtk headers expect object generated in $(OS_TARGET)
This commit is contained in:
parent
7fde7960b5
commit
0006cdde37
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2002/10/11]
|
# Don't edit, this file is generated by FPCMake Version 1.1 [2002/10/19]
|
||||||
#
|
#
|
||||||
default: all
|
default: all
|
||||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx
|
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx
|
||||||
@ -229,6 +229,7 @@ override TARGET_UNITS+=dllfuncs glx
|
|||||||
endif
|
endif
|
||||||
override TARGET_EXAMPLEDIRS+=examples
|
override TARGET_EXAMPLEDIRS+=examples
|
||||||
override INSTALL_FPCPACKAGE=y
|
override INSTALL_FPCPACKAGE=y
|
||||||
|
override COMPILER_TARGETDIR+=$(OS_TARGET)
|
||||||
ifdef REQUIRE_UNITSDIR
|
ifdef REQUIRE_UNITSDIR
|
||||||
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
||||||
endif
|
endif
|
||||||
|
|||||||
@ -21,6 +21,9 @@ units_openbsd=dllfuncs glx
|
|||||||
|
|
||||||
exampledirs=examples
|
exampledirs=examples
|
||||||
|
|
||||||
|
[compiler]
|
||||||
|
targetdir=$(OS_TARGET)
|
||||||
|
|
||||||
[install]
|
[install]
|
||||||
fpcpackage=y
|
fpcpackage=y
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user