From 6ef93ef1ec455fcb248029a0c0e775d18754225d Mon Sep 17 00:00:00 2001 From: sekelsenmat Date: Wed, 1 Sep 2010 09:01:08 +0000 Subject: Adds a lazarus project for fpvwritetest git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15931 3ad0048d-3df7-0310-abae-a5850022a9f2 --- packages/fpvectorial/examples/fpvwritetest.lpi | 72 ++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) create mode 100644 packages/fpvectorial/examples/fpvwritetest.lpi (limited to 'packages/fpvectorial') 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 @@ + + + + + + + + + + + + + + <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> -- cgit v1.2.1