summaryrefslogtreecommitdiff
path: root/docview/components/richtext
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2011-08-12 17:09:58 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2011-08-12 17:09:58 +0200
commitecc31bf17b0f1c4b9d698c1452f09495c5e947ac (patch)
treefa82bc9d1040eedeb3c3a1a0b3a1f42cfa077621 /docview/components/richtext
parent6a5302f54c1a64a45cc72036eef94c7b362f79d1 (diff)
downloadfpGUI-ecc31bf17b0f1c4b9d698c1452f09495c5e947ac.tar.xz
Removed hard-coded Code Generation option in lazarus package.
Diffstat (limited to 'docview/components/richtext')
-rw-r--r--docview/components/richtext/fpgui_richtext.lpk7
1 files changed, 3 insertions, 4 deletions
diff --git a/docview/components/richtext/fpgui_richtext.lpk b/docview/components/richtext/fpgui_richtext.lpk
index 4a39379e..e9be6c89 100644
--- a/docview/components/richtext/fpgui_richtext.lpk
+++ b/docview/components/richtext/fpgui_richtext.lpk
@@ -5,9 +5,9 @@
<AddToProjectUsesSection Value="False"/>
<Author Value="Graeme Geldenhuys"/>
<CompilerOptions>
- <Version Value="8"/>
+ <Version Value="9"/>
<SearchPaths>
- <OtherUnitFiles Value="../../src/"/>
+ <OtherUnitFiles Value="../../src"/>
<UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
@@ -16,11 +16,10 @@
<CStyleOperator Value="False"/>
<AllowLabel Value="False"/>
<CPPInline Value="False"/>
+ <UseAnsiStrings Value="False"/>
</SyntaxOptions>
</Parsing>
<CodeGeneration>
- <TargetCPU Value="i386"/>
- <TargetOS Value="Linux"/>
<Optimizations>
<OptimizationLevel Value="0"/>
</Optimizations>