* gtk headers expect object generated in $(OS_TARGET)

This commit is contained in:
marco 2002-10-19 13:45:20 +00:00
parent 7fde7960b5
commit 0006cdde37
2 changed files with 5 additions and 1 deletions

View File

@ -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
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
override TARGET_EXAMPLEDIRS+=examples
override INSTALL_FPCPACKAGE=y
override COMPILER_TARGETDIR+=$(OS_TARGET)
ifdef REQUIRE_UNITSDIR
override UNITSDIR+=$(REQUIRE_UNITSDIR)
endif

View File

@ -21,6 +21,9 @@ units_openbsd=dllfuncs glx
exampledirs=examples
[compiler]
targetdir=$(OS_TARGET)
[install]
fpcpackage=y