Browse Source

* lpi version updated

git-svn-id: trunk@36735 -
florian 8 years ago
parent
commit
9e1dd6d9b5
1 changed files with 12 additions and 9 deletions
  1. 12 9
      rtl/embedded/buildrtl.lpi

+ 12 - 9
rtl/embedded/buildrtl.lpi

@@ -1,7 +1,7 @@
-<?xml version="1.0"?>
+<?xml version="1.0" encoding="UTF-8"?>
 <CONFIG>
   <ProjectOptions>
-    <Version Value="7"/>
+    <Version Value="10"/>
     <General>
       <Flags>
         <MainUnitHasUsesSectionForAllUnits Value="False"/>
@@ -12,12 +12,14 @@
       </Flags>
       <SessionStorage Value="InProjectDir"/>
       <MainUnit Value="0"/>
-      <TargetFileExt Value=".exe"/>
       <Title Value="buildrtl"/>
     </General>
     <VersionInfo>
-      <ProjectVersion Value=""/>
+      <StringTable ProductVersion=""/>
     </VersionInfo>
+    <BuildModes Count="1">
+      <Item1 Name="default" Default="True"/>
+    </BuildModes>
     <PublishOptions>
       <Version Value="2"/>
       <IgnoreBinaries Value="False"/>
@@ -34,26 +36,27 @@
       <Unit0>
         <Filename Value="buildrtl.pp"/>
         <IsPartOfProject Value="True"/>
-        <UnitName Value="buildrtl"/>
       </Unit0>
     </Units>
   </ProjectOptions>
   <CompilerOptions>
-    <Version Value="8"/>
+    <Version Value="11"/>
     <SearchPaths>
-      <IncludeFiles Value="../inc/;../$(TargetCPU)/;../objpas/classes/;../objpas/sysutils/;../objpas/;$(TargetCPU)/"/>
-      <OtherUnitFiles Value="../objpas/;../objpas/classes/;../objpas/sysutils/;../inc/;../$(TargetCPU)/"/>
+      <IncludeFiles Value="../inc;../$(TargetCPU);../objpas/classes;../objpas/sysutils;../objpas;$(TargetCPU)"/>
+      <OtherUnitFiles Value="../objpas;../objpas/classes;../objpas/sysutils;../inc;../$(TargetCPU)"/>
       <UnitOutputDirectory Value="../units/$(TargetCPU)-embedded"/>
     </SearchPaths>
     <Parsing>
       <Style Value="2"/>
+      <SyntaxOptions>
+        <UseAnsiStrings Value="False"/>
+      </SyntaxOptions>
     </Parsing>
     <Other>
       <Verbosity>
         <ShowNotes Value="False"/>
         <ShowHints Value="False"/>
       </Verbosity>
-      <CompilerPath Value="$(CompPath)"/>
       <ExecuteBefore>
         <Command Value="cmd.exe /c &quot;if not exist ../units/$(TargetCPU)-embedded mkdir ../units/$(TargetCPU)-embedded&quot;"/>
         <ShowAllMessages Value="True"/>