Changeset 177 for trunk/xtactics.lpi
- Timestamp:
- Jan 30, 2018, 10:17:26 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/xtactics.lpi
r151 r177 18 18 <OutDir Value="Languages"/> 19 19 </i18n> 20 <BuildModes Count=" 4">20 <BuildModes Count="2"> 21 21 <Item1 Name="Debug" Default="True"/> 22 22 <Item2 Name="Release"> … … 29 29 <IncludeFiles Value="$(ProjOutDir)"/> 30 30 <OtherUnitFiles Value="Forms"/> 31 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS) "/>31 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/> 32 32 </SearchPaths> 33 33 <Parsing> … … 57 57 </Options> 58 58 </Linking> 59 <Other> 60 <CompilerMessages> 61 <IgnoredMessages idx5024="True"/> 62 </CompilerMessages> 63 </Other> 59 64 </CompilerOptions> 60 65 </Item2> 61 <Item3 Name="Windows 32-bit"> 62 <CompilerOptions> 63 <Version Value="11"/> 64 <Target> 65 <Filename Value="lib/$(TargetCPU)-$(TargetOS)/xtactics"/> 66 </Target> 67 <SearchPaths> 68 <IncludeFiles Value="$(ProjOutDir)"/> 69 <OtherUnitFiles Value="Forms"/> 70 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> 71 </SearchPaths> 72 <Parsing> 73 <SyntaxOptions> 74 <SyntaxMode Value="Delphi"/> 75 <CStyleOperator Value="False"/> 76 <AllowLabel Value="False"/> 77 <CPPInline Value="False"/> 78 </SyntaxOptions> 79 </Parsing> 80 <CodeGeneration> 81 <SmartLinkUnit Value="True"/> 82 <TargetCPU Value="i386"/> 83 <TargetOS Value="win32"/> 84 <Optimizations> 85 <OptimizationLevel Value="3"/> 86 </Optimizations> 87 </CodeGeneration> 88 <Linking> 89 <Debugging> 90 <GenerateDebugInfo Value="False"/> 91 <StripSymbols Value="True"/> 92 </Debugging> 93 <LinkSmart Value="True"/> 94 <Options> 95 <Win32> 96 <GraphicApplication Value="True"/> 97 </Win32> 98 </Options> 99 </Linking> 100 </CompilerOptions> 101 </Item3> 102 <Item4 Name="Windows 64-bit"> 103 <CompilerOptions> 104 <Version Value="11"/> 105 <Target> 106 <Filename Value="lib/$(TargetCPU)-$(TargetOS)/xtactics"/> 107 </Target> 108 <SearchPaths> 109 <IncludeFiles Value="$(ProjOutDir)"/> 110 <OtherUnitFiles Value="Forms"/> 111 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)"/> 112 </SearchPaths> 113 <Parsing> 114 <SyntaxOptions> 115 <SyntaxMode Value="Delphi"/> 116 <CStyleOperator Value="False"/> 117 <AllowLabel Value="False"/> 118 <CPPInline Value="False"/> 119 </SyntaxOptions> 120 </Parsing> 121 <CodeGeneration> 122 <SmartLinkUnit Value="True"/> 123 <TargetCPU Value="x86_64"/> 124 <TargetOS Value="win64"/> 125 <Optimizations> 126 <OptimizationLevel Value="3"/> 127 </Optimizations> 128 </CodeGeneration> 129 <Linking> 130 <Debugging> 131 <GenerateDebugInfo Value="False"/> 132 <StripSymbols Value="True"/> 133 </Debugging> 134 <LinkSmart Value="True"/> 135 <Options> 136 <Win32> 137 <GraphicApplication Value="True"/> 138 </Win32> 139 </Options> 140 </Linking> 141 </CompilerOptions> 142 </Item4> 66 <SharedMatrixOptions Count="2"> 67 <Item1 ID="257295799247" Targets="Common,CoolTranslator,TemplateGenerics" Modes="Debug" Value="-g -gl -gh -CirotR -O1"/> 68 <Item2 ID="262602526292" Targets="Common,CoolTranslator,TemplateGenerics" Modes="Release" Value="-CX -XX -O3"/> 69 </SharedMatrixOptions> 143 70 </BuildModes> 144 71 <PublishOptions> … … 266 193 <IncludeFiles Value="$(ProjOutDir)"/> 267 194 <OtherUnitFiles Value="Forms"/> 268 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS) "/>195 <UnitOutputDirectory Value="lib/$(TargetCPU)-$(TargetOS)-$(BuildMode)"/> 269 196 </SearchPaths> 270 197 <Parsing>
Note:
See TracChangeset
for help on using the changeset viewer.