- Timestamp:
- Feb 3, 2018, 2:31:35 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/AI/AIProject.lpi
r27 r116 2 2 <CONFIG> 3 3 <ProjectOptions> 4 <Version Value=" 9"/>4 <Version Value="10"/> 5 5 <PathDelim Value="\"/> 6 6 <General> … … 19 19 <EnableI18N LFM="False"/> 20 20 </i18n> 21 <VersionInfo> 22 <StringTable ProductVersion=""/> 23 </VersionInfo> 24 <BuildModes Count="4"> 21 <BuildModes Count="2"> 25 22 <Item1 Name="Debug" Default="True"/> 26 23 <Item2 Name="Release"> … … 33 30 <SearchPaths> 34 31 <IncludeFiles Value="$(ProjOutDir)"/> 35 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS) "/>32 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/> 36 33 </SearchPaths> 37 34 <Parsing> … … 60 57 </Linking> 61 58 <Other> 62 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL"/> 59 <CompilerMessages> 60 <IgnoredMessages idx5024="True"/> 61 </CompilerMessages> 63 62 </Other> 64 63 </CompilerOptions> 65 64 </Item2> 66 <Item3 Name="Windows 32-bit">67 <CompilerOptions>68 <Version Value="11"/>69 <PathDelim Value="\"/>70 <Target>71 <Filename Value="lib\$(TargetCPU)-$(TargetOS)\StdAI"/>72 </Target>73 <SearchPaths>74 <IncludeFiles Value="$(ProjOutDir)"/>75 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>76 </SearchPaths>77 <Parsing>78 <SyntaxOptions>79 <SyntaxMode Value="Delphi"/>80 <CStyleOperator Value="False"/>81 <AllowLabel Value="False"/>82 <CPPInline Value="False"/>83 </SyntaxOptions>84 </Parsing>85 <CodeGeneration>86 <TargetCPU Value="i386"/>87 <TargetOS Value="win32"/>88 <Optimizations>89 <OptimizationLevel Value="3"/>90 </Optimizations>91 </CodeGeneration>92 <Linking>93 <Debugging>94 <GenerateDebugInfo Value="False"/>95 </Debugging>96 <Options>97 <Win32>98 <GraphicApplication Value="True"/>99 </Win32>100 <ExecutableType Value="Library"/>101 </Options>102 </Linking>103 <Other>104 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL"/>105 </Other>106 </CompilerOptions>107 </Item3>108 <Item4 Name="Windows 64-bit">109 <CompilerOptions>110 <Version Value="11"/>111 <PathDelim Value="\"/>112 <Target>113 <Filename Value="lib\$(TargetCPU)-$(TargetOS)\StdAI"/>114 </Target>115 <SearchPaths>116 <IncludeFiles Value="$(ProjOutDir)"/>117 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>118 </SearchPaths>119 <Parsing>120 <SyntaxOptions>121 <SyntaxMode Value="Delphi"/>122 <CStyleOperator Value="False"/>123 <AllowLabel Value="False"/>124 <CPPInline Value="False"/>125 </SyntaxOptions>126 </Parsing>127 <CodeGeneration>128 <TargetCPU Value="x86_64"/>129 <TargetOS Value="win64"/>130 <Optimizations>131 <OptimizationLevel Value="3"/>132 </Optimizations>133 </CodeGeneration>134 <Linking>135 <Debugging>136 <GenerateDebugInfo Value="False"/>137 </Debugging>138 <Options>139 <Win32>140 <GraphicApplication Value="True"/>141 </Win32>142 <ExecutableType Value="Library"/>143 </Options>144 </Linking>145 <Other>146 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL"/>147 </Other>148 </CompilerOptions>149 </Item4>150 65 </BuildModes> 151 66 <PublishOptions> … … 201 116 <SearchPaths> 202 117 <IncludeFiles Value="$(ProjOutDir)"/> 203 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS) "/>118 <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)-$(BuildMode)"/> 204 119 </SearchPaths> 205 120 <Parsing> … … 230 145 </Linking> 231 146 <Other> 232 <CustomOptions Value="-dBorland -dVer150 -dDelphi7 -dCompiler6_Up -dPUREPASCAL"/> 147 <CompilerMessages> 148 <IgnoredMessages idx5024="True"/> 149 </CompilerMessages> 233 150 </Other> 234 151 </CompilerOptions>
Note:
See TracChangeset
for help on using the changeset viewer.