From b54185401c749e05d452fa89e758e1c96c907264 Mon Sep 17 00:00:00 2001 From: florian Date: Thu, 5 Apr 2007 10:22:24 +0000 Subject: [PATCH] + sparc lazarus project file git-svn-id: trunk@7061 - --- .gitattributes | 1 + compiler/ppcsparc.lpi | 80 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 compiler/ppcsparc.lpi diff --git a/.gitattributes b/.gitattributes index b3dcbb24dc..885c551d19 100644 --- a/.gitattributes +++ b/.gitattributes @@ -382,6 +382,7 @@ compiler/ppcgen/ngppccnv.pas svneol=native#text/plain compiler/ppcgen/ngppcinl.pas svneol=native#text/plain compiler/ppcgen/ngppcset.pas svneol=native#text/plain compiler/ppcppc.lpi svneol=native#text/plain +compiler/ppcsparc.lpi svneol=native#text/plain compiler/ppheap.pas svneol=native#text/plain compiler/ppu.pas svneol=native#text/plain compiler/procinfo.pas svneol=native#text/plain diff --git a/compiler/ppcsparc.lpi b/compiler/ppcsparc.lpi new file mode 100644 index 0000000000..5b838454bd --- /dev/null +++ b/compiler/ppcsparc.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="sparc\aasmcpu.pas"/> + <IsPartOfProject Value="True"/> + <UnitName Value="aasmcpu"/> + </Unit1> + </Units> + </ProjectOptions> + <CompilerOptions> + <Version Value="5"/> + <PathDelim Value="\"/> + <Target> + <Filename Value="sparc\pp"/> + </Target> + <SearchPaths> + <IncludeFiles Value="sparc\"/> + <OtherUnitFiles Value="sparc\;systems\"/> + <UnitOutputDirectory Value="sparc\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="-dsparc +"/> + <CompilerPath Value="$(CompPath)"/> + </Other> + </CompilerOptions> +</CONFIG>