diff options
-rw-r--r-- | examples/gui/dbftest/dbftest.lpi | 7 | ||||
-rw-r--r-- | examples/gui/dbftest/dbftest.pas | 15 | ||||
-rw-r--r-- | gfx/gdi/fpgfxpackage.lpk | 2 | ||||
-rw-r--r-- | gui/fpguipackage.lpk | 15 |
4 files changed, 21 insertions, 18 deletions
diff --git a/examples/gui/dbftest/dbftest.lpi b/examples/gui/dbftest/dbftest.lpi index d751b0be..17280f84 100644 --- a/examples/gui/dbftest/dbftest.lpi +++ b/examples/gui/dbftest/dbftest.lpi @@ -1,7 +1,7 @@ <?xml version="1.0"?> <CONFIG> <ProjectOptions> - <PathDelim Value="/"/> + <PathDelim Value="\"/> <Version Value="5"/> <General> <Flags> @@ -9,7 +9,7 @@ </Flags> <SessionStorage Value="InProjectDir"/> <MainUnit Value="0"/> - <IconPath Value="./"/> + <IconPath Value=".\"/> <TargetFileExt Value=""/> </General> <VersionInfo> @@ -23,7 +23,7 @@ <RunParams> <local> <FormatVersion Value="1"/> - <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/> + <LaunchingApplication PathPlusParams="\usr\X11R6\bin\xterm -T 'Lazarus Run Output' -e $(LazarusDir)\tools\runwait.sh $(TargetCmdLine)"/> </local> </RunParams> <RequiredPackages Count="1"> @@ -41,6 +41,7 @@ </ProjectOptions> <CompilerOptions> <Version Value="5"/> + <PathDelim Value="\"/> <CodeGeneration> <Generate Value="Faster"/> </CodeGeneration> diff --git a/examples/gui/dbftest/dbftest.pas b/examples/gui/dbftest/dbftest.pas index 82588efd..948f8a29 100644 --- a/examples/gui/dbftest/dbftest.pas +++ b/examples/gui/dbftest/dbftest.pas @@ -1,20 +1,19 @@ { - $Id: dbftest.pp,v 1.2 2001/01/18 12:40:41 sg Exp $ + fpGUI - Free Pascal GUI Library - fpGUI - Free Pascal Graphical User Interface - Copyright (C) 2001 by - Areca Systems GmbH / Sebastian Guenther, sg@freepascal.org + DBF Database example - DBF database test + Copyright (C) 2006 - 2007 See the file AUTHORS.txt, included in this + distribution, for details of the copyright. - See the file COPYING.FPC, included in this distribution, - for details about the copyright. + See the file COPYING.modifiedLGPL, included in this distribution, + for details about redistributing fpGUI. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -} +} program DBFTest; diff --git a/gfx/gdi/fpgfxpackage.lpk b/gfx/gdi/fpgfxpackage.lpk index 79be55a2..84d2ab5b 100644 --- a/gfx/gdi/fpgfxpackage.lpk +++ b/gfx/gdi/fpgfxpackage.lpk @@ -23,7 +23,7 @@ "/> <License Value="Modified LGPL "/> - <Version Minor="3"/> + <Version Minor="4"/> <Files Count="6"> <Item1> <Filename Value="..\gfxbase.pas"/> diff --git a/gui/fpguipackage.lpk b/gui/fpguipackage.lpk index 844c953b..3f214145 100644 --- a/gui/fpguipackage.lpk +++ b/gui/fpguipackage.lpk @@ -1,13 +1,15 @@ <?xml version="1.0"?> <CONFIG> <Package Version="2"> + <PathDelim Value="\"/> <Name Value="fpguipackage"/> <Author Value="Graeme Geldenhuys"/> <CompilerOptions> <Version Value="5"/> + <PathDelim Value="\"/> <SearchPaths> - <OtherUnitFiles Value="db/"/> - <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> + <OtherUnitFiles Value="db\"/> + <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> </SearchPaths> <Parsing> <SyntaxOptions> @@ -50,15 +52,15 @@ <UnitName Value="OpenSoftStyle"/> </Item5> <Item6> - <Filename Value="db/fpgui_db.pas"/> + <Filename Value="db\fpgui_db.pas"/> <UnitName Value="fpGUI_DB"/> </Item6> </Files> - <LazDoc Paths="../docs/xml/gui/"/> + <LazDoc Paths="..\docs\xml\gui\"/> <RequiredPkgs Count="2"> <Item1> <PackageName Value="fpgfxpackage"/> - <MinVersion Minor="3" Valid="True"/> + <MinVersion Minor="4" Valid="True"/> </Item1> <Item2> <PackageName Value="FCL"/> @@ -66,10 +68,11 @@ </Item2> </RequiredPkgs> <UsageOptions> - <UnitPath Value="$(PkgOutDir)/"/> + <UnitPath Value="$(PkgOutDir)\"/> </UsageOptions> <PublishOptions> <Version Value="2"/> + <DestinationDirectory Value="$(TestDir)\publishedpackage\"/> <IgnoreBinaries Value="False"/> </PublishOptions> </Package> |