diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2014-06-23 21:49:18 +0100 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2014-06-23 21:49:18 +0100 |
commit | 3fee751e6fcdd119a0e0129bc0d9745199a75191 (patch) | |
tree | 3dcf2d7d9d510f228a89b11bfdda870496286164 /examples/gui/alignment_resize | |
parent | a85842cc80b6c641153fa1984f7773e1e201b854 (diff) | |
download | fpGUI-3fee751e6fcdd119a0e0129bc0d9745199a75191.tar.xz |
Demo project files (Lazarus IDE) settings updated.
Defined consistent unit output paths and target filenames.
Diffstat (limited to 'examples/gui/alignment_resize')
-rw-r--r-- | examples/gui/alignment_resize/alignment_resize.lpi | 27 |
1 files changed, 19 insertions, 8 deletions
diff --git a/examples/gui/alignment_resize/alignment_resize.lpi b/examples/gui/alignment_resize/alignment_resize.lpi index e22fcc29..4bf13dfd 100644 --- a/examples/gui/alignment_resize/alignment_resize.lpi +++ b/examples/gui/alignment_resize/alignment_resize.lpi @@ -1,21 +1,22 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <CONFIG> <ProjectOptions> - <PathDelim Value="/"/> - <Version Value="6"/> + <Version Value="9"/> <General> <Flags> <SaveOnlyProjectUnits Value="True"/> + <LRSInOutputDirectory Value="False"/> </Flags> <SessionStorage Value="InProjectDir"/> <MainUnit Value="0"/> - <IconPath Value="./"/> - <TargetFileExt Value=""/> <Title Value="alignment_resize"/> </General> <VersionInfo> - <ProjectVersion Value=""/> + <StringTable ProductVersion=""/> </VersionInfo> + <BuildModes Count="1"> + <Item1 Name="default" Default="True"/> + </BuildModes> <PublishOptions> <Version Value="2"/> <IgnoreBinaries Value="False"/> @@ -43,9 +44,19 @@ </Units> </ProjectOptions> <CompilerOptions> - <Version Value="8"/> + <Version Value="11"/> + <Target> + <Filename Value="alignment_resize"/> + </Target> + <SearchPaths> + <UnitOutputDirectory Value="units"/> + </SearchPaths> + <Parsing> + <SyntaxOptions> + <UseAnsiStrings Value="False"/> + </SyntaxOptions> + </Parsing> <Other> - <CustomOptions Value="-FUunits"/> <CompilerPath Value="$(CompPath)"/> </Other> </CompilerOptions> |