summaryrefslogtreecommitdiff
path: root/gui/fpguipackage.lpk
diff options
context:
space:
mode:
authorFelipe Menteiro de Carvalho <sekelsenmat@users.sourceforge.net>2007-04-09 09:01:13 +0000
committerFelipe Menteiro de Carvalho <sekelsenmat@users.sourceforge.net>2007-04-09 09:01:13 +0000
commit5720b4c6f5fd3c3e55ea2f531b9a0d6cdce662fe (patch)
tree2bea5efc11bc27a19cf6eac4f5cc1ce65871e71e /gui/fpguipackage.lpk
parent805144cfb6139d282b256b77517b9ae233f4cf99 (diff)
downloadfpGUI-5720b4c6f5fd3c3e55ea2f531b9a0d6cdce662fe.tar.xz
Started appending F to classes on fpgui, to make its namespace more unique
Diffstat (limited to 'gui/fpguipackage.lpk')
-rw-r--r--gui/fpguipackage.lpk11
1 files changed, 7 insertions, 4 deletions
diff --git a/gui/fpguipackage.lpk b/gui/fpguipackage.lpk
index 9c2d3bd7..36dd8cf8 100644
--- a/gui/fpguipackage.lpk
+++ b/gui/fpguipackage.lpk
@@ -1,12 +1,14 @@
<?xml version="1.0"?>
<CONFIG>
<Package Version="2">
+ <PathDelim Value="\"/>
<Name Value="fpguipackage"/>
<Author Value="Graeme Geldenhuys"/>
<CompilerOptions>
<Version Value="5"/>
+ <PathDelim Value="\"/>
<SearchPaths>
- <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
+ <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
@@ -30,7 +32,7 @@
<Files Count="5">
<Item1>
<Filename Value="stylemanager.pas"/>
- <UnitName Value="stylemanager"/>
+ <UnitName Value="StyleManager"/>
</Item1>
<Item2>
<Filename Value="fpgui.pas"/>
@@ -49,7 +51,7 @@
<UnitName Value="OpenSoftStyle"/>
</Item5>
</Files>
- <LazDoc Paths="../docs/xml/gui/"/>
+ <LazDoc Paths="..\docs\xml\gui\"/>
<RequiredPkgs Count="2">
<Item1>
<PackageName Value="fpgfxpackage"/>
@@ -61,10 +63,11 @@
</Item2>
</RequiredPkgs>
<UsageOptions>
- <UnitPath Value="$(PkgOutDir)/"/>
+ <UnitPath Value="$(PkgOutDir)\"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
+ <DestinationDirectory Value="$(TestDir)\publishedpackage\"/>
<IgnoreBinaries Value="False"/>
</PublishOptions>
</Package>