summaryrefslogtreecommitdiff
path: root/gui/fpguipackage.lpk
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@users.sourceforge.net>2007-05-02 22:21:19 +0000
committerGraeme Geldenhuys <graemeg@users.sourceforge.net>2007-05-02 22:21:19 +0000
commit6921b4509c2a185a4cfda797d92cc293343c3a08 (patch)
tree63f1ef245994279093ed1f8b027d5d7d3493a367 /gui/fpguipackage.lpk
parent4fcc23cf3ce18e64d9d3e0a0f197b3a49a4704ca (diff)
downloadfpGUI-6921b4509c2a185a4cfda797d92cc293343c3a08.tar.xz
Updated version number and licensing headers under Windows. Also set correct SVN Property Settings for DBFTest example.
Diffstat (limited to 'gui/fpguipackage.lpk')
-rw-r--r--gui/fpguipackage.lpk15
1 files changed, 9 insertions, 6 deletions
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>