diff options
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> |