* improved template with help from Mattias Gaertner

git-svn-id: trunk@4515 -
This commit is contained in:
florian 2006-08-28 20:29:04 +00:00
parent 049312ced8
commit 1f032375c3

View File

@ -1,7 +1,7 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<CONFIG> <CONFIG>
<ProjectOptions> <ProjectOptions>
<PathDelim Value="\"/> <PathDelim Value="/"/>
<Version Value="5"/> <Version Value="5"/>
<General> <General>
<Flags> <Flags>
@ -17,25 +17,23 @@
</General> </General>
<PublishOptions> <PublishOptions>
<Version Value="2"/> <Version Value="2"/>
<DestinationDirectory Value="c:\temp/publishedproject/"/> <DestinationDirectory Value="c:/temp/publishedproject/"/>
<IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/> <IncludeFileFilter Value="*.(pas|pp|inc|lfm|lpr|lrs|lpi|lpk|sh|xml)"/>
<ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/> <ExcludeFileFilter Value="*.(bak|ppu|ppw|o|so);*~;backup"/>
</PublishOptions> </PublishOptions>
<RunParams> <RunParams>
<local> <local>
<FormatVersion Value="1"/> <FormatVersion Value="1"/>
<CommandLineParams Value="-h"/> <CommandLineParams Value="-?"/>
<LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/>
</local> </local>
</RunParams> </RunParams>
<Units Count="0"> <Units Count="1">
<Unit0> <Unit0>
<Filename Value="..\pp.pas"/> <Filename Value="../pp.pas"/>
<IsPartOfProject Value="True"/> <IsPartOfProject Value="True"/>
<UnitName Value="pp"/> <UnitName Value="pp"/>
<CursorPos X="1" Y="208"/>
<TopLine Value="157"/>
<EditorIndex Value="0"/> <EditorIndex Value="0"/>
<UsageCount Value="23"/>
<Loaded Value="True"/> <Loaded Value="True"/>
</Unit0> </Unit0>
</Units> </Units>
@ -43,11 +41,11 @@
<CompilerOptions> <CompilerOptions>
<Version Value="5"/> <Version Value="5"/>
<Target> <Target>
<Filename Value="arm\pp"/> <Filename Value="arm/pp"/>
</Target> </Target>
<SearchPaths> <SearchPaths>
<IncludeFiles Value="..\"/> <IncludeFiles Value="../"/>
<OtherUnitFiles Value="..\;..\systems\"/> <OtherUnitFiles Value="../;../systems/"/>
<UnitOutputDirectory Value="lazbuild"/> <UnitOutputDirectory Value="lazbuild"/>
</SearchPaths> </SearchPaths>
<Parsing> <Parsing>
@ -82,4 +80,11 @@
<CompilerPath Value="$(CompPath)"/> <CompilerPath Value="$(CompPath)"/>
</Other> </Other>
</CompilerOptions> </CompilerOptions>
<Debugging>
<Exceptions Count="1">
<Item1>
<Name Value="ECompilerAbortSilent"/>
</Item1>
</Exceptions>
</Debugging>
</CONFIG> </CONFIG>