mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-14 12:49:09 +02:00
* add OS_TARGET to include dir
This commit is contained in:
parent
3e33642794
commit
0e5a3d8b13
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# Don't edit, this file is generated by FPCMake Version 1.1 [2002/11/24]
|
# Don't edit, this file is generated by FPCMake Version 1.1 [2002/12/15]
|
||||||
#
|
#
|
||||||
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
|
||||||
@ -247,8 +247,8 @@ override TARGET_LOADERS+=prt0 dllprt0 cprt0 gprt0 cprt21 gprt21
|
|||||||
override TARGET_RSTS+=math varutils typinfo variants
|
override TARGET_RSTS+=math varutils typinfo variants
|
||||||
override CLEAN_UNITS+=syslinux linux
|
override CLEAN_UNITS+=syslinux linux
|
||||||
override INSTALL_FPCPACKAGE=y
|
override INSTALL_FPCPACKAGE=y
|
||||||
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC)
|
override COMPILER_INCLUDEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(CPU_TARGET)
|
||||||
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC)
|
override COMPILER_SOURCEDIR+=$(INC) $(PROCINC) $(UNIXINC) $(CPU_TARGET)
|
||||||
override COMPILER_TARGETDIR+=.
|
override COMPILER_TARGETDIR+=.
|
||||||
ifdef REQUIRE_UNITSDIR
|
ifdef REQUIRE_UNITSDIR
|
||||||
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
override UNITSDIR+=$(REQUIRE_UNITSDIR)
|
||||||
|
@ -31,8 +31,8 @@ fpcdir=../..
|
|||||||
target=linux
|
target=linux
|
||||||
|
|
||||||
[compiler]
|
[compiler]
|
||||||
includedir=$(INC) $(PROCINC) $(UNIXINC)
|
includedir=$(INC) $(PROCINC) $(UNIXINC) $(CPU_TARGET)
|
||||||
sourcedir=$(INC) $(PROCINC) $(UNIXINC)
|
sourcedir=$(INC) $(PROCINC) $(UNIXINC) $(CPU_TARGET)
|
||||||
targetdir=.
|
targetdir=.
|
||||||
|
|
||||||
[lib]
|
[lib]
|
||||||
|
Loading…
Reference in New Issue
Block a user