Changeset 177
- Timestamp:
- Jan 30, 2018, 10:17:26 PM (7 years ago)
- Location:
- trunk
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Forms
-
Property svn:ignore
set to
*.lrj
-
Property svn:ignore
set to
-
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> -
trunk/UMap.pas
r175 r177 6 6 7 7 uses 8 Classes, SysUtils, UGame, XMLRead, XMLWrite, DOM, 9 UGeometry, fgl; 8 Classes, SysUtils, UGame, XMLRead, XMLWrite, DOM, UGeometry, fgl; 10 9 11 10 type -
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.