Changeset 71 for trunk/AcronymDecoder.lpi
- Timestamp:
- Aug 1, 2016, 5:38:15 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AcronymDecoder.lpi
r68 r71 19 19 <StringTable ProductVersion=""/> 20 20 </VersionInfo> 21 <BuildModes Count=" 4">21 <BuildModes Count="5"> 22 22 <Item1 Name="Debug" Default="True"/> 23 23 <Item2 Name="Windows 32-bit"> … … 62 62 </CompilerOptions> 63 63 </Item2> 64 <Item3 Name="Linux 64-bit"> 64 <Item3 Name="Windows 64-bit"> 65 <CompilerOptions> 66 <Version Value="11"/> 67 <PathDelim Value="\"/> 68 <Target> 69 <Filename Value="lib\$(TargetCPU)-$(TargetOS)\AcronymDecoder"/> 70 </Target> 71 <SearchPaths> 72 <IncludeFiles Value="$(ProjOutDir)"/> 73 <OtherUnitFiles Value="Forms"/> 74 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> 75 </SearchPaths> 76 <Parsing> 77 <SyntaxOptions> 78 <SyntaxMode Value="Delphi"/> 79 <CStyleOperator Value="False"/> 80 <AllowLabel Value="False"/> 81 <CPPInline Value="False"/> 82 </SyntaxOptions> 83 </Parsing> 84 <CodeGeneration> 85 <SmartLinkUnit Value="True"/> 86 <TargetCPU Value="x86_64"/> 87 <TargetOS Value="win64"/> 88 <Optimizations> 89 <OptimizationLevel Value="3"/> 90 </Optimizations> 91 </CodeGeneration> 92 <Linking> 93 <Debugging> 94 <GenerateDebugInfo Value="False"/> 95 </Debugging> 96 <LinkSmart Value="True"/> 97 <Options> 98 <Win32> 99 <GraphicApplication Value="True"/> 100 </Win32> 101 </Options> 102 </Linking> 103 </CompilerOptions> 104 </Item3> 105 <Item4 Name="Linux 64-bit"> 65 106 <CompilerOptions> 66 107 <Version Value="11"/> … … 102 143 </Linking> 103 144 </CompilerOptions> 104 </Item 3>105 <Item 4Name="Linux 32-bit">145 </Item4> 146 <Item5 Name="Linux 32-bit"> 106 147 <CompilerOptions> 107 148 <Version Value="11"/> … … 143 184 </Linking> 144 185 </CompilerOptions> 145 </Item 4>186 </Item5> 146 187 </BuildModes> 147 188 <PublishOptions>
Note:
See TracChangeset
for help on using the changeset viewer.