Changeset 145 for branches/easy compiler/project1.lpi
- Timestamp:
- Jan 17, 2018, 1:11:56 PM (7 years ago)
- Location:
- branches/easy compiler
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/easy compiler
- Property svn:ignore
-
old new 2 2 *.exe 3 3 *.lps 4 heaptrclog.trc
-
- Property svn:ignore
-
branches/easy compiler/project1.lpi
r140 r145 12 12 <Icon Value="0"/> 13 13 </General> 14 <BuildModes Count="1"> 15 <Item1 Name="Default" Default="True"/> 14 <BuildModes Count="2"> 15 <Item1 Name="Debug" Default="True"/> 16 <Item2 Name="Release"> 17 <CompilerOptions> 18 <Version Value="11"/> 19 <PathDelim Value="\"/> 20 <Target> 21 <Filename Value="project1"/> 22 </Target> 23 <SearchPaths> 24 <IncludeFiles Value="$(ProjOutDir)"/> 25 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> 26 </SearchPaths> 27 <Parsing> 28 <SyntaxOptions> 29 <SyntaxMode Value="Delphi"/> 30 <CStyleOperator Value="False"/> 31 <AllowLabel Value="False"/> 32 <CPPInline Value="False"/> 33 </SyntaxOptions> 34 </Parsing> 35 <CodeGeneration> 36 <SmartLinkUnit Value="True"/> 37 <Optimizations> 38 <OptimizationLevel Value="3"/> 39 </Optimizations> 40 </CodeGeneration> 41 <Linking> 42 <Debugging> 43 <GenerateDebugInfo Value="False"/> 44 </Debugging> 45 <LinkSmart Value="True"/> 46 <Options> 47 <Win32> 48 <GraphicApplication Value="True"/> 49 </Win32> 50 </Options> 51 </Linking> 52 <Other> 53 <CompilerMessages> 54 <IgnoredMessages idx5024="True"/> 55 </CompilerMessages> 56 </Other> 57 </CompilerOptions> 58 </Item2> 16 59 </BuildModes> 17 60 <PublishOptions> … … 75 118 <SyntaxOptions> 76 119 <SyntaxMode Value="Delphi"/> 120 <CStyleOperator Value="False"/> 77 121 <IncludeAssertionCode Value="True"/> 122 <AllowLabel Value="False"/> 123 <CPPInline Value="False"/> 78 124 </SyntaxOptions> 79 125 </Parsing> … … 88 134 </CodeGeneration> 89 135 <Linking> 136 <Debugging> 137 <UseHeaptrc Value="True"/> 138 </Debugging> 90 139 <Options> 91 140 <Win32> … … 98 147 <IgnoredMessages idx5024="True"/> 99 148 </CompilerMessages> 149 <CustomOptions Value="-dDEBUG"/> 100 150 </Other> 101 151 </CompilerOptions>
Note:
See TracChangeset
for help on using the changeset viewer.