mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 11:09:36 +02:00
+ AIX support to Makefiles
git-svn-id: trunk@20809 -
This commit is contained in:
parent
9ba5f25588
commit
9ca2ea7fd0
@ -261,10 +261,7 @@ endif
|
||||
# Setup Targets
|
||||
#####################################################################
|
||||
|
||||
ifeq ($(OS_TARGET),win32)
|
||||
USE_CMP_FOR_DIFF=1
|
||||
endif
|
||||
ifeq ($(OS_TARGET),win64)
|
||||
ifneq ($(findstring $(OS_TARGET),win32 win64 aix),)
|
||||
USE_CMP_FOR_DIFF=1
|
||||
endif
|
||||
|
||||
|
@ -23,6 +23,7 @@ units_openbsd=custfcgi fpfcgi
|
||||
units_linux=custfcgi fpfcgi
|
||||
units_win32=custfcgi fpfcgi
|
||||
units_win64=custfcgi fpfcgi
|
||||
units_aix=custfcgi fpfcgi
|
||||
|
||||
[require]
|
||||
packages=fcl-base fcl-xml fcl-db fcl-process httpd22 fastcgi fcl-net
|
||||
|
@ -8,7 +8,7 @@ uses fpmkunit, sysutils;
|
||||
procedure add_fppkg;
|
||||
|
||||
const
|
||||
TargetsWithWGet = [linux,beos,haiku,freebsd,netbsd,openbsd,darwin,iphonesim,solaris,win32,win64,wince];
|
||||
TargetsWithWGet = [linux,beos,haiku,freebsd,netbsd,openbsd,darwin,iphonesim,solaris,win32,win64,wince,aix];
|
||||
TargetsWithfpWeb = TargetsWithWGet;
|
||||
|
||||
Var
|
||||
|
@ -35,6 +35,7 @@ dirs_symbian=symbian
|
||||
dirs_embedded=embedded
|
||||
dirs_nativent=nativent
|
||||
dirs_wii=wii
|
||||
dirs_aix=aix
|
||||
|
||||
[install]
|
||||
fpcpackage=y
|
||||
|
Loading…
Reference in New Issue
Block a user