diff options
author | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-04-06 11:14:17 +0200 |
---|---|---|
committer | Graeme Geldenhuys <graeme@mastermaths.co.za> | 2010-04-06 11:14:17 +0200 |
commit | 17011ad9492ad07f8ad44214166d544cdb3b257a (patch) | |
tree | 171960b999e1fc9b75ec177ea981f2871d9af54c /examples | |
parent | 86ac08cff5341b4a6f5749e09a55af71aa522d16 (diff) | |
download | fpGUI-17011ad9492ad07f8ad44214166d544cdb3b257a.tar.xz |
examples: fixed unit output directory settings.
Diffstat (limited to 'examples')
-rw-r--r-- | examples/gui/animation/anim_test.lpi | 3 | ||||
-rw-r--r-- | examples/gui/calendar/calendartest.lpi | 1 | ||||
-rw-r--r-- | examples/gui/memo/memotest.lpi | 8 |
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> |