mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-06 23:27:13 +01:00
* add compiler targetdir
This commit is contained in:
parent
6f2a3683f8
commit
854bbf5535
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2003/03/13]
|
||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2003/01/14]
|
||||
#
|
||||
default: all
|
||||
MAKEFILETARGETS=linux go32v2 win32 os2 freebsd beos netbsd amiga atari sunos qnx netware openbsd wdosx palmos macos macosx
|
||||
@ -90,6 +90,7 @@ endif
|
||||
endif
|
||||
export ECHO
|
||||
endif
|
||||
override DEFAULT_FPCDIR=../..
|
||||
ifndef FPC
|
||||
ifdef PP
|
||||
FPC=$(PP)
|
||||
@ -206,6 +207,7 @@ override PACKAGE_NAME=fcl
|
||||
override TARGET_UNITS+=pastree pscanner pparser paswrite
|
||||
override INSTALL_FPCPACKAGE=y
|
||||
override COMPILER_OPTIONS+=-S2h
|
||||
override COMPILER_TARGETDIR+=../$(OS_TARGET)
|
||||
ifdef REQUIRE_UNITSDIR
|
||||
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
||||
endif
|
||||
|
||||
@ -10,6 +10,10 @@ units=pastree pscanner pparser paswrite
|
||||
|
||||
[compiler]
|
||||
options=-S2h
|
||||
targetdir=../$(OS_TARGET)
|
||||
|
||||
[install]
|
||||
fpcpackage=y
|
||||
|
||||
[default]
|
||||
fpcdir=../..
|
||||
|
||||
Loading…
Reference in New Issue
Block a user