mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 15:49:27 +02:00
Fixed wrong path for apache defines
git-svn-id: trunk@9613 -
This commit is contained in:
parent
e7ef874cc4
commit
7839c9e46b
@ -298,12 +298,12 @@ $CPUCROSSIFDEF2
|
||||
#-Fi/pp/inc;/pp/rtl/inc
|
||||
|
||||
#IFDEF FPCAPACHE_1_13
|
||||
-Fu$1/units/\$fpctarget/httpd-1.3/
|
||||
-Fu$FPCPATH/units/\$fpctarget/httpd-1.3/
|
||||
#ELSE
|
||||
#IFDEF FPCAPACHE_2_0
|
||||
-Fu$1/units/\$fpctarget/httpd-2.0
|
||||
-Fu$FPCPATH/units/\$fpctarget/httpd-2.0
|
||||
#ELSE
|
||||
-Fu$1/units/\$fpctarget/httpd-2.2
|
||||
-Fu$FPCPATH/units/\$fpctarget/httpd-2.2
|
||||
#ENDIF
|
||||
#ENDIF
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user