summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGraeme Geldenhuys <graemeg@gmail.com>2015-04-02 15:24:41 +0100
committerGraeme Geldenhuys <graemeg@gmail.com>2015-04-02 15:24:41 +0100
commitb10537ee07f7140fd5e2188b1ffa5faf81820902 (patch)
tree308b43be4237e74ddaf33255cca5a0b95e31be56
parentc2a473ff6534ff03c376dca05f94e3fe33d3c8d3 (diff)
downloadfpGUI-b10537ee07f7140fd5e2188b1ffa5faf81820902.tar.xz
ats: Updated project file settings so unit output directory is auto created
-rw-r--r--extras/contributed/ats/ats_editor.lpi28
1 files changed, 18 insertions, 10 deletions
diff --git a/extras/contributed/ats/ats_editor.lpi b/extras/contributed/ats/ats_editor.lpi
index 16f21757..5165a66d 100644
--- a/extras/contributed/ats/ats_editor.lpi
+++ b/extras/contributed/ats/ats_editor.lpi
@@ -1,7 +1,7 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<ProjectOptions>
- <Version Value="7"/>
+ <Version Value="9"/>
<General>
<Flags>
<SaveOnlyProjectUnits Value="True"/>
@@ -11,12 +11,14 @@
</Flags>
<SessionStorage Value="InProjectDir"/>
<MainUnit Value="0"/>
- <TargetFileExt Value=""/>
<ResourceType Value="res"/>
</General>
<VersionInfo>
- <ProjectVersion Value=""/>
+ <StringTable ProductVersion=""/>
</VersionInfo>
+ <BuildModes Count="1">
+ <Item1 Name="default" Default="True"/>
+ </BuildModes>
<PublishOptions>
<Version Value="2"/>
<IgnoreBinaries Value="False"/>
@@ -43,7 +45,6 @@
<Unit1>
<Filename Value="ats_main.pas"/>
<IsPartOfProject Value="True"/>
- <UnitName Value="ats_main"/>
</Unit1>
<Unit2>
<Filename Value="ptrparsefunc.pas"/>
@@ -57,10 +58,17 @@
</Units>
</ProjectOptions>
<CompilerOptions>
- <Version Value="8"/>
- <Other>
- <CustomOptions Value="-FUunits/$(TargetCPU)-$(TargetOS)/"/>
- <CompilerPath Value="$(CompPath)"/>
- </Other>
+ <Version Value="11"/>
+ <Target>
+ <Filename Value="ats_editor"/>
+ </Target>
+ <SearchPaths>
+ <UnitOutputDirectory Value="units/$(TargetCPU)-$(TargetOS)/"/>
+ </SearchPaths>
+ <Parsing>
+ <SyntaxOptions>
+ <UseAnsiStrings Value="False"/>
+ </SyntaxOptions>
+ </Parsing>
</CompilerOptions>
</CONFIG>