Recompilación para Delphi 2009 (D12)

git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.TB2k-TBX@6 4e37a1f5-3b83-2843-91c9-eaf97b5a2236
This commit is contained in:
David Arranz 2009-02-28 16:40:11 +00:00
parent 51d3e4a600
commit 0ccfcd3542
31 changed files with 400 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -0,0 +1,48 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{4B021D01-38A2-4200-97E9-5BA67FCC2DA9}</ProjectGuid>
</PropertyGroup>
<ItemGroup>
<Projects Include="tbx_d12.dproj">
<Dependencies/>
</Projects>
<Projects Include="tbxdsgn_d12.dproj">
<Dependencies/>
</Projects>
</ItemGroup>
<ProjectExtensions>
<Borland.Personality>Default.Personality.12</Borland.Personality>
<Borland.ProjectType/>
<BorlandProject>
<Default.Personality/>
</BorlandProject>
</ProjectExtensions>
<Target Name="tbx_d12">
<MSBuild Projects="tbx_d12.dproj"/>
</Target>
<Target Name="tbx_d12:Clean">
<MSBuild Targets="Clean" Projects="tbx_d12.dproj"/>
</Target>
<Target Name="tbx_d12:Make">
<MSBuild Targets="Make" Projects="tbx_d12.dproj"/>
</Target>
<Target Name="tbxdsgn_d12">
<MSBuild Projects="tbxdsgn_d12.dproj"/>
</Target>
<Target Name="tbxdsgn_d12:Clean">
<MSBuild Targets="Clean" Projects="tbxdsgn_d12.dproj"/>
</Target>
<Target Name="tbxdsgn_d12:Make">
<MSBuild Targets="Make" Projects="tbxdsgn_d12.dproj"/>
</Target>
<Target Name="Build">
<CallTarget Targets="tbx_d12;tbxdsgn_d12"/>
</Target>
<Target Name="Clean">
<CallTarget Targets="tbx_d12:Clean;tbxdsgn_d12:Clean"/>
</Target>
<Target Name="Make">
<CallTarget Targets="tbx_d12:Make;tbxdsgn_d12:Make"/>
</Target>
<Import Project="$(BDS)\Bin\CodeGear.Group.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Group.Targets')"/>
</Project>

View File

@ -0,0 +1,52 @@
package tbx_d12;
{$R *.res}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $2FC00000}
{$DESCRIPTION 'Toolbar2000 -- TBX Extensions (Alex Denisov)'}
{$RUNONLY}
{$IMPLICITBUILD OFF}
requires
vcl,
tb2k_d12,
rtl;
contains
TBX in '..\TBX.pas',
TBXThemes in '..\TBXThemes.pas',
TBXDefaultTheme in '..\TBXDefaultTheme.pas',
TBXOfficeXPTheme in '..\TBXOfficeXPTheme.pas',
TBXMDI in '..\TBXMDI.pas',
TBXSwitcher in '..\TBXSwitcher.pas',
TBXExtItems in '..\TBXExtItems.pas',
TBXLists in '..\TBXLists.pas',
TBXUtils in '..\TBXUtils.pas',
TBXUxThemes in '..\TBXUxThemes.pas',
TBXDkPanels in '..\TBXDkPanels.pas',
TBXToolPals in '..\TBXToolPals.pas',
TBXStatusBars in '..\TBXStatusBars.pas',
TBXWhidbeyTheme in '..\TBXWhidbeyTheme.pas',
rmkThemes in '..\rmkThemes.pas',
TBXOffice2003Theme in '..\TBXOffice2003Theme.pas';
end.

View File

@ -0,0 +1,135 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{AA111C1C-8D53-4369-9C5C-A2BFD1577C3C}</ProjectGuid>
<MainSource>tbx_d12.dpk</MainSource>
<Config Condition="'$(Config)'==''">Debug</Config>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<ProjectVersion>12.0</ProjectVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
<Cfg_1>true</Cfg_1>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<DCC_DependencyCheckOutputName>..\..\Lib\D12\tbx_d12.bpl</DCC_DependencyCheckOutputName>
<RuntimeOnlyPackage>true</RuntimeOnlyPackage>
<DCC_ImageBase>2FC00000</DCC_ImageBase>
<DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
<DesignOnlyPackage>false</DesignOnlyPackage>
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
<DCC_BplOutput>..\..\Lib\D12</DCC_BplOutput>
<DCC_Platform>x86</DCC_Platform>
<DCC_UnitSearchPath>..\..\Lib\D12;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_Description>Toolbar2000 -- TBX Extensions (Alex Denisov)</DCC_Description>
<DCC_S>false</DCC_S>
<DCC_N>true</DCC_N>
<DCC_DcpOutput>..\..\Lib\D12</DCC_DcpOutput>
<GenDll>true</GenDll>
<DCC_OutputNeverBuildDcps>true</DCC_OutputNeverBuildDcps>
<DCC_DcuOutput>..\..\Lib\D12</DCC_DcuOutput>
<GenPackage>true</GenPackage>
<DCC_E>false</DCC_E>
<DCC_K>false</DCC_K>
<DCC_F>false</DCC_F>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_DebugInformation>false</DCC_DebugInformation>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="tbx_d12.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="vcl.dcp"/>
<DCCReference Include="tb2k_d120.dcp"/>
<DCCReference Include="rtl.dcp"/>
<DCCReference Include="..\TBX.pas"/>
<DCCReference Include="..\TBXThemes.pas"/>
<DCCReference Include="..\TBXDefaultTheme.pas"/>
<DCCReference Include="..\TBXOfficeXPTheme.pas"/>
<DCCReference Include="..\TBXMDI.pas"/>
<DCCReference Include="..\TBXSwitcher.pas"/>
<DCCReference Include="..\TBXExtItems.pas"/>
<DCCReference Include="..\TBXLists.pas"/>
<DCCReference Include="..\TBXUtils.pas"/>
<DCCReference Include="..\TBXUxThemes.pas"/>
<DCCReference Include="..\TBXDkPanels.pas"/>
<DCCReference Include="..\TBXToolPals.pas"/>
<DCCReference Include="..\TBXStatusBars.pas"/>
<DCCReference Include="..\TBXWhidbeyTheme.pas"/>
<DCCReference Include="..\rmkThemes.pas"/>
<DCCReference Include="..\TBXOffice2003Theme.pas"/>
<DCCReference Include="tb2k_d10.dcp"/>
<DCCReference Include="tb2k_d110.dcp"/>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Debug">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
<Borland.ProjectType>Package</Borland.ProjectType>
<BorlandProject>
<Delphi.Personality>
<Source>
<Source Name="MainSource">tbx_d12.dpk</Source>
</Source>
<Parameters>
<Parameters Name="UseLauncher">False</Parameters>
<Parameters Name="LoadAllSymbols">True</Parameters>
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
</Parameters>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">1</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">3082</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription"/>
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright"/>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName"/>
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
</Delphi.Personality>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

Binary file not shown.

View File

@ -0,0 +1,40 @@
package tbxdsgn_d12;
{$R *.res}
{$R '..\TBXReg.dcr'}
{$ALIGN 8}
{$ASSERTIONS ON}
{$BOOLEVAL OFF}
{$DEBUGINFO ON}
{$EXTENDEDSYNTAX ON}
{$IMPORTEDDATA ON}
{$IOCHECKS ON}
{$LOCALSYMBOLS ON}
{$LONGSTRINGS ON}
{$OPENSTRINGS ON}
{$OPTIMIZATION ON}
{$OVERFLOWCHECKS OFF}
{$RANGECHECKS OFF}
{$REFERENCEINFO ON}
{$SAFEDIVIDE OFF}
{$STACKFRAMES OFF}
{$TYPEDADDRESS OFF}
{$VARSTRINGCHECKS ON}
{$WRITEABLECONST OFF}
{$MINENUMSIZE 1}
{$IMAGEBASE $2F800000}
{$DESCRIPTION 'Toolbar2000 -- TBX Extensions Design Package (Alex Denisov)'}
{$DESIGNONLY}
{$IMPLICITBUILD ON}
requires
tb2k_d12,
tb2kdsgn_d12,
tbx_d12,
vcl;
contains
TBXStrEdit in '..\TBXStrEdit.pas',
TBXReg in '..\TBXReg.pas';
end.

View File

@ -0,0 +1,125 @@
 <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectGuid>{6749727E-786E-4046-B4EB-728FDF6AD62E}</ProjectGuid>
<MainSource>tbxdsgn_d12.dpk</MainSource>
<Config Condition="'$(Config)'==''">Debug</Config>
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
<ProjectVersion>12.0</ProjectVersion>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
<Cfg_1>true</Cfg_1>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
<Cfg_2>true</Cfg_2>
<CfgParent>Base</CfgParent>
<Base>true</Base>
</PropertyGroup>
<PropertyGroup Condition="'$(Base)'!=''">
<DCC_ImageBase>2F800000</DCC_ImageBase>
<DCC_DependencyCheckOutputName>..\..\Lib\D12\tbxdsgn_d12.bpl</DCC_DependencyCheckOutputName>
<DCC_SymbolReferenceInfo>1</DCC_SymbolReferenceInfo>
<DesignOnlyPackage>true</DesignOnlyPackage>
<DCC_UnitSearchPath>..\..\Lib\D12;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
<DCC_UnitAlias>WinTypes=Windows;WinProcs=Windows;DbiTypes=BDE;DbiProcs=BDE;DbiErrs=BDE;$(DCC_UnitAlias)</DCC_UnitAlias>
<DCC_BplOutput>..\..\Lib\D12</DCC_BplOutput>
<DCC_Description>Toolbar2000 -- TBX Extensions Design Package (Alex Denisov)</DCC_Description>
<DCC_Platform>x86</DCC_Platform>
<DCC_S>false</DCC_S>
<DCC_N>true</DCC_N>
<GenDll>true</GenDll>
<DCC_DcpOutput>..\..\Lib\D12</DCC_DcpOutput>
<DCC_K>false</DCC_K>
<DCC_DcuOutput>..\..\Lib\D12</DCC_DcuOutput>
<GenPackage>true</GenPackage>
<DCC_F>false</DCC_F>
<DCC_E>false</DCC_E>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_1)'!=''">
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
<DCC_DebugInformation>false</DCC_DebugInformation>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
</PropertyGroup>
<ItemGroup>
<DelphiCompile Include="tbxdsgn_d12.dpk">
<MainSource>MainSource</MainSource>
</DelphiCompile>
<DCCReference Include="..\TBXReg.dcr"/>
<DCCReference Include="tb2k_d12.dcp"/>
<DCCReference Include="tb2kdsgn_d12.dcp"/>
<DCCReference Include="tbx_d120.dcp"/>
<DCCReference Include="vcl.dcp"/>
<DCCReference Include="..\TBXStrEdit.pas"/>
<DCCReference Include="..\TBXReg.pas"/>
<DCCReference Include="..\TBXReg.dcr"/>
<DCCReference Include="tbx_d10.dcp"/>
<DCCReference Include="tb2kdsgn_d120.dcp"/>
<DCCReference Include="tb2kdsgn_d10.dcp"/>
<DCCReference Include="tb2k_d120.dcp"/>
<DCCReference Include="tb2k_d10.dcp"/>
<BuildConfiguration Include="Base">
<Key>Base</Key>
</BuildConfiguration>
<BuildConfiguration Include="Debug">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_1</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup>
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
<Borland.ProjectType>Package</Borland.ProjectType>
<BorlandProject>
<Delphi.Personality>
<Source>
<Source Name="MainSource">tbxdsgn_d12.dpk</Source>
</Source>
<Parameters>
<Parameters Name="UseLauncher">False</Parameters>
<Parameters Name="LoadAllSymbols">True</Parameters>
<Parameters Name="LoadUnspecifiedSymbols">False</Parameters>
</Parameters>
<VersionInfo>
<VersionInfo Name="IncludeVerInfo">True</VersionInfo>
<VersionInfo Name="AutoIncBuild">False</VersionInfo>
<VersionInfo Name="MajorVer">1</VersionInfo>
<VersionInfo Name="MinorVer">0</VersionInfo>
<VersionInfo Name="Release">0</VersionInfo>
<VersionInfo Name="Build">0</VersionInfo>
<VersionInfo Name="Debug">False</VersionInfo>
<VersionInfo Name="PreRelease">False</VersionInfo>
<VersionInfo Name="Special">False</VersionInfo>
<VersionInfo Name="Private">False</VersionInfo>
<VersionInfo Name="DLL">False</VersionInfo>
<VersionInfo Name="Locale">3082</VersionInfo>
<VersionInfo Name="CodePage">1252</VersionInfo>
</VersionInfo>
<VersionInfoKeys>
<VersionInfoKeys Name="CompanyName"/>
<VersionInfoKeys Name="FileDescription"/>
<VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="InternalName"/>
<VersionInfoKeys Name="LegalCopyright"/>
<VersionInfoKeys Name="LegalTrademarks"/>
<VersionInfoKeys Name="OriginalFilename"/>
<VersionInfoKeys Name="ProductName"/>
<VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys>
<VersionInfoKeys Name="Comments"/>
</VersionInfoKeys>
</Delphi.Personality>
</BorlandProject>
<ProjectFileVersion>12</ProjectFileVersion>
</ProjectExtensions>
</Project>

Binary file not shown.