summaryrefslogtreecommitdiff
path: root/examples/apps
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graeme@mastermaths.co.za>2013-02-28 01:24:28 +0200
committerGraeme Geldenhuys <graeme@mastermaths.co.za>2013-02-28 01:24:28 +0200
commitfdefe244b4e8a6a1f109ec601ee65602a8b88312 (patch)
treee2a1cd73ce64df90feca3eed021d7235873660be /examples/apps
parent9f953aa69ba4e2a83cde82fcff99279c970e25ef (diff)
downloadfpGUI-fdefe244b4e8a6a1f109ec601ee65602a8b88312.tar.xz
nanoedit: added missing project option.
I forgot to define the unit output directory in the Project Options.
Diffstat (limited to 'examples/apps')
-rw-r--r--examples/apps/nanoedit/nanoedit.lpi11
1 files changed, 8 insertions, 3 deletions
diff --git a/examples/apps/nanoedit/nanoedit.lpi b/examples/apps/nanoedit/nanoedit.lpi
index f24f4105..8a70af1f 100644
--- a/examples/apps/nanoedit/nanoedit.lpi
+++ b/examples/apps/nanoedit/nanoedit.lpi
@@ -5,8 +5,6 @@
<General>
<Flags>
<LRSInOutputDirectory Value="False"/>
- <SaveJumpHistory Value="False"/>
- <SaveFoldState Value="False"/>
</Flags>
<SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
@@ -65,9 +63,13 @@
</Units>
</ProjectOptions>
<CompilerOptions>
- <Version Value="11"/>
+ <Version Value="9"/>
+ <Target>
+ <Filename Value="nanoedit"/>
+ </Target>
<SearchPaths>
<OtherUnitFiles Value="../ide/src"/>
+ <UnitOutputDirectory Value="units/$(TargetCPU)-$(TargetOS)"/>
</SearchPaths>
<Parsing>
<SyntaxOptions>
@@ -75,6 +77,9 @@
</SyntaxOptions>
</Parsing>
<Other>
+ <CompilerMessages>
+ <UseMsgFile Value="True"/>
+ </CompilerMessages>
<CustomOptions Value="-FUunits"/>
<CompilerPath Value="$(CompPath)"/>
</Other>