From a7ec50b42dba553d6f80e468eabf8c758cb12840 Mon Sep 17 00:00:00 2001 From: Loesje_ Date: Thu, 4 Nov 2010 12:37:10 +0000 Subject: [PATCH] * Do not place the lazarusfile in a subdirectory git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1368 8e941d3f-bd1b-0410-a28a-d453659cc2b4 --- components/geckoport/fpmake.pp | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/components/geckoport/fpmake.pp b/components/geckoport/fpmake.pp index 84b72bd38..fc44276bf 100644 --- a/components/geckoport/fpmake.pp +++ b/components/geckoport/fpmake.pp @@ -155,18 +155,18 @@ begin P.Sources.AddExample('SampleApps/GBrowser.lpi','examples'); P.Sources.AddExample('SampleApps/GBrowser.dpr','examples'); - P.Sources.AddDoc('Components/GeckoComponentsFP.lpk','lazaruspackage/Components'); - P.Sources.AddDoc('Components/BrowserSupports.pas','lazaruspackage/Components'); - P.Sources.AddDoc('Components/CallbackInterfaces.pas','lazaruspackage/Components'); - P.Sources.AddDoc('Components/GeckoBrowser.pas','lazaruspackage/Components'); - P.Sources.AddDoc('Components/GeckoBrowser.lrs','lazaruspackage/Components'); - P.Sources.AddDoc('Components/GeckoChromeWindow.pas','lazaruspackage/Components'); - P.Sources.AddDoc('Components/GeckoChromeWindow.lfm','lazaruspackage/Components'); - P.Sources.AddDoc('Components/GeckoChromeWindow.lrs','lazaruspackage/Components'); - P.Sources.AddDoc('Components/GeckoComponents.pas','lazaruspackage/Components'); - P.Sources.AddDoc('Components/GeckoDirectoryService.pas','lazaruspackage/Components'); - P.Sources.AddDoc('Components/GeckoInit.pas','lazaruspackage/Components'); - P.Sources.AddDoc('Components/GeckoSimpleProfile.pas','lazaruspackage/Components'); + P.Sources.AddDoc('Components/GeckoComponentsFP.lpk','lazaruspackage'); + P.Sources.AddDoc('Components/BrowserSupports.pas','lazaruspackage'); + P.Sources.AddDoc('Components/CallbackInterfaces.pas','lazaruspackage'); + P.Sources.AddDoc('Components/GeckoBrowser.pas','lazaruspackage'); + P.Sources.AddDoc('Components/GeckoBrowser.lrs','lazaruspackage'); + P.Sources.AddDoc('Components/GeckoChromeWindow.pas','lazaruspackage'); + P.Sources.AddDoc('Components/GeckoChromeWindow.lfm','lazaruspackage'); + P.Sources.AddDoc('Components/GeckoChromeWindow.lrs','lazaruspackage'); + P.Sources.AddDoc('Components/GeckoComponents.pas','lazaruspackage'); + P.Sources.AddDoc('Components/GeckoDirectoryService.pas','lazaruspackage'); + P.Sources.AddDoc('Components/GeckoInit.pas','lazaruspackage'); + P.Sources.AddDoc('Components/GeckoSimpleProfile.pas','lazaruspackage'); Run; end;