diff options
| author | sekelsenmat <sekelsenmat@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-09-01 09:01:08 +0000 |
|---|---|---|
| committer | sekelsenmat <sekelsenmat@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2010-09-01 09:01:08 +0000 |
| commit | 6ef93ef1ec455fcb248029a0c0e775d18754225d (patch) | |
| tree | 4736b7524df7b6f8b87fef7dcacd974ca2862240 /packages/fpvectorial | |
| parent | 922cc82959865e132fac1cadc80f239ec260171c (diff) | |
| download | fpc-6ef93ef1ec455fcb248029a0c0e775d18754225d.tar.gz | |
Adds a lazarus project for fpvwritetest
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15931 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/fpvectorial')
| -rw-r--r-- | packages/fpvectorial/examples/fpvwritetest.lpi | 72 |
1 files changed, 72 insertions, 0 deletions
diff --git a/packages/fpvectorial/examples/fpvwritetest.lpi b/packages/fpvectorial/examples/fpvwritetest.lpi new file mode 100644 index 0000000000..495db7bccf --- /dev/null +++ b/packages/fpvectorial/examples/fpvwritetest.lpi @@ -0,0 +1,72 @@ +<?xml version="1.0"?> +<CONFIG> + <ProjectOptions> + <Version Value="9"/> + <PathDelim Value="\"/> + <General> + <Flags> + <MainUnitHasCreateFormStatements Value="False"/> + <MainUnitHasTitleStatement Value="False"/> + </Flags> + <SessionStorage Value="InProjectDir"/> + <MainUnit Value="0"/> + <Title Value="fpvwritetest"/> + <ResourceType Value="res"/> + <UseXPManifest Value="True"/> + <Icon Value="0"/> + </General> + <i18n> + <EnableI18N LFM="False"/> + </i18n> + <VersionInfo> + <StringTable ProductVersion=""/> + </VersionInfo> + <PublishOptions> + <Version Value="2"/> + <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/> + <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/> + </PublishOptions> + <RunParams> + <local> + <FormatVersion Value="1"/> + </local> + </RunParams> + <Units Count="1"> + <Unit0> + <Filename Value="fpvwritetest.pas"/> + <IsPartOfProject Value="True"/> + <UnitName Value="fpvwritetest"/> + </Unit0> + </Units> + </ProjectOptions> + <CompilerOptions> + <Version Value="9"/> + <PathDelim Value="\"/> + <Target> + <Filename Value="fpvwritetest"/> + </Target> + <SearchPaths> + <IncludeFiles Value="$(ProjOutDir)\"/> + <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> + </SearchPaths> + <Other> + <CompilerMessages> + <UseMsgFile Value="True"/> + </CompilerMessages> + <CompilerPath Value="$(CompPath)"/> + </Other> + </CompilerOptions> + <Debugging> + <Exceptions Count="3"> + <Item1> + <Name Value="EAbort"/> + </Item1> + <Item2> + <Name Value="ECodetoolError"/> + </Item2> + <Item3> + <Name Value="EFOpenError"/> + </Item3> + </Exceptions> + </Debugging> +</CONFIG> |
