From 1bda0686d98fe4760b8d1d4aa52fa40976081607 Mon Sep 17 00:00:00 2001 From: Jonas Maebe Date: Thu, 29 Jan 2009 10:10:18 +0000 Subject: [PATCH] * fixed paths to http units (mantis #13065) git-svn-id: trunk@12625 - --- compiler/utils/samplecfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/utils/samplecfg b/compiler/utils/samplecfg index 1a32ef35ab..beb66f1181 100644 --- a/compiler/utils/samplecfg +++ b/compiler/utils/samplecfg @@ -366,12 +366,12 @@ $CPUCROSSIFDEF2 #-Fi/pp/inc;/pp/rtl/inc #IFDEF FPCAPACHE_1_3 --Fu$FPCPATH/units/\$fpctarget/httpd-1.3/ +-Fu$FPCPATH/units/\$fpctarget/httpd13/ #ELSE #IFDEF FPCAPACHE_2_0 --Fu$FPCPATH/units/\$fpctarget/httpd-2.0 +-Fu$FPCPATH/units/\$fpctarget/httpd20 #ELSE --Fu$FPCPATH/units/\$fpctarget/httpd-2.2 +-Fu$FPCPATH/units/\$fpctarget/httpd22 #ENDIF #ENDIF