From 197049c221e95f83b223486e7407ce9d65efc3c3 Mon Sep 17 00:00:00 2001 From: florian Date: Sun, 23 Jan 2011 11:01:37 +0000 Subject: [PATCH] * updated to version 9 git-svn-id: trunk@16800 - --- compiler/pp.lpi | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/compiler/pp.lpi b/compiler/pp.lpi index 24707143d8..ecec40b908 100644 --- a/compiler/pp.lpi +++ b/compiler/pp.lpi @@ -1,8 +1,8 @@ + - @@ -12,9 +12,11 @@ - </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)"/> @@ -41,14 +43,14 @@ </Units> </ProjectOptions> <CompilerOptions> - <Version Value="8"/> + <Version Value="9"/> <PathDelim Value="\"/> <Target> <Filename Value="i386\pp"/> </Target> <SearchPaths> - <IncludeFiles Value="i386\"/> - <OtherUnitFiles Value="i386\;x86\;systems\"/> + <IncludeFiles Value="i386"/> + <OtherUnitFiles Value="i386;x86;systems"/> <UnitOutputDirectory Value="i386\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,10 @@ <ConfigFile> <StopAfterErrCount Value="50"/> </ConfigFile> - <CustomOptions Value="-di386 -"/> + <CompilerMessages> + <UseMsgFile Value="True"/> + </CompilerMessages> + <CustomOptions Value="-di386"/> <CompilerPath Value="$(CompPath)"/> </Other> </CompilerOptions>