From 10d03c7f4ea346bcb14f9c1b35b3940c25ef472b Mon Sep 17 00:00:00 2001 From: florian Date: Wed, 13 Aug 2008 15:17:52 +0000 Subject: [PATCH] + lazarus project for avr git-svn-id: trunk@11561 - --- .gitattributes | 1 + compiler/ppcavr.lpi | 80 +++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 compiler/ppcavr.lpi diff --git a/.gitattributes b/.gitattributes index 830f5c5a77..033188f5e5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -406,6 +406,7 @@ compiler/ppc.conf -text compiler/ppc.dof -text compiler/ppc68k.lpi svneol=native#text/plain compiler/ppcarm.lpi svneol=native#text/plain +compiler/ppcavr.lpi svneol=native#text/plain compiler/ppcgen/aasmcpu.pas svneol=native#text/plain compiler/ppcgen/agppcgas.pas svneol=native#text/plain compiler/ppcgen/cgppc.pas svneol=native#text/plain diff --git a/compiler/ppcavr.lpi b/compiler/ppcavr.lpi new file mode 100644 index 0000000000..1d50ab4432 --- /dev/null +++ b/compiler/ppcavr.lpi @@ -0,0 +1,80 @@ + + + + + + + + + + + + + + + + + </General> + <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"/> + <LaunchingApplication PathPlusParams="/usr/X11R6/bin/xterm -T 'Lazarus Run Output' -e $(LazarusDir)/tools/runwait.sh $(TargetCmdLine)"/> + </local> + </RunParams> + <Units Count="2"> + <Unit0> + <Filename Value="pp.pas"/> + <IsPartOfProject Value="True"/> + <UnitName Value="pp"/> + </Unit0> + <Unit1> + <Filename Value="avr\aasmcpu.pas"/> + <IsPartOfProject Value="True"/> + <UnitName Value="aasmcpu"/> + </Unit1> + </Units> + </ProjectOptions> + <CompilerOptions> + <Version Value="5"/> + <PathDelim Value="\"/> + <Target> + <Filename Value="avr\pp"/> + </Target> + <SearchPaths> + <IncludeFiles Value="avr\"/> + <OtherUnitFiles Value="avr\;systems\"/> + <UnitOutputDirectory Value="avr\lazbuild"/> + </SearchPaths> + <Parsing> + <SyntaxOptions> + <D2Extensions Value="False"/> + <CStyleOperator Value="False"/> + <AllowLabel Value="False"/> + <CPPInline Value="False"/> + </SyntaxOptions> + </Parsing> + <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="-davr +"/> + <CompilerPath Value="$(CompPath)"/> + </Other> + </CompilerOptions> +</CONFIG>