diff options
author | Graeme Geldenhuys <graemeg@gmail.com> | 2013-04-03 00:36:58 +0100 |
---|---|---|
committer | Graeme Geldenhuys <graemeg@gmail.com> | 2013-04-03 00:36:58 +0100 |
commit | eeb8104ccaf2c75d4c36011983334c771ed855c3 (patch) | |
tree | 16f66b21404e140f34e58d5189f019eda07099e8 /examples/apps/docedit | |
parent | 148823d602916830465bc4331b64ece5077cce76 (diff) | |
download | fpGUI-eeb8104ccaf2c75d4c36011983334c771ed855c3.tar.xz |
example: updates project file settings using a newer Laz IDE version
Diffstat (limited to 'examples/apps/docedit')
-rw-r--r-- | examples/apps/docedit/docedit.lpi | 22 |
1 files changed, 17 insertions, 5 deletions
diff --git a/examples/apps/docedit/docedit.lpi b/examples/apps/docedit/docedit.lpi index 640d3114..3e06fdd7 100644 --- a/examples/apps/docedit/docedit.lpi +++ b/examples/apps/docedit/docedit.lpi @@ -1,7 +1,7 @@ <?xml version="1.0"?> <CONFIG> <ProjectOptions> - <Version Value="7"/> + <Version Value="9"/> <General> <Flags> <SaveOnlyProjectUnits Value="True"/> @@ -9,11 +9,13 @@ </Flags> <SessionStorage Value="InProjectDir"/> <MainUnit Value="0"/> - <TargetFileExt Value=""/> </General> <VersionInfo> - <ProjectVersion Value=""/> + <StringTable ProductVersion=""/> </VersionInfo> + <BuildModes Count="1"> + <Item1 Name="default" Default="True"/> + </BuildModes> <PublishOptions> <Version Value="2"/> <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/> @@ -69,9 +71,19 @@ </Units> </ProjectOptions> <CompilerOptions> - <Version Value="8"/> + <Version Value="11"/> + <Target> + <Filename Value="docedit"/> + </Target> + <SearchPaths> + <UnitOutputDirectory Value="units"/> + </SearchPaths> + <Parsing> + <SyntaxOptions> + <UseAnsiStrings Value="False"/> + </SyntaxOptions> + </Parsing> <Other> - <CustomOptions Value="-FUunits"/> <CompilerPath Value="$(CompPath)"/> </Other> </CompilerOptions> |