summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2010-04-06 11:14:17 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2010-04-06 11:14:17 +0200
commit17011ad9492ad07f8ad44214166d544cdb3b257a (patch)
tree171960b999e1fc9b75ec177ea981f2871d9af54c
parent86ac08cff5341b4a6f5749e09a55af71aa522d16 (diff)
downloadfpGUI-17011ad9492ad07f8ad44214166d544cdb3b257a.tar.xz
examples: fixed unit output directory settings.
-rw-r--r--examples/gui/animation/anim_test.lpi3
-rw-r--r--examples/gui/calendar/calendartest.lpi1
-rw-r--r--examples/gui/memo/memotest.lpi8
3 files changed, 5 insertions, 7 deletions
diff --git a/examples/gui/animation/anim_test.lpi b/examples/gui/animation/anim_test.lpi
index 13f0bba2..16a03599 100644
--- a/examples/gui/animation/anim_test.lpi
+++ b/examples/gui/animation/anim_test.lpi
@@ -42,8 +42,7 @@
<CompilerOptions>
<Version Value="8"/>
<Other>
- <CustomOptions Value="-FUunits
-"/>
+ <CustomOptions Value="-FUunits"/>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
diff --git a/examples/gui/calendar/calendartest.lpi b/examples/gui/calendar/calendartest.lpi
index f4094a2a..e9cb8863 100644
--- a/examples/gui/calendar/calendartest.lpi
+++ b/examples/gui/calendar/calendartest.lpi
@@ -46,6 +46,7 @@
</SyntaxOptions>
</Parsing>
<Other>
+ <CustomOptions Value="-FUunits"/>
<CompilerPath Value="$(CompPath)"/>
</Other>
</CompilerOptions>
diff --git a/examples/gui/memo/memotest.lpi b/examples/gui/memo/memotest.lpi
index 15317454..0102fcfc 100644
--- a/examples/gui/memo/memotest.lpi
+++ b/examples/gui/memo/memotest.lpi
@@ -41,11 +41,9 @@
</ProjectOptions>
<CompilerOptions>
<Version Value="8"/>
- <Linking>
- <Debugging>
- <GenGProfCode Value="True"/>
- </Debugging>
- </Linking>
+ <SearchPaths>
+ <UnitOutputDirectory Value="units"/>
+ </SearchPaths>
<Other>
<CompilerPath Value="$(CompPath)"/>
</Other>