Changeset 177 for trunk/Packages
- Timestamp:
- Jan 30, 2018, 10:17:26 PM (7 years ago)
- Location:
- trunk/Packages
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/Common/Common.lpk
r170 r177 11 11 <PathDelim Value="\"/> 12 12 <SearchPaths> 13 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS) "/>13 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/> 14 14 </SearchPaths> 15 <Parsing> 16 <SyntaxOptions> 17 <CStyleOperator Value="False"/> 18 <AllowLabel Value="False"/> 19 <CPPInline Value="False"/> 20 </SyntaxOptions> 21 </Parsing> 22 <CodeGeneration> 23 <Optimizations> 24 <OptimizationLevel Value="0"/> 25 </Optimizations> 26 </CodeGeneration> 27 <Linking> 28 <Debugging> 29 <GenerateDebugInfo Value="False"/> 30 </Debugging> 31 </Linking> 32 <Other> 33 <CompilerMessages> 34 <IgnoredMessages idx5024="True"/> 35 </CompilerMessages> 36 </Other> 15 37 </CompilerOptions> 16 38 <Description Value="Various libraries"/> -
trunk/Packages/CoolTranslator/CoolTranslator.lpk
r33 r177 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <CONFIG> 3 3 <Package Version="4"> 4 4 <PathDelim Value="\"/> 5 5 <Name Value="CoolTranslator"/> 6 <Type Value="RunAndDesignTime"/> 6 7 <AddToProjectUsesSection Value="True"/> 7 8 <Author Value="Chronos (robie@centrum.cz)"/> 8 9 <CompilerOptions> 9 <Version Value="1 0"/>10 <Version Value="11"/> 10 11 <PathDelim Value="\"/> 11 12 <SearchPaths> 12 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS) "/>13 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/> 13 14 </SearchPaths> 15 <Parsing> 16 <SyntaxOptions> 17 <CStyleOperator Value="False"/> 18 <AllowLabel Value="False"/> 19 <CPPInline Value="False"/> 20 </SyntaxOptions> 21 </Parsing> 22 <CodeGeneration> 23 <Optimizations> 24 <OptimizationLevel Value="0"/> 25 </Optimizations> 26 </CodeGeneration> 27 <Linking> 28 <Debugging> 29 <GenerateDebugInfo Value="False"/> 30 </Debugging> 31 </Linking> 14 32 <Other> 15 <CompilerPath Value="$(CompPath)"/> 33 <CompilerMessages> 34 <IgnoredMessages idx5024="True"/> 35 </CompilerMessages> 16 36 </Other> 17 37 </CompilerOptions> … … 38 58 <OutDir Value="Languages"/> 39 59 </i18n> 40 <Type Value="RunAndDesignTime"/>41 60 <RequiredPkgs Count="2"> 42 61 <Item1> -
trunk/Packages/TemplateGenerics/TemplateGenerics.lpk
r57 r177 1 <?xml version="1.0" ?>1 <?xml version="1.0" encoding="UTF-8"?> 2 2 <CONFIG> 3 3 <Package Version="4"> 4 4 <PathDelim Value="\"/> 5 5 <Name Value="TemplateGenerics"/> 6 <Type Value="RunAndDesignTime"/> 6 7 <AddToProjectUsesSection Value="True"/> 7 8 <Author Value="Chronos (robie@centrum.cz)"/> … … 12 13 <IncludeFiles Value="Generic"/> 13 14 <OtherUnitFiles Value="Specialized;Generic;Additional"/> 14 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS) "/>15 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/> 15 16 </SearchPaths> 17 <Parsing> 18 <SyntaxOptions> 19 <CStyleOperator Value="False"/> 20 <AllowLabel Value="False"/> 21 <CPPInline Value="False"/> 22 </SyntaxOptions> 23 </Parsing> 16 24 <CodeGeneration> 17 25 <Optimizations> 26 <OptimizationLevel Value="0"/> 18 27 <VariablesInRegisters Value="True"/> 19 <OptimizationLevel Value="3"/>20 28 </Optimizations> 21 29 </CodeGeneration> 30 <Linking> 31 <Debugging> 32 <GenerateDebugInfo Value="False"/> 33 </Debugging> 34 </Linking> 22 35 <Other> 23 36 <CompilerMessages> 24 < UseMsgFile Value="True"/>37 <IgnoredMessages idx5024="True"/> 25 38 </CompilerMessages> 26 <CompilerPath Value="$(CompPath)"/>27 39 </Other> 28 40 </CompilerOptions> … … 48 60 <Item5> 49 61 <Filename Value="Generic\GenericFileList.inc"/> 62 <UnitName Value="GenericFileList"/> 50 63 </Item5> 51 64 <Item6> … … 142 155 </Item28> 143 156 </Files> 144 <Type Value="RunAndDesignTime"/>145 157 <RequiredPkgs Count="2"> 146 158 <Item1>
Note:
See TracChangeset
for help on using the changeset viewer.