mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-23 06:49:49 +02:00
[PATCH 01/83] starting ppcwasm lazarus project
From f83c96be40af38a4b2b7175087b3811da2a35793 Mon Sep 17 00:00:00 2001 From: Dmitry Boyarintsev <skalogryz.lists@gmail.com> Date: Wed, 28 Aug 2019 14:25:32 -0400 git-svn-id: branches/wasm@45878 -
This commit is contained in:
parent
bbd365c2f0
commit
5daf992919
1
.gitattributes
vendored
1
.gitattributes
vendored
@ -654,6 +654,7 @@ compiler/ppcriscv32.lpi svneol=native#text/plain
|
|||||||
compiler/ppcriscv64.lpi svneol=native#text/plain
|
compiler/ppcriscv64.lpi svneol=native#text/plain
|
||||||
compiler/ppcsparc.lpi svneol=native#text/plain
|
compiler/ppcsparc.lpi svneol=native#text/plain
|
||||||
compiler/ppcsparc64.lpi svneol=native#text/plain
|
compiler/ppcsparc64.lpi svneol=native#text/plain
|
||||||
|
compiler/ppcwasm.lpi svneol=native#text/plain
|
||||||
compiler/ppcx64.lpi svneol=native#text/plain
|
compiler/ppcx64.lpi svneol=native#text/plain
|
||||||
compiler/ppcx64llvm.lpi svneol=native#text/plain
|
compiler/ppcx64llvm.lpi svneol=native#text/plain
|
||||||
compiler/ppheap.pas svneol=native#text/plain
|
compiler/ppheap.pas svneol=native#text/plain
|
||||||
|
74
compiler/ppcwasm.lpi
Normal file
74
compiler/ppcwasm.lpi
Normal file
@ -0,0 +1,74 @@
|
|||||||
|
<?xml version="1.0"?>
|
||||||
|
<CONFIG>
|
||||||
|
<ProjectOptions>
|
||||||
|
<Version Value="9"/>
|
||||||
|
<PathDelim Value="\"/>
|
||||||
|
<General>
|
||||||
|
<Flags>
|
||||||
|
<MainUnitHasUsesSectionForAllUnits Value="False"/>
|
||||||
|
<MainUnitHasCreateFormStatements Value="False"/>
|
||||||
|
<MainUnitHasTitleStatement Value="False"/>
|
||||||
|
<LRSInOutputDirectory Value="False"/>
|
||||||
|
</Flags>
|
||||||
|
<SessionStorage Value="InProjectDir"/>
|
||||||
|
<MainUnit Value="0"/>
|
||||||
|
<Title Value="ppcjvm"/>
|
||||||
|
</General>
|
||||||
|
<BuildModes Count="1">
|
||||||
|
<Item1 Name="default" Default="True"/>
|
||||||
|
</BuildModes>
|
||||||
|
<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"/>
|
||||||
|
</local>
|
||||||
|
</RunParams>
|
||||||
|
<Units Count="1">
|
||||||
|
<Unit0>
|
||||||
|
<Filename Value="pp.pas"/>
|
||||||
|
<IsPartOfProject Value="True"/>
|
||||||
|
<UnitName Value="pp"/>
|
||||||
|
</Unit0>
|
||||||
|
</Units>
|
||||||
|
</ProjectOptions>
|
||||||
|
<CompilerOptions>
|
||||||
|
<Version Value="11"/>
|
||||||
|
<PathDelim Value="\"/>
|
||||||
|
<Target>
|
||||||
|
<Filename Value="wasm\pp"/>
|
||||||
|
</Target>
|
||||||
|
<SearchPaths>
|
||||||
|
<IncludeFiles Value="wasm"/>
|
||||||
|
<OtherUnitFiles Value="wasm;systems"/>
|
||||||
|
<UnitOutputDirectory Value="wasm\lazbuild"/>
|
||||||
|
</SearchPaths>
|
||||||
|
<Parsing>
|
||||||
|
<SyntaxOptions>
|
||||||
|
<CStyleOperator Value="False"/>
|
||||||
|
<AllowLabel Value="False"/>
|
||||||
|
<CPPInline Value="False"/>
|
||||||
|
<UseAnsiStrings Value="False"/>
|
||||||
|
</SyntaxOptions>
|
||||||
|
</Parsing>
|
||||||
|
<Other>
|
||||||
|
<Verbosity>
|
||||||
|
<ShowWarn Value="False"/>
|
||||||
|
<ShowNotes Value="False"/>
|
||||||
|
<ShowHints Value="False"/>
|
||||||
|
</Verbosity>
|
||||||
|
<ConfigFile>
|
||||||
|
<StopAfterErrCount Value="50"/>
|
||||||
|
</ConfigFile>
|
||||||
|
<CompilerMessages>
|
||||||
|
<UseMsgFile Value="True"/>
|
||||||
|
</CompilerMessages>
|
||||||
|
<CustomOptions Value="-dwasm
|
||||||
|
-dnoopt"/>
|
||||||
|
<CompilerPath Value="$(CompPath)"/>
|
||||||
|
</Other>
|
||||||
|
</CompilerOptions>
|
||||||
|
</CONFIG>
|
Loading…
Reference in New Issue
Block a user