Changeset 134 for trunk/AcronymDecoder.lpi
- Timestamp:
- Nov 27, 2016, 12:18:11 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AcronymDecoder.lpi
r108 r134 22 22 <StringTable ProductVersion=""/> 23 23 </VersionInfo> 24 <BuildModes Count=" 5">24 <BuildModes Count="6"> 25 25 <Item1 Name="Debug" Default="True"/> 26 <Item2 Name="Windows 32-bit"> 26 <Item2 Name="Release"> 27 <CompilerOptions> 28 <Version Value="11"/> 29 <PathDelim Value="\"/> 30 <Target> 31 <Filename Value="AcronymDecoder"/> 32 </Target> 33 <SearchPaths> 34 <IncludeFiles Value="$(ProjOutDir)"/> 35 <OtherUnitFiles Value="Forms"/> 36 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> 37 </SearchPaths> 38 <Parsing> 39 <SyntaxOptions> 40 <SyntaxMode Value="Delphi"/> 41 <CStyleOperator Value="False"/> 42 <AllowLabel Value="False"/> 43 <CPPInline Value="False"/> 44 </SyntaxOptions> 45 </Parsing> 46 <CodeGeneration> 47 <SmartLinkUnit Value="True"/> 48 <Optimizations> 49 <OptimizationLevel Value="3"/> 50 </Optimizations> 51 </CodeGeneration> 52 <Linking> 53 <Debugging> 54 <GenerateDebugInfo Value="False"/> 55 </Debugging> 56 <LinkSmart Value="True"/> 57 <Options> 58 <Win32> 59 <GraphicApplication Value="True"/> 60 </Win32> 61 </Options> 62 </Linking> 63 <Other> 64 <CompilerMessages> 65 <IgnoredMessages idx5024="True"/> 66 </CompilerMessages> 67 </Other> 68 </CompilerOptions> 69 </Item2> 70 <Item3 Name="Windows 32-bit"> 27 71 <CompilerOptions> 28 72 <Version Value="11"/> … … 69 113 </Other> 70 114 </CompilerOptions> 71 </Item 2>72 <Item 3Name="Windows 64-bit">115 </Item3> 116 <Item4 Name="Windows 64-bit"> 73 117 <CompilerOptions> 74 118 <Version Value="11"/> … … 94 138 <TargetCPU Value="x86_64"/> 95 139 <TargetOS Value="win64"/> 96 <Optimizations>97 <OptimizationLevel Value="3"/>98 </Optimizations>99 </CodeGeneration>100 <Linking>101 <Debugging>102 <GenerateDebugInfo Value="False"/>103 </Debugging>104 <LinkSmart Value="True"/>105 <Options>106 <Win32>107 <GraphicApplication Value="True"/>108 </Win32>109 </Options>110 </Linking>111 <Other>112 <CompilerMessages>113 <IgnoredMessages idx5024="True"/>114 </CompilerMessages>115 </Other>116 </CompilerOptions>117 </Item3>118 <Item4 Name="Linux 64-bit">119 <CompilerOptions>120 <Version Value="11"/>121 <PathDelim Value="\"/>122 <Target>123 <Filename Value="lib\$(TargetCPU)-$(TargetOS)\AcronymDecoder"/>124 </Target>125 <SearchPaths>126 <IncludeFiles Value="$(ProjOutDir)"/>127 <OtherUnitFiles Value="Forms"/>128 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>129 </SearchPaths>130 <Parsing>131 <SyntaxOptions>132 <SyntaxMode Value="Delphi"/>133 <CStyleOperator Value="False"/>134 <AllowLabel Value="False"/>135 <CPPInline Value="False"/>136 </SyntaxOptions>137 </Parsing>138 <CodeGeneration>139 <SmartLinkUnit Value="True"/>140 <TargetCPU Value="x86_64"/>141 <TargetOS Value="linux"/>142 140 <Optimizations> 143 141 <OptimizationLevel Value="3"/> … … 208 206 </CompilerOptions> 209 207 </Item5> 208 <Item6 Name="Linux 64-bit"> 209 <CompilerOptions> 210 <Version Value="11"/> 211 <PathDelim Value="\"/> 212 <Target> 213 <Filename Value="lib\$(TargetCPU)-$(TargetOS)\AcronymDecoder"/> 214 </Target> 215 <SearchPaths> 216 <IncludeFiles Value="$(ProjOutDir)"/> 217 <OtherUnitFiles Value="Forms"/> 218 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> 219 </SearchPaths> 220 <Parsing> 221 <SyntaxOptions> 222 <SyntaxMode Value="Delphi"/> 223 <CStyleOperator Value="False"/> 224 <AllowLabel Value="False"/> 225 <CPPInline Value="False"/> 226 </SyntaxOptions> 227 </Parsing> 228 <CodeGeneration> 229 <SmartLinkUnit Value="True"/> 230 <TargetCPU Value="x86_64"/> 231 <TargetOS Value="linux"/> 232 <Optimizations> 233 <OptimizationLevel Value="3"/> 234 </Optimizations> 235 </CodeGeneration> 236 <Linking> 237 <Debugging> 238 <GenerateDebugInfo Value="False"/> 239 </Debugging> 240 <LinkSmart Value="True"/> 241 <Options> 242 <Win32> 243 <GraphicApplication Value="True"/> 244 </Win32> 245 </Options> 246 </Linking> 247 <Other> 248 <CompilerMessages> 249 <IgnoredMessages idx5024="True"/> 250 </CompilerMessages> 251 </Other> 252 </CompilerOptions> 253 </Item6> 210 254 </BuildModes> 211 255 <PublishOptions> … … 380 424 <StackChecks Value="True"/> 381 425 </Checks> 426 <VerifyObjMethodCallValidity Value="True"/> 382 427 </CodeGeneration> 383 428 <Linking>
Note:
See TracChangeset
for help on using the changeset viewer.