summaryrefslogtreecommitdiff
path: root/closures/compiler/arm/pp.lpi.template
diff options
context:
space:
mode:
Diffstat (limited to 'closures/compiler/arm/pp.lpi.template')
-rw-r--r--closures/compiler/arm/pp.lpi.template90
1 files changed, 90 insertions, 0 deletions
diff --git a/closures/compiler/arm/pp.lpi.template b/closures/compiler/arm/pp.lpi.template
new file mode 100644
index 0000000000..11b4a97b66
--- /dev/null
+++ b/closures/compiler/arm/pp.lpi.template
@@ -0,0 +1,90 @@
+<?xml version="1.0"?>
+<CONFIG>
+ <ProjectOptions>
+ <PathDelim Value="/"/>
+ <Version Value="5"/>
+ <General>
+ <Flags>
+ <MainUnitHasUsesSectionForAllUnits Value="False"/>
+ <MainUnitHasCreateFormStatements Value="False"/>
+ <MainUnitHasTitleStatement Value="False"/>
+ </Flags>
+ <MainUnit Value="0"/>
+ <IconPath Value="./"/>
+ <TargetFileExt Value=".exe"/>
+ <Title Value="pp"/>
+ <ActiveEditorIndexAtStart Value="1"/>
+ </General>
+ <PublishOptions>
+ <Version Value="2"/>
+ <DestinationDirectory Value="c:/temp/publishedproject/"/>
+ <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"/>
+ <CommandLineParams Value="-?"/>
+ <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
+ </local>
+ </RunParams>
+ <Units Count="1">
+ <Unit0>
+ <Filename Value="../pp.pas"/>
+ <IsPartOfProject Value="True"/>
+ <UnitName Value="pp"/>
+ <EditorIndex Value="0"/>
+ <Loaded Value="True"/>
+ </Unit0>
+ </Units>
+ </ProjectOptions>
+ <CompilerOptions>
+ <Version Value="5"/>
+ <Target>
+ <Filename Value="arm/pp"/>
+ </Target>
+ <SearchPaths>
+ <IncludeFiles Value="../"/>
+ <OtherUnitFiles Value="../;../systems/"/>
+ <UnitOutputDirectory Value="lazbuild"/>
+ </SearchPaths>
+ <Parsing>
+ <SyntaxOptions>
+ <D2Extensions Value="False"/>
+ <CStyleOperator Value="False"/>
+ <AllowLabel Value="False"/>
+ <CPPInline Value="False"/>
+ </SyntaxOptions>
+ </Parsing>
+ <CodeGeneration>
+ <Generate Value="Faster"/>
+ <TargetProcessor Value="3"/>
+ </CodeGeneration>
+ <Linking>
+ <Debugging>
+ <GenerateDebugInfo Value="True"/>
+ </Debugging>
+ </Linking>
+ <Other>
+ <Verbosity>
+ <ShowWarn Value="False"/>
+ <ShowNotes Value="False"/>
+ <ShowHints Value="False"/>
+ </Verbosity>
+ <ConfigFile>
+ <StopAfterErrCount Value="50"/>
+ </ConfigFile>
+ <CustomOptions Value="-dGDB
+-darm
+"/>
+ <CompilerPath Value="$(CompPath)"/>
+ </Other>
+ </CompilerOptions>
+ <Debugging>
+ <Exceptions Count="1">
+ <Item1>
+ <Name Value="ECompilerAbortSilent"/>
+ </Item1>
+ </Exceptions>
+ </Debugging>
+</CONFIG>