1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164
|
<?xml version="1.0" encoding="UTF-8"?>
<CONFIG>
<Package Version="5">
<PathDelim Value="\"/>
<Name Value="IdeConfig"/>
<Type Value="RunAndDesignTime"/>
<Author Value="Lazarus Team"/>
<CompilerOptions>
<Version Value="11"/>
<PathDelim Value="\"/>
<SearchPaths>
<IncludeFiles Value="include;include\$(TargetOS)"/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)\$(LCLWidgetType)"/>
</SearchPaths>
<Other>
<CustomOptions Value="$(IDEBuildOptions)"/>
</Other>
</CompilerOptions>
<Description Value="-- This package is part of the IDE --
This package does not guarantee any particular interface/API. Files are maintained for the use by the IDE.
Files in this package are for the main configuration of the IDE."/>
<License Value="GPLv2"/>
<Version Major="1"/>
<Files>
<Item>
<Filename Value="compileroptions.pp"/>
<UnitName Value="CompilerOptions"/>
</Item>
<Item>
<Filename Value="compoptsmodes.pas"/>
<UnitName Value="CompOptsModes"/>
</Item>
<Item>
<Filename Value="coolbaroptions.pas"/>
<UnitName Value="CoolBarOptions"/>
</Item>
<Item>
<Filename Value="diffpatch.pas"/>
<UnitName Value="DiffPatch"/>
</Item>
<Item>
<Filename Value="editdefinetree.pas"/>
<UnitName Value="EditDefineTree"/>
</Item>
<Item>
<Filename Value="editortoolbaroptions.pas"/>
<UnitName Value="EditorToolBarOptions"/>
</Item>
<Item>
<Filename Value="environmentopts.pp"/>
<UnitName Value="EnvironmentOpts"/>
</Item>
<Item>
<Filename Value="etfpcmsgfilepool.pas"/>
<UnitName Value="etFPCMsgFilePool"/>
</Item>
<Item>
<Filename Value="etmakemsgparser.pas"/>
<UnitName Value="etMakeMsgParser"/>
</Item>
<Item>
<Filename Value="fppkghelper.pas"/>
<UnitName Value="FppkgHelper"/>
</Item>
<Item>
<Filename Value="idecmdline.pas"/>
<UnitName Value="IDECmdLine"/>
</Item>
<Item>
<Filename Value="ideconfstrconsts.pas"/>
<UnitName Value="IdeConfStrConsts"/>
</Item>
<Item>
<Filename Value="ideguicmdline.pas"/>
<UnitName Value="IDEGuiCmdLine"/>
</Item>
<Item>
<Filename Value="ideoptiondefs.pas"/>
<UnitName Value="IDEOptionDefs"/>
</Item>
<Item>
<Filename Value="ideprocs.pp"/>
<UnitName Value="IDEProcs"/>
</Item>
<Item>
<Filename Value="idexmlconfigprocs.pas"/>
<UnitName Value="IdeXmlConfigProcs"/>
</Item>
<Item>
<Filename Value="lazconf.pp"/>
<UnitName Value="LazConf"/>
</Item>
<Item>
<Filename Value="modematrixopts.pas"/>
<UnitName Value="ModeMatrixOpts"/>
</Item>
<Item>
<Filename Value="parsedcompileropts.pas"/>
<UnitName Value="ParsedCompilerOpts"/>
</Item>
<Item>
<Filename Value="projpackcommon.pas"/>
<UnitName Value="ProjPackCommon"/>
</Item>
<Item>
<Filename Value="recentlistprocs.pas"/>
<UnitName Value="RecentListProcs"/>
</Item>
<Item>
<Filename Value="searchpathprocs.pas"/>
<UnitName Value="SearchPathProcs"/>
</Item>
<Item>
<Filename Value="toolbaroptionsbase.pas"/>
<UnitName Value="ToolBarOptionsBase"/>
</Item>
<Item>
<Filename Value="transfermacros.pp"/>
<UnitName Value="TransferMacros"/>
</Item>
<Item>
<Filename Value="version.inc"/>
<Type Value="Include"/>
</Item>
<Item>
<Filename Value="include\linux\lazconf.inc"/>
<Type Value="Include"/>
</Item>
<Item>
<Filename Value="ideconfigpcktest.pas"/>
<UnitName Value="IdeConfigPckTest"/>
</Item>
</Files>
<i18n>
<EnableI18N Value="True"/>
<OutDir Value="languages"/>
</i18n>
<RequiredPkgs>
<Item>
<PackageName Value="CodeTools"/>
</Item>
<Item>
<PackageName Value="DebuggerIntf"/>
</Item>
<Item>
<PackageName Value="BuildIntf"/>
</Item>
<Item>
<PackageName Value="LazUtils"/>
</Item>
<Item>
<PackageName Value="FCL"/>
</Item>
</RequiredPkgs>
<UsageOptions>
<UnitPath Value="$(PkgOutDir)"/>
</UsageOptions>
<PublishOptions>
<Version Value="2"/>
<UseFileFilters Value="True"/>
</PublishOptions>
</Package>
</CONFIG>
|