|
@@ -1,8 +1,8 @@
|
|
|
<?xml version="1.0"?>
|
|
|
<CONFIG>
|
|
|
<ProjectOptions>
|
|
|
+ <Version Value="9"/>
|
|
|
<PathDelim Value="\"/>
|
|
|
- <Version Value="7"/>
|
|
|
<General>
|
|
|
<Flags>
|
|
|
<MainUnitHasUsesSectionForAllUnits Value="False"/>
|
|
@@ -12,9 +12,11 @@
|
|
|
</Flags>
|
|
|
<SessionStorage Value="InProjectDir"/>
|
|
|
<MainUnit Value="0"/>
|
|
|
- <TargetFileExt Value=".exe"/>
|
|
|
- <Title Value="pp"/>
|
|
|
+ <Title Value="ppcarm"/>
|
|
|
</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)"/>
|
|
@@ -49,14 +51,14 @@
|
|
|
</Units>
|
|
|
</ProjectOptions>
|
|
|
<CompilerOptions>
|
|
|
- <Version Value="8"/>
|
|
|
+ <Version Value="10"/>
|
|
|
<PathDelim Value="\"/>
|
|
|
<Target>
|
|
|
<Filename Value="arm\pp"/>
|
|
|
</Target>
|
|
|
<SearchPaths>
|
|
|
- <IncludeFiles Value="arm\"/>
|
|
|
- <OtherUnitFiles Value="arm\;systems\"/>
|
|
|
+ <IncludeFiles Value="arm"/>
|
|
|
+ <OtherUnitFiles Value="arm;systems"/>
|
|
|
<UnitOutputDirectory Value="arm\lazbuild"/>
|
|
|
</SearchPaths>
|
|
|
<Parsing>
|
|
@@ -64,6 +66,7 @@
|
|
|
<CStyleOperator Value="False"/>
|
|
|
<AllowLabel Value="False"/>
|
|
|
<CPPInline Value="False"/>
|
|
|
+ <UseAnsiStrings Value="False"/>
|
|
|
</SyntaxOptions>
|
|
|
</Parsing>
|
|
|
<Linking>
|
|
@@ -80,8 +83,10 @@
|
|
|
<ConfigFile>
|
|
|
<StopAfterErrCount Value="50"/>
|
|
|
</ConfigFile>
|
|
|
- <CustomOptions Value="-darm
|
|
|
-"/>
|
|
|
+ <CompilerMessages>
|
|
|
+ <UseMsgFile Value="True"/>
|
|
|
+ </CompilerMessages>
|
|
|
+ <CustomOptions Value="-darm"/>
|
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
|
</Other>
|
|
|
</CompilerOptions>
|