123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- <?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>
|