123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136 |
- <?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"/>
- <ActiveEditorIndexAtStart Value="0"/>
- <IconPath Value="./"/>
- <TargetFileExt Value=".exe"/>
- <Title Value="pp"/>
- </General>
- <JumpHistory Count="0" HistoryIndex="-1"/>
- <Units Count="7">
- <Unit0>
- <CursorPos X="1" Y="208"/>
- <EditorIndex Value="0"/>
- <Filename Value="pp.pas"/>
- <IsPartOfProject Value="True"/>
- <Loaded Value="True"/>
- <TopLine Value="171"/>
- <UnitName Value="pp"/>
- <UsageCount Value="23"/>
- </Unit0>
- <Unit1>
- <CursorPos X="1" Y="1"/>
- <Filename Value="cstreams.pas"/>
- <TopLine Value="1"/>
- <UnitName Value="cstreams"/>
- <UsageCount Value="10"/>
- </Unit1>
- <Unit2>
- <CursorPos X="5" Y="1548"/>
- <Filename Value="globals.pas"/>
- <TopLine Value="1544"/>
- <UnitName Value="globals"/>
- <UsageCount Value="10"/>
- </Unit2>
- <Unit3>
- <CursorPos X="1" Y="1"/>
- <Filename Value="fpcdefs.inc"/>
- <TopLine Value="1"/>
- <UsageCount Value="10"/>
- </Unit3>
- <Unit4>
- <CursorPos X="5" Y="32"/>
- <Filename Value="x86\cpubase.pas"/>
- <TopLine Value="13"/>
- <UsageCount Value="10"/>
- </Unit4>
- <Unit5>
- <CursorPos X="1" Y="140"/>
- <Filename Value="options.pas"/>
- <TopLine Value="121"/>
- <UnitName Value="options"/>
- <UsageCount Value="10"/>
- </Unit5>
- <Unit6>
- <CursorPos X="28" Y="292"/>
- <Filename Value="compiler.pas"/>
- <TopLine Value="290"/>
- <UnitName Value="compiler"/>
- <UsageCount Value="10"/>
- </Unit6>
- </Units>
- <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"/>
- <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
- </local>
- </RunParams>
- </ProjectOptions>
- <CompilerOptions>
- <Version Value="5"/>
- <PathDelim Value="\"/>
- <SearchPaths>
- <IncludeFiles Value="i386\"/>
- <OtherUnitFiles Value="i386\;x86\;systems\"/>
- <UnitOutputDirectory Value="C:\fpc\compiler\myunits"/>
- </SearchPaths>
- <Parsing>
- <SyntaxOptions>
- <D2Extensions Value="False"/>
- <CStyleOperator Value="False"/>
- <AllowLabel Value="False"/>
- <CPPInline Value="False"/>
- </SyntaxOptions>
- </Parsing>
- <CodeGeneration>
- <Generate Value="Faster"/>
- <TargetProcessor Value="3"/>
- <TargetOS Value="Win32"/>
- </CodeGeneration>
- <Linking>
- <Debugging>
- <GenerateDebugInfo Value="True"/>
- </Debugging>
- </Linking>
- <Other>
- <ConfigFile>
- <StopAfterErrCount Value="50"/>
- </ConfigFile>
- <CustomOptions Value="-dGDB
- -di386
- "/>
- <CompilerPath Value="$(CompPath)"/>
- </Other>
- </CompilerOptions>
- <Debugging>
- <BreakPoints Count="1">
- <Item1>
- <Source Value="pp.pas"/>
- <Line Value="208"/>
- </Item1>
- </BreakPoints>
- <Exceptions Count="2">
- <Item1>
- <Name Value="ECodetoolError"/>
- </Item1>
- <Item2>
- <Name Value="EFOpenError"/>
- </Item2>
- </Exceptions>
- </Debugging>
- </CONFIG>
|