Changeset 100 for trunk/Integrated.lpi
- Timestamp:
- Jan 25, 2018, 9:05:37 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 12 12 heaptrclog.trc 13 13 c-evo 14 c-evo.dbg
-
- Property svn:ignore
-
trunk/Integrated.lpi
r89 r100 2 2 <CONFIG> 3 3 <ProjectOptions> 4 <Version Value=" 9"/>4 <Version Value="10"/> 5 5 <PathDelim Value="\"/> 6 6 <General> … … 21 21 <EnableI18N LFM="False"/> 22 22 </i18n> 23 <VersionInfo> 24 <StringTable ProductVersion=""/> 25 </VersionInfo> 26 <BuildModes Count="4"> 23 <BuildModes Count="2"> 27 24 <Item1 Name="Debug" Default="True"/> 28 25 <Item2 Name="Release"> … … 36 33 <IncludeFiles Value="LocalPlayer;$(ProjOutDir)"/> 37 34 <OtherUnitFiles Value="LocalPlayer"/> 38 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS) "/>35 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/> 39 36 </SearchPaths> 40 37 <Parsing> … … 64 61 </Linking> 65 62 <Other> 63 <CompilerMessages> 64 <IgnoredMessages idx5024="True"/> 65 </CompilerMessages> 66 66 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL"/> 67 67 </Other> 68 68 </CompilerOptions> 69 69 </Item2> 70 <Item3 Name="Windows 32-bit"> 71 <CompilerOptions> 72 <Version Value="11"/> 73 <PathDelim Value="\"/> 74 <Target> 75 <Filename Value="lib\$(TargetCPU)-$(TargetOS)\c-evo"/> 76 </Target> 77 <SearchPaths> 78 <IncludeFiles Value="LocalPlayer;$(ProjOutDir)"/> 79 <OtherUnitFiles Value="LocalPlayer"/> 80 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> 81 </SearchPaths> 82 <Parsing> 83 <SyntaxOptions> 84 <SyntaxMode Value="Delphi"/> 85 <CStyleOperator Value="False"/> 86 <AllowLabel Value="False"/> 87 <CPPInline Value="False"/> 88 </SyntaxOptions> 89 </Parsing> 90 <CodeGeneration> 91 <SmartLinkUnit Value="True"/> 92 <TargetCPU Value="i386"/> 93 <TargetOS Value="win32"/> 94 <Optimizations> 95 <OptimizationLevel Value="3"/> 96 </Optimizations> 97 </CodeGeneration> 98 <Linking> 99 <Debugging> 100 <GenerateDebugInfo Value="False"/> 101 </Debugging> 102 <LinkSmart Value="True"/> 103 <Options> 104 <Win32> 105 <GraphicApplication Value="True"/> 106 </Win32> 107 </Options> 108 </Linking> 109 <Other> 110 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL"/> 111 </Other> 112 </CompilerOptions> 113 </Item3> 114 <Item4 Name="Windows 64-bit"> 115 <CompilerOptions> 116 <Version Value="11"/> 117 <PathDelim Value="\"/> 118 <Target> 119 <Filename Value="lib\$(TargetCPU)-$(TargetOS)\c-evo"/> 120 </Target> 121 <SearchPaths> 122 <IncludeFiles Value="LocalPlayer;$(ProjOutDir)"/> 123 <OtherUnitFiles Value="LocalPlayer"/> 124 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> 125 </SearchPaths> 126 <Parsing> 127 <SyntaxOptions> 128 <SyntaxMode Value="Delphi"/> 129 <CStyleOperator Value="False"/> 130 <AllowLabel Value="False"/> 131 <CPPInline Value="False"/> 132 </SyntaxOptions> 133 </Parsing> 134 <CodeGeneration> 135 <SmartLinkUnit Value="True"/> 136 <TargetCPU Value="x86_64"/> 137 <TargetOS Value="win64"/> 138 <Optimizations> 139 <OptimizationLevel Value="3"/> 140 </Optimizations> 141 </CodeGeneration> 142 <Linking> 143 <Debugging> 144 <GenerateDebugInfo Value="False"/> 145 </Debugging> 146 <LinkSmart Value="True"/> 147 <Options> 148 <Win32> 149 <GraphicApplication Value="True"/> 150 </Win32> 151 </Options> 152 </Linking> 153 <Other> 154 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL"/> 155 </Other> 156 </CompilerOptions> 157 </Item4> 70 <SharedMatrixOptions Count="2"> 71 <Item1 ID="151739052537" Targets="CevoComponents" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/> 72 <Item2 ID="186701832267" Targets="CevoComponents" Modes="Release" Value="-CX -XX -O3"/> 73 </SharedMatrixOptions> 158 74 </BuildModes> 159 75 <PublishOptions> … … 433 349 <IncludeFiles Value="LocalPlayer;$(ProjOutDir)"/> 434 350 <OtherUnitFiles Value="LocalPlayer"/> 435 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS) "/>351 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/> 436 352 </SearchPaths> 437 353 <Parsing> … … 456 372 <Debugging> 457 373 <UseHeaptrc Value="True"/> 374 <UseExternalDbgSyms Value="True"/> 458 375 </Debugging> 459 376 <Options>
Note:
See TracChangeset
for help on using the changeset viewer.