Changeset 68 for trunk/AcronymDecoder.lpi
- Timestamp:
- Jul 29, 2016, 10:36:10 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AcronymDecoder.lpi
r55 r68 19 19 <StringTable ProductVersion=""/> 20 20 </VersionInfo> 21 <BuildModes Count=" 3">21 <BuildModes Count="4"> 22 22 <Item1 Name="Debug" Default="True"/> 23 <Item2 Name="Release 64-bit"> 24 <CompilerOptions> 25 <Version Value="11"/> 26 <PathDelim Value="\"/> 27 <Target> 28 <Filename Value="lib\$(TargetCPU)-$(TargetOS)\AcronymDecoder"/> 29 </Target> 30 <SearchPaths> 31 <IncludeFiles Value="$(ProjOutDir)"/> 32 <OtherUnitFiles Value="Forms"/> 33 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> 34 </SearchPaths> 35 <Parsing> 36 <SyntaxOptions> 37 <SyntaxMode Value="Delphi"/> 38 <CStyleOperator Value="False"/> 39 <AllowLabel Value="False"/> 40 <CPPInline Value="False"/> 41 </SyntaxOptions> 42 </Parsing> 43 <CodeGeneration> 44 <SmartLinkUnit Value="True"/> 45 <TargetOS Value="win64"/> 46 <Optimizations> 47 <OptimizationLevel Value="3"/> 48 </Optimizations> 49 </CodeGeneration> 50 <Linking> 51 <Debugging> 52 <GenerateDebugInfo Value="False"/> 53 </Debugging> 54 <LinkSmart Value="True"/> 55 <Options> 56 <Win32> 57 <GraphicApplication Value="True"/> 58 </Win32> 59 </Options> 60 </Linking> 61 </CompilerOptions> 62 </Item2> 63 <Item3 Name="Release 32-bit"> 23 <Item2 Name="Windows 32-bit"> 64 24 <CompilerOptions> 65 25 <Version Value="11"/> … … 101 61 </Linking> 102 62 </CompilerOptions> 63 </Item2> 64 <Item3 Name="Linux 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="linux"/> 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> 103 104 </Item3> 105 <Item4 Name="Linux 32-bit"> 106 <CompilerOptions> 107 <Version Value="11"/> 108 <PathDelim Value="\"/> 109 <Target> 110 <Filename Value="lib\$(TargetCPU)-$(TargetOS)\AcronymDecoder"/> 111 </Target> 112 <SearchPaths> 113 <IncludeFiles Value="$(ProjOutDir)"/> 114 <OtherUnitFiles Value="Forms"/> 115 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> 116 </SearchPaths> 117 <Parsing> 118 <SyntaxOptions> 119 <SyntaxMode Value="Delphi"/> 120 <CStyleOperator Value="False"/> 121 <AllowLabel Value="False"/> 122 <CPPInline Value="False"/> 123 </SyntaxOptions> 124 </Parsing> 125 <CodeGeneration> 126 <SmartLinkUnit Value="True"/> 127 <TargetCPU Value="i386"/> 128 <TargetOS Value="linux"/> 129 <Optimizations> 130 <OptimizationLevel Value="3"/> 131 </Optimizations> 132 </CodeGeneration> 133 <Linking> 134 <Debugging> 135 <GenerateDebugInfo Value="False"/> 136 </Debugging> 137 <LinkSmart Value="True"/> 138 <Options> 139 <Win32> 140 <GraphicApplication Value="True"/> 141 </Win32> 142 </Options> 143 </Linking> 144 </CompilerOptions> 145 </Item4> 104 146 </BuildModes> 105 147 <PublishOptions>
Note:
See TracChangeset
for help on using the changeset viewer.