mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 23:46:01 +02:00
* FPCAPACHE_1_13 or FPCAPACHE_2_0 define will determine what Apache version is taken
git-svn-id: trunk@9588 -
This commit is contained in:
parent
1b0307ae5c
commit
ac7f8dee39
@ -297,6 +297,16 @@ $CPUCROSSIFDEF2
|
||||
# searchpath for includefiles
|
||||
#-Fi/pp/inc;/pp/rtl/inc
|
||||
|
||||
#IFDEF FPCAPACHE_1_13
|
||||
-Fu$1/units/\$fpctarget/httpd-1.3/
|
||||
#ELSE
|
||||
#IFDEF FPCAPACHE_2_0
|
||||
-Fu$1/units/\$fpctarget/httpd-2.0
|
||||
#ELSE
|
||||
-Fu$1/units/\$fpctarget/httpd-2.2
|
||||
#ENDIF
|
||||
#ENDIF
|
||||
|
||||
# searchpath for units and other system dependent things
|
||||
-Fu$FPCPATH/units/\$fpctarget
|
||||
-Fu$FPCPATH/units/\$fpctarget/*
|
||||
|
Loading…
Reference in New Issue
Block a user