|
@@ -1,22 +1,23 @@
|
|
<?xml version="1.0"?>
|
|
<?xml version="1.0"?>
|
|
<CONFIG>
|
|
<CONFIG>
|
|
<ProjectOptions>
|
|
<ProjectOptions>
|
|
- <PathDelim Value="/"/>
|
|
|
|
- <Version Value="6"/>
|
|
|
|
|
|
+ <PathDelim Value="\"/>
|
|
|
|
+ <Version Value="7"/>
|
|
<General>
|
|
<General>
|
|
<Flags>
|
|
<Flags>
|
|
<MainUnitHasUsesSectionForAllUnits Value="False"/>
|
|
<MainUnitHasUsesSectionForAllUnits Value="False"/>
|
|
<MainUnitHasCreateFormStatements Value="False"/>
|
|
<MainUnitHasCreateFormStatements Value="False"/>
|
|
<MainUnitHasTitleStatement Value="False"/>
|
|
<MainUnitHasTitleStatement Value="False"/>
|
|
|
|
+ <LRSInOutputDirectory Value="False"/>
|
|
</Flags>
|
|
</Flags>
|
|
<SessionStorage Value="InProjectDir"/>
|
|
<SessionStorage Value="InProjectDir"/>
|
|
<MainUnit Value="0"/>
|
|
<MainUnit Value="0"/>
|
|
- <IconPath Value="./"/>
|
|
|
|
<TargetFileExt Value=".exe"/>
|
|
<TargetFileExt Value=".exe"/>
|
|
<Title Value="pp"/>
|
|
<Title Value="pp"/>
|
|
</General>
|
|
</General>
|
|
<PublishOptions>
|
|
<PublishOptions>
|
|
<Version Value="2"/>
|
|
<Version Value="2"/>
|
|
|
|
+ <DestinationDirectory Value="$(TestDir)\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>
|
|
@@ -33,25 +34,25 @@
|
|
<UnitName Value="pp"/>
|
|
<UnitName Value="pp"/>
|
|
</Unit0>
|
|
</Unit0>
|
|
<Unit1>
|
|
<Unit1>
|
|
- <Filename Value="x86/aasmcpu.pas"/>
|
|
|
|
|
|
+ <Filename Value="x86\aasmcpu.pas"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<IsPartOfProject Value="True"/>
|
|
<UnitName Value="aasmcpu"/>
|
|
<UnitName Value="aasmcpu"/>
|
|
</Unit1>
|
|
</Unit1>
|
|
</Units>
|
|
</Units>
|
|
</ProjectOptions>
|
|
</ProjectOptions>
|
|
<CompilerOptions>
|
|
<CompilerOptions>
|
|
- <Version Value="5"/>
|
|
|
|
|
|
+ <Version Value="8"/>
|
|
|
|
+ <PathDelim Value="\"/>
|
|
<Target>
|
|
<Target>
|
|
- <Filename Value="x86_64/pp"/>
|
|
|
|
|
|
+ <Filename Value="x86_64\pp"/>
|
|
</Target>
|
|
</Target>
|
|
<SearchPaths>
|
|
<SearchPaths>
|
|
- <IncludeFiles Value="x86_64/"/>
|
|
|
|
- <OtherUnitFiles Value="x86_64/;x86/;systems/"/>
|
|
|
|
- <UnitOutputDirectory Value="x86_64/lazbuild"/>
|
|
|
|
|
|
+ <IncludeFiles Value="x86_64\"/>
|
|
|
|
+ <OtherUnitFiles Value="x86_64\;x86\;systems\"/>
|
|
|
|
+ <UnitOutputDirectory Value="x86_64\lazbuild"/>
|
|
</SearchPaths>
|
|
</SearchPaths>
|
|
<Parsing>
|
|
<Parsing>
|
|
<SyntaxOptions>
|
|
<SyntaxOptions>
|
|
- <D2Extensions Value="False"/>
|
|
|
|
<CStyleOperator Value="False"/>
|
|
<CStyleOperator Value="False"/>
|
|
<AllowLabel Value="False"/>
|
|
<AllowLabel Value="False"/>
|
|
<CPPInline Value="False"/>
|
|
<CPPInline Value="False"/>
|