|
@@ -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"/>
|
|
|
</General>
|
|
|
+ <BuildModes Count="1">
|
|
|
+ <Item1 Name="default" Default="True"/>
|
|
|
+ </BuildModes>
|
|
|
<PublishOptions>
|
|
|
<Version Value="2"/>
|
|
|
<DestinationDirectory Value="$(TestDir)\publishedproject\"/>
|
|
@@ -41,14 +43,14 @@
|
|
|
</Units>
|
|
|
</ProjectOptions>
|
|
|
<CompilerOptions>
|
|
|
- <Version Value="8"/>
|
|
|
+ <Version Value="10"/>
|
|
|
<PathDelim Value="\"/>
|
|
|
<Target>
|
|
|
<Filename Value="x86_64\pp"/>
|
|
|
</Target>
|
|
|
<SearchPaths>
|
|
|
- <IncludeFiles Value="x86_64\"/>
|
|
|
- <OtherUnitFiles Value="x86_64\;x86\;systems\"/>
|
|
|
+ <IncludeFiles Value="x86_64"/>
|
|
|
+ <OtherUnitFiles Value="x86_64;x86;systems"/>
|
|
|
<UnitOutputDirectory Value="x86_64\lazbuild"/>
|
|
|
</SearchPaths>
|
|
|
<Parsing>
|
|
@@ -56,6 +58,7 @@
|
|
|
<CStyleOperator Value="False"/>
|
|
|
<AllowLabel Value="False"/>
|
|
|
<CPPInline Value="False"/>
|
|
|
+ <UseAnsiStrings Value="False"/>
|
|
|
</SyntaxOptions>
|
|
|
</Parsing>
|
|
|
<Linking>
|
|
@@ -72,8 +75,7 @@
|
|
|
<ConfigFile>
|
|
|
<StopAfterErrCount Value="50"/>
|
|
|
</ConfigFile>
|
|
|
- <CustomOptions Value="-dx86_64
|
|
|
-"/>
|
|
|
+ <CustomOptions Value="-dx86_64"/>
|
|
|
<CompilerPath Value="$(CompPath)"/>
|
|
|
</Other>
|
|
|
</CompilerOptions>
|