Limpieza de ficheros
git-svn-id: https://192.168.0.254/svn/Componentes.Terceros.PNGComponents@10 a60baaea-e768-c94d-9a73-13206b75eb30
This commit is contained in:
parent
480a23c1d7
commit
8e25836752
@ -1,54 +0,0 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{9fc8ebc7-1d53-4493-a040-4a58d8642582}</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<ItemGroup />
|
||||
<ItemGroup>
|
||||
<Projects Include="PngComponentsD2007.dproj" />
|
||||
<Projects Include="PngComponentsD2007D.dproj" />
|
||||
<Projects Include="PNG_D2007.dproj" />
|
||||
</ItemGroup>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Default.Personality</Borland.Personality>
|
||||
<Borland.ProjectType />
|
||||
<BorlandProject>
|
||||
<BorlandProject xmlns=""><Default.Personality></Default.Personality></BorlandProject></BorlandProject>
|
||||
</ProjectExtensions>
|
||||
<Target Name="PNG_D2007">
|
||||
<MSBuild Projects="PNG_D2007.dproj" Targets="" />
|
||||
</Target>
|
||||
<Target Name="PNG_D2007:Clean">
|
||||
<MSBuild Projects="PNG_D2007.dproj" Targets="Clean" />
|
||||
</Target>
|
||||
<Target Name="PNG_D2007:Make">
|
||||
<MSBuild Projects="PNG_D2007.dproj" Targets="Make" />
|
||||
</Target>
|
||||
<Target Name="PngComponentsD2007">
|
||||
<MSBuild Projects="PngComponentsD2007.dproj" Targets="" />
|
||||
</Target>
|
||||
<Target Name="PngComponentsD2007:Clean">
|
||||
<MSBuild Projects="PngComponentsD2007.dproj" Targets="Clean" />
|
||||
</Target>
|
||||
<Target Name="PngComponentsD2007:Make">
|
||||
<MSBuild Projects="PngComponentsD2007.dproj" Targets="Make" />
|
||||
</Target>
|
||||
<Target Name="PngComponentsD2007D">
|
||||
<MSBuild Projects="PngComponentsD2007D.dproj" Targets="" />
|
||||
</Target>
|
||||
<Target Name="PngComponentsD2007D:Clean">
|
||||
<MSBuild Projects="PngComponentsD2007D.dproj" Targets="Clean" />
|
||||
</Target>
|
||||
<Target Name="PngComponentsD2007D:Make">
|
||||
<MSBuild Projects="PngComponentsD2007D.dproj" Targets="Make" />
|
||||
</Target>
|
||||
<Target Name="Build">
|
||||
<CallTarget Targets="PNG_D2007;PngComponentsD2007;PngComponentsD2007D" />
|
||||
</Target>
|
||||
<Target Name="Clean">
|
||||
<CallTarget Targets="PNG_D2007:Clean;PngComponentsD2007:Clean;PngComponentsD2007D:Clean" />
|
||||
</Target>
|
||||
<Target Name="Make">
|
||||
<CallTarget Targets="PNG_D2007:Make;PngComponentsD2007:Make;PngComponentsD2007D:Make" />
|
||||
</Target>
|
||||
<Import Condition="Exists('$(MSBuildBinPath)\Borland.Group.Targets')" Project="$(MSBuildBinPath)\Borland.Group.Targets" />
|
||||
</Project>
|
||||
@ -1,43 +0,0 @@
|
||||
package PngComponentsD2007;
|
||||
|
||||
{$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 $400000}
|
||||
{$DESCRIPTION 'PNG Components for Delphi 2007 (Runtime)'}
|
||||
{$RUNONLY}
|
||||
{$IMPLICITBUILD OFF}
|
||||
|
||||
requires
|
||||
vclactnband,
|
||||
vcl,
|
||||
rtl,
|
||||
PNG_D2007;
|
||||
|
||||
contains
|
||||
PngSpeedButton in '..\Source\PngSpeedButton.pas',
|
||||
PngFunctions in '..\Source\PngFunctions.pas',
|
||||
PngImageList in '..\Source\PngImageList.pas',
|
||||
PngBitBtn in '..\Source\PngBitBtn.pas',
|
||||
PngButtonFunctions in '..\Source\PngButtonFunctions.pas',
|
||||
PngCheckListBox in '..\Source\PngCheckListBox.pas';
|
||||
|
||||
end.
|
||||
@ -1,111 +0,0 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{edcef03a-ee5f-4c99-8cb4-d9dc090518f3}</ProjectGuid>
|
||||
<MainSource>PngComponentsD2007.dpk</MainSource>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
||||
<DCC_DependencyCheckOutputName>..\Lib\D2007\PngComponentsD2007.bpl</DCC_DependencyCheckOutputName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<Version>7.0</Version>
|
||||
<DCC_DebugInformation>False</DCC_DebugInformation>
|
||||
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||
<DCC_DcuOutput>..\Lib\D2007</DCC_DcuOutput>
|
||||
<DCC_ObjOutput>..\Lib\D2007</DCC_ObjOutput>
|
||||
<DCC_HppOutput>..\Lib\D2007</DCC_HppOutput>
|
||||
<DCC_UnitSearchPath>..\Lib\D2007</DCC_UnitSearchPath>
|
||||
<DCC_ResourcePath>..\Lib\D2007</DCC_ResourcePath>
|
||||
<DCC_ObjPath>..\Lib\D2007</DCC_ObjPath>
|
||||
<DCC_IncludePath>..\Lib\D2007</DCC_IncludePath>
|
||||
<DCC_Define>RELEASE</DCC_Define>
|
||||
<DCC_BplOutput>..\Lib\D2007</DCC_BplOutput>
|
||||
<DCC_DcpOutput>..\Lib\D2007</DCC_DcpOutput>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<Version>7.0</Version>
|
||||
<DCC_DcuOutput>..\Lib\D2007</DCC_DcuOutput>
|
||||
<DCC_ObjOutput>..\Lib\D2007</DCC_ObjOutput>
|
||||
<DCC_HppOutput>..\Lib\D2007</DCC_HppOutput>
|
||||
<DCC_UnitSearchPath>..\Lib\D2007</DCC_UnitSearchPath>
|
||||
<DCC_ResourcePath>..\Lib\D2007</DCC_ResourcePath>
|
||||
<DCC_ObjPath>..\Lib\D2007</DCC_ObjPath>
|
||||
<DCC_IncludePath>..\Lib\D2007</DCC_IncludePath>
|
||||
<DCC_BplOutput>..\Lib\D2007</DCC_BplOutput>
|
||||
<DCC_DcpOutput>..\Lib\D2007</DCC_DcpOutput>
|
||||
</PropertyGroup>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Delphi.Personality</Borland.Personality>
|
||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||
<BorlandProject>
|
||||
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="PackageDescription">PNG Components for Delphi 2007 (Runtime)</Package_Options><Package_Options Name="ImplicitBuild">False</Package_Options><Package_Options Name="DesigntimeOnly">False</Package_Options><Package_Options Name="RuntimeOnly">True</Package_Options></Package_Options><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><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Excluded_Packages>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxBarD10.bpl">ExpressBars by Developer Express Inc.</Excluded_Packages>
|
||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxComnD10.bpl">ExpressCommonLibrary by Developer Express Inc.</Excluded_Packages>
|
||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxBarDBNavD10.bpl">ExpressBars DBNavigator by Developer Express Inc.</Excluded_Packages>
|
||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxBarExtDBItemsD10.bpl">ExpressBars extended DB items by Developer Express Inc.</Excluded_Packages>
|
||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxBarExtItemsD10.bpl">ExpressBars extended items by Developer Express Inc.</Excluded_Packages>
|
||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxDockingD10.bpl">ExpressDocking Library by Developer Express Inc.</Excluded_Packages>
|
||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxLayoutControlD10.bpl">ExpressLayout Control by Developer Express Inc.</Excluded_Packages>
|
||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxNavBarD10.bpl">ExpressNavBar by Developer Express Inc.</Excluded_Packages>
|
||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxGDIPlusD10.bpl">ExpressGDI+ Library by Developer Express Inc.</Excluded_Packages>
|
||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxPSCoreD10.bpl">ExpressPrinting System by Developer Express Inc.</Excluded_Packages>
|
||||
<Excluded_Packages Name="C:\Archivos de programa\Developer Express Inc\Lib\D10\dxsbD10.bpl">ExpressSideBar by Developer Express Inc.</Excluded_Packages>
|
||||
</Excluded_Packages><Source><Source Name="MainSource">PngComponentsD2007.dpk</Source></Source></Delphi.Personality></BorlandProject></BorlandProject>
|
||||
</ProjectExtensions>
|
||||
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
|
||||
<ItemGroup>
|
||||
<DelphiCompile Include="PngComponentsD2007.dpk">
|
||||
<MainSource>MainSource</MainSource>
|
||||
</DelphiCompile>
|
||||
<DCCReference Include="..\Source\PngBitBtn.pas" />
|
||||
<DCCReference Include="..\Source\PngButtonFunctions.pas" />
|
||||
<DCCReference Include="..\Source\PngCheckListBox.pas" />
|
||||
<DCCReference Include="..\Source\PngFunctions.pas" />
|
||||
<DCCReference Include="..\Source\PngImageList.pas" />
|
||||
<DCCReference Include="..\Source\PngSpeedButton.pas" />
|
||||
<DCCReference Include="PNG_D10.dcp" />
|
||||
<DCCReference Include="PNG_D20010.dcp" />
|
||||
<DCCReference Include="PNG_D2007.dcp" />
|
||||
<DCCReference Include="PNG_D20070.dcp" />
|
||||
<DCCReference Include="PNG_D200710.dcp" />
|
||||
<DCCReference Include="PNG_D2010.dcp" />
|
||||
<DCCReference Include="PNG_D210.dcp" />
|
||||
<DCCReference Include="rtl.dcp" />
|
||||
<DCCReference Include="vcl.dcp" />
|
||||
<DCCReference Include="vclactnband.dcp" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Binary file not shown.
@ -1,40 +0,0 @@
|
||||
package PngComponentsD2007D;
|
||||
|
||||
{$R *.res}
|
||||
{$R '..\Design\PngComponents.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 $400000}
|
||||
{$DESCRIPTION 'PNG Components for Delphi 2007 (Designtime)'}
|
||||
{$DESIGNONLY}
|
||||
{$IMPLICITBUILD ON}
|
||||
|
||||
requires
|
||||
designide,
|
||||
PngComponentsD2007,
|
||||
PNG_D2007;
|
||||
|
||||
contains
|
||||
PngComponentsRegister in '..\Design\PngComponentsRegister.pas',
|
||||
PngComponentEditors in '..\Design\PngComponentEditors.pas',
|
||||
PngImageListEditor in '..\Design\PngImageListEditor.pas' {PngImageListEditorDlg};
|
||||
|
||||
end.
|
||||
@ -1,88 +0,0 @@
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<ProjectGuid>{e6da1042-792c-40a4-b69f-98ce4033d0ab}</ProjectGuid>
|
||||
<MainSource>PngComponentsD2007D.dpk</MainSource>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<DCC_DCCCompiler>DCC32</DCC_DCCCompiler>
|
||||
<DCC_DependencyCheckOutputName>..\Lib\D2007\PngComponentsD2007D.bpl</DCC_DependencyCheckOutputName>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<Version>7.0</Version>
|
||||
<DCC_DebugInformation>False</DCC_DebugInformation>
|
||||
<DCC_LocalDebugSymbols>False</DCC_LocalDebugSymbols>
|
||||
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
|
||||
<DCC_DcuOutput>..\Lib\D2007</DCC_DcuOutput>
|
||||
<DCC_ObjOutput>..\Lib\D2007</DCC_ObjOutput>
|
||||
<DCC_HppOutput>..\Lib\D2007</DCC_HppOutput>
|
||||
<DCC_UnitSearchPath>..\Lib\D2007</DCC_UnitSearchPath>
|
||||
<DCC_ResourcePath>..\Lib\D2007</DCC_ResourcePath>
|
||||
<DCC_ObjPath>..\Lib\D2007</DCC_ObjPath>
|
||||
<DCC_IncludePath>..\Lib\D2007</DCC_IncludePath>
|
||||
<DCC_Define>RELEASE</DCC_Define>
|
||||
<DCC_BplOutput>..\Lib\D2007</DCC_BplOutput>
|
||||
<DCC_DcpOutput>..\Lib\D2007</DCC_DcpOutput>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<Version>7.0</Version>
|
||||
<DCC_DcuOutput>..\Lib\D2007</DCC_DcuOutput>
|
||||
<DCC_ObjOutput>..\Lib\D2007</DCC_ObjOutput>
|
||||
<DCC_HppOutput>..\Lib\D2007</DCC_HppOutput>
|
||||
<DCC_UnitSearchPath>..\Lib\D2007</DCC_UnitSearchPath>
|
||||
<DCC_ResourcePath>..\Lib\D2007</DCC_ResourcePath>
|
||||
<DCC_ObjPath>..\Lib\D2007</DCC_ObjPath>
|
||||
<DCC_IncludePath>..\Lib\D2007</DCC_IncludePath>
|
||||
<DCC_BplOutput>..\Lib\D2007</DCC_BplOutput>
|
||||
<DCC_DcpOutput>..\Lib\D2007</DCC_DcpOutput>
|
||||
</PropertyGroup>
|
||||
<ProjectExtensions>
|
||||
<Borland.Personality>Delphi.Personality</Borland.Personality>
|
||||
<Borland.ProjectType>Package</Borland.ProjectType>
|
||||
<BorlandProject>
|
||||
<BorlandProject><Delphi.Personality><Parameters><Parameters Name="UseLauncher">False</Parameters><Parameters Name="LoadAllSymbols">True</Parameters><Parameters Name="LoadUnspecifiedSymbols">False</Parameters></Parameters><Package_Options><Package_Options Name="PackageDescription">PNG Components for Delphi 2007 (Designtime)</Package_Options><Package_Options Name="ImplicitBuild">True</Package_Options><Package_Options Name="DesigntimeOnly">True</Package_Options><Package_Options Name="RuntimeOnly">False</Package_Options></Package_Options><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><VersionInfoKeys Name="FileDescription"></VersionInfoKeys><VersionInfoKeys Name="FileVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="InternalName"></VersionInfoKeys><VersionInfoKeys Name="LegalCopyright"></VersionInfoKeys><VersionInfoKeys Name="LegalTrademarks"></VersionInfoKeys><VersionInfoKeys Name="OriginalFilename"></VersionInfoKeys><VersionInfoKeys Name="ProductName"></VersionInfoKeys><VersionInfoKeys Name="ProductVersion">1.0.0.0</VersionInfoKeys><VersionInfoKeys Name="Comments"></VersionInfoKeys></VersionInfoKeys><Source><Source Name="MainSource">PngComponentsD2007D.dpk</Source></Source> <Excluded_Packages>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<Excluded_Packages Name="$(BDS)\Bin\dclintraweb_90_100.bpl">VCL for the Web Design Package for CodeGear RAD Studio</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDS)\bin\dclwebsnap100.bpl">CodeGear WebSnap Components</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDS)\bin\dclsoap100.bpl">CodeGear SOAP Components</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDS)\bin\dcloffice2k100.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDS)\bin\dclofficexp100.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDS)\bin\bcboffice2k100.bpl">CodeGear C++Builder Office 2000 Servers Package</Excluded_Packages>
|
||||
<Excluded_Packages Name="$(BDS)\bin\bcbofficexp100.bpl">CodeGear C++Builder Office XP Servers Package</Excluded_Packages>
|
||||
</Excluded_Packages>
|
||||
</Delphi.Personality></BorlandProject></BorlandProject>
|
||||
</ProjectExtensions>
|
||||
<Import Project="$(MSBuildBinPath)\Borland.Delphi.Targets" />
|
||||
<ItemGroup>
|
||||
<DelphiCompile Include="PngComponentsD2007D.dpk">
|
||||
<MainSource>MainSource</MainSource>
|
||||
</DelphiCompile>
|
||||
<DCCReference Include="..\Design\PngComponentEditors.pas" />
|
||||
<DCCReference Include="..\Design\PngComponents.dcr" />
|
||||
<DCCReference Include="..\Design\PngComponents.dcr" />
|
||||
<DCCReference Include="..\Design\PngComponentsRegister.pas" />
|
||||
<DCCReference Include="..\Design\PngImageListEditor.pas">
|
||||
<Form>PngImageListEditorDlg</Form>
|
||||
</DCCReference>
|
||||
<DCCReference Include="PngComponentsD.dcp" />
|
||||
<DCCReference Include="PngComponentsD1.dcp" />
|
||||
<DCCReference Include="PngComponentsD10.dcp" />
|
||||
<DCCReference Include="PngComponentsD2.dcp" />
|
||||
<DCCReference Include="PngComponentsD20.dcp" />
|
||||
<DCCReference Include="PngComponentsD200.dcp" />
|
||||
<DCCReference Include="PNG_D10.dcp" />
|
||||
<DCCReference Include="PNG_D20010.dcp" />
|
||||
<DCCReference Include="PNG_D20070.dcp" />
|
||||
<DCCReference Include="PNG_D200710.dcp" />
|
||||
<DCCReference Include="PNG_D2010.dcp" />
|
||||
<DCCReference Include="PNG_D210.dcp" />
|
||||
<DCCReference Include="T:\Bpl_D11\designide.dcp" />
|
||||
<DCCReference Include="T:\Bpl_D11\PngComponentsD2007.dcp" />
|
||||
<DCCReference Include="T:\Bpl_D11\PNG_D2007.dcp" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Binary file not shown.
@ -1,598 +0,0 @@
|
||||
***************************************
|
||||
BEGIN: Unregistering Component Package
|
||||
***************************************
|
||||
|
||||
Cleaning Known Package Registry Entry
|
||||
|
||||
Reading Packages:
|
||||
c:\archivos de programa\borland\delphi7\Bin\dclite70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\dclindy70.bpl
|
||||
$(Delphi)\Bin\dclstd70.bpl
|
||||
$(Delphi)\Bin\dcldb70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\dclsmp70.bpl
|
||||
$(Delphi)\Bin\dclbde70.bpl
|
||||
$(Delphi)\Bin\dbx70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\dclado70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\DCLIB70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\dclclxdb70.bpl
|
||||
$(Delphi)\Bin\dclclxstd70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\dclsmpedit70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\applet70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\dclemacsedit70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\dclact70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\dclmlwiz70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\dclshlctrls70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\dclofficexp70.bpl
|
||||
D:\Proyectos\Componentes\AM2000\Lib\D7\am2000_d7.bpl
|
||||
D:\Proyectos\Componentes\CETools\Lib\d7\cetoolspkgd7.bpl
|
||||
D:\Proyectos\Componentes\FastReport\Lib\D7\fr7.bpl
|
||||
D:\Proyectos\Componentes\FastReport\Lib\D7\FRIBX7.bpl
|
||||
D:\Proyectos\Componentes\FthLib\Lib\D7\dclFth70.bpl
|
||||
D:\Proyectos\Componentes\TMS\Lib\D7\TMSD7.bpl
|
||||
D:\Proyectos\Componentes\TMS\Lib\D7\TMSDED7.bpl
|
||||
D:\Proyectos\Componentes\Rodax\Lib\D7\RodaxD7.bpl
|
||||
$(Delphi)\Projects\Bpl\dclrx7.bpl
|
||||
$(Delphi)\Projects\Bpl\dclrxbd7.bpl
|
||||
$(Delphi)\Projects\Bpl\DclRxDb7.bpl
|
||||
C:\ARCHIV~1\Borland\Delphi7\Projects\Bpl\JclDebugIdeD70.bpl
|
||||
C:\ARCHIV~1\Borland\Delphi7\Projects\Bpl\ProjectAnalyzerD70.bpl
|
||||
C:\ARCHIV~1\Borland\Delphi7\Projects\Bpl\IdeOpenDlgFavoriteD70.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressLibrary\LibD7\dclcxLibraryVCLD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressEditors Library 5\LibD7\dclcxEditorsVCLD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressEditors Library 5\LibD7\dclcxExtEditorsVCLD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPageControl 2\LibD7\dclcxPageControlVCLD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressQuantumGrid 5\LibD7\dclcxGridVCLD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressBars 5\LibD7\dcldxDockingD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressQuantumTreeList 4\LibD7\dclcxTreeListVCLD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressDBTree Suite\LibD7\dcldxDBTrD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressScheduler\LibD7\dclcxSchedulerVCLD7.bpl
|
||||
$(Delphi)\Projects\Bpl\JvAppFrmD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvCoreD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvBandsD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvBDED7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvDBD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvCmpD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvCryptD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvCtrlsD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvCustomD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvDlgsD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvDockingD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvDotNetCtrlsD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvEDID7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvGlobusD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvHMID7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvInspectorD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvInterpreterD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvJansD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvManagedThreadsD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvMMD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvNetD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvPageCompsD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvPluginD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvPrintPreviewD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvStdCtrlsD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvSystemD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvTimeFrameworkD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvUIBD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvValidatorsD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvWizardD7D.bpl
|
||||
$(Delphi)\Projects\Bpl\JvXPCtrlsD7D.bpl
|
||||
$(ProgramFiles)\RemObjects Software\RemObjects SDK for Delphi\Dcu\D7\RemObjects_Core_D7.bpl
|
||||
$(ProgramFiles)\RemObjects Software\RemObjects SDK for Delphi\Dcu\D7\RemObjects_IDE_D7.bpl
|
||||
$(CommonProgramFiles)\RemObjects Software\Everwood\Bin\RemObjects_Everwood_D7.bpl
|
||||
$(ProgramFiles)\RemObjects Software\RemObjects SDK for Delphi\Dcu\D7\RemObjects_WebBroker_D7.bpl
|
||||
$(ProgramFiles)\RemObjects Software\RemObjects SDK for Delphi\Dcu\D7\RemObjects_Indy_D7.bpl
|
||||
$(ProgramFiles)\RemObjects Software\RemObjects SDK for Delphi\Dcu\D7\RemObjects_RODX_D7.bpl
|
||||
$(ProgramFiles)\RemObjects Software\RemObjects SDK for Delphi\Dcu\D7\RemObjects_BPDX_D7.bpl
|
||||
$(ProgramFiles)\RemObjects Software\RemObjects SDK for Delphi\Dcu\D7\RemObjects_DataSnap_D7.bpl
|
||||
$(ProgramFiles)\RemObjects Software\Pascal Script\Dcu\D7\PascalScript_Core_D7.bpl
|
||||
$(ProgramFiles)\RemObjects Software\Pascal Script\Dcu\D7\PascalScript_RO_D7.bpl
|
||||
$(ProgramFiles)\RemObjects Software\Data Abstract for Delphi\Dcu\D7\DataAbstract_Core_D7.bpl
|
||||
$(ProgramFiles)\RemObjects Software\Data Abstract for Delphi\Dcu\D7\DataAbstract_IDE_D7.bpl
|
||||
$(ProgramFiles)\RemObjects Software\Data Abstract for Delphi\Dcu\D7\DataAbstract_ADODriver_D7.bpl
|
||||
$(ProgramFiles)\RemObjects Software\Data Abstract for Delphi\Dcu\D7\DataAbstract_IBXDriver_D7.bpl
|
||||
$(ProgramFiles)\RemObjects Software\Data Abstract for Delphi\Dcu\D7\DataAbstract_DBXDriver_D7.bpl
|
||||
$(ProgramFiles)\RemObjects Software\Data Abstract for Delphi\Dcu\D7\DataAbstract_Scripting_D7.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\dclnet70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\dcldbx70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\dclwbm70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\dclie70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\dcltee70.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressBars 5\LibD7\dcldxsbD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressNavBar\LibD7\dcldxNavBarD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressSpreadSheet\LibD7\dclcxSpreadSheetVCLD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressVerticalGrid\LibD7\dclcxVerticalGridVCLD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressDBTree Suite\LibD7\dcldxTrMDD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSLnksD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPScxCommonD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPscxTLLnkD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSTeeChartD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPScxGridLnkD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPScxSSLnkD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPScxVGridLnkD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSdxDBTVLnkD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSdxLCLnkD7.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\dclmcn70.bpl
|
||||
$(Delphi)\Bin\dclmid70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\dclsoap70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\dclocx70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\dcldbxcds70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\DBWEBXPRT.BPL
|
||||
c:\archivos de programa\borland\delphi7\Bin\dclwebsnap70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\dcldss70.bpl
|
||||
c:\archivos de programa\borland\delphi7\Bin\dcl31w70.bpl
|
||||
$(SystemRoot)\system32\ibevnt70.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressBars 5\LibD7\dcldxBarD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressBars 5\LibD7\dcldxBarDBNavD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressBars 5\LibD7\dcldxBarExtDBItemsD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressLayout Control\LibD7\dcldxLayoutControlD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressLayout Control\LibD7\dxLayoutControlcxEditAdaptersD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressMemData\LibD7\dcldxmdsD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dcldxPSCoreD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPScxExtCommonD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPScxPCProdD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSDBTeeChartD7.bpl
|
||||
c:\archivos de programa\borland\delphi7\Projects\Bpl\RodaxFrameD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressFlowChart\LibD7\dcldxFlowChartD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressOrgChart\LibD7\dcldxOrgCD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressOrgChart\LibD7\dcldxDBOrD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressMasterView\LibD7\dcldxMasterViewD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSdxFCLnkD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSdxMVLnkD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSdxOCLnkD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSdxDBOCLnkD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressBars 5\LibD7\dcldxBarExtItemsD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressLayout Control\LibD7\dxLayoutControldxEditAdaptersD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSdxDBGrLnkD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSdxDBTLLnkD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSdxInsLnkD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSdxOILnkD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSPrVwAdvD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSTLLnkD7.bpl
|
||||
|
||||
Stripping off path and extension
|
||||
dclite70
|
||||
dclindy70
|
||||
dclstd70
|
||||
dcldb70
|
||||
dclsmp70
|
||||
dclbde70
|
||||
dbx70
|
||||
dclado70
|
||||
DCLIB70
|
||||
dclclxdb70
|
||||
dclclxstd70
|
||||
dclsmpedit70
|
||||
applet70
|
||||
dclemacsedit70
|
||||
dclact70
|
||||
dclmlwiz70
|
||||
dclshlctrls70
|
||||
dclofficexp70
|
||||
am2000_d7
|
||||
cetoolspkgd7
|
||||
fr7
|
||||
FRIBX7
|
||||
dclFth70
|
||||
TMSD7
|
||||
TMSDED7
|
||||
RodaxD7
|
||||
dclrx7
|
||||
dclrxbd7
|
||||
DclRxDb7
|
||||
JclDebugIdeD70
|
||||
ProjectAnalyzerD70
|
||||
IdeOpenDlgFavoriteD70
|
||||
dclcxLibraryVCLD7
|
||||
dclcxEditorsVCLD7
|
||||
dclcxExtEditorsVCLD7
|
||||
dclcxPageControlVCLD7
|
||||
dclcxGridVCLD7
|
||||
dcldxDockingD7
|
||||
dclcxTreeListVCLD7
|
||||
dcldxDBTrD7
|
||||
dclcxSchedulerVCLD7
|
||||
JvAppFrmD7D
|
||||
JvCoreD7D
|
||||
JvBandsD7D
|
||||
JvBDED7D
|
||||
JvDBD7D
|
||||
JvCmpD7D
|
||||
JvCryptD7D
|
||||
JvCtrlsD7D
|
||||
JvCustomD7D
|
||||
JvDlgsD7D
|
||||
JvDockingD7D
|
||||
JvDotNetCtrlsD7D
|
||||
JvEDID7D
|
||||
JvGlobusD7D
|
||||
JvHMID7D
|
||||
JvInspectorD7D
|
||||
JvInterpreterD7D
|
||||
JvJansD7D
|
||||
JvManagedThreadsD7D
|
||||
JvMMD7D
|
||||
JvNetD7D
|
||||
JvPageCompsD7D
|
||||
JvPluginD7D
|
||||
JvPrintPreviewD7D
|
||||
JvStdCtrlsD7D
|
||||
JvSystemD7D
|
||||
JvTimeFrameworkD7D
|
||||
JvUIBD7D
|
||||
JvValidatorsD7D
|
||||
JvWizardD7D
|
||||
JvXPCtrlsD7D
|
||||
RemObjects_Core_D7
|
||||
RemObjects_IDE_D7
|
||||
RemObjects_Everwood_D7
|
||||
RemObjects_WebBroker_D7
|
||||
RemObjects_Indy_D7
|
||||
RemObjects_RODX_D7
|
||||
RemObjects_BPDX_D7
|
||||
RemObjects_DataSnap_D7
|
||||
PascalScript_Core_D7
|
||||
PascalScript_RO_D7
|
||||
DataAbstract_Core_D7
|
||||
DataAbstract_IDE_D7
|
||||
DataAbstract_ADODriver_D7
|
||||
DataAbstract_IBXDriver_D7
|
||||
DataAbstract_DBXDriver_D7
|
||||
DataAbstract_Scripting_D7
|
||||
dclnet70
|
||||
dcldbx70
|
||||
dclwbm70
|
||||
dclie70
|
||||
dcltee70
|
||||
dcldxsbD7
|
||||
dcldxNavBarD7
|
||||
dclcxSpreadSheetVCLD7
|
||||
dclcxVerticalGridVCLD7
|
||||
dcldxTrMDD7
|
||||
dxPSLnksD7
|
||||
dxPScxCommonD7
|
||||
dxPscxTLLnkD7
|
||||
dxPSTeeChartD7
|
||||
dxPScxGridLnkD7
|
||||
dxPScxSSLnkD7
|
||||
dxPScxVGridLnkD7
|
||||
dxPSdxDBTVLnkD7
|
||||
dxPSdxLCLnkD7
|
||||
dclmcn70
|
||||
dclmid70
|
||||
dclsoap70
|
||||
dclocx70
|
||||
dcldbxcds70
|
||||
DBWEBXPRT
|
||||
dclwebsnap70
|
||||
dcldss70
|
||||
dcl31w70
|
||||
ibevnt70
|
||||
dcldxBarD7
|
||||
dcldxBarDBNavD7
|
||||
dcldxBarExtDBItemsD7
|
||||
dcldxLayoutControlD7
|
||||
dxLayoutControlcxEditAdaptersD7
|
||||
dcldxmdsD7
|
||||
dcldxPSCoreD7
|
||||
dxPScxExtCommonD7
|
||||
dxPScxPCProdD7
|
||||
dxPSDBTeeChartD7
|
||||
RodaxFrameD7
|
||||
dcldxFlowChartD7
|
||||
dcldxOrgCD7
|
||||
dcldxDBOrD7
|
||||
dcldxMasterViewD7
|
||||
dxPSdxFCLnkD7
|
||||
dxPSdxMVLnkD7
|
||||
dxPSdxOCLnkD7
|
||||
dxPSdxDBOCLnkD7
|
||||
dcldxBarExtItemsD7
|
||||
dxLayoutControldxEditAdaptersD7
|
||||
dxPSdxDBGrLnkD7
|
||||
dxPSdxDBTLLnkD7
|
||||
dxPSdxInsLnkD7
|
||||
dxPSdxOILnkD7
|
||||
dxPSPrVwAdvD7
|
||||
dxPSTLLnkD7
|
||||
|
||||
Reading Packages to remove
|
||||
PNG_D7
|
||||
PngComponentsD7
|
||||
PngComponentsD7D
|
||||
|
||||
Stripping off path and extension
|
||||
PNG_D7
|
||||
PngComponentsD7
|
||||
PngComponentsD7D
|
||||
|
||||
Scanning for previously installed packages....
|
||||
Deleting bpl file: C:\Archivos de programa\Borland\Delphi7\Projects\Bpl\PNG_D7.bpl
|
||||
File deleted
|
||||
Known Package Registry Entry Cleaned
|
||||
|
||||
Cleaning Disabled Package Registry Entry
|
||||
|
||||
Reading Packages:
|
||||
$(Delphi)\Projects\Bpl\RxCtl7.bpl
|
||||
$(Delphi)\Projects\Bpl\RxBDE7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressLayout Control\LibD7\dxLayoutControldxEditAdaptersD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSdxInsLnkD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSdxDBTLLnkD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSdxDBGrLnkD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSTLLnkD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSdxOILnkD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressBars 5\LibD7\dcldxBarExtItemsD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSPrVwAdvD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressFlowChart\LibD7\dcldxFlowChartD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressOrgChart\LibD7\dcldxOrgCD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressOrgChart\LibD7\dcldxDBOrD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressMasterView\LibD7\dcldxMasterViewD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSdxFCLnkD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSdxMVLnkD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSdxOCLnkD7.bpl
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7\dxPSdxDBOCLnkD7.bpl
|
||||
c:\archivos de programa\borland\delphi7\Projects\Bpl\mxPlugIn_D7.bpl
|
||||
c:\archivos de programa\borland\delphi7\Projects\Bpl\RodaxFrameD7.bpl
|
||||
E:\tmp\UIL\Source\Delphi 7\uPluginFramework7.bpl
|
||||
|
||||
Stripping off path and extension
|
||||
RxCtl7
|
||||
RxBDE7
|
||||
dxLayoutControldxEditAdaptersD7
|
||||
dxPSdxInsLnkD7
|
||||
dxPSdxDBTLLnkD7
|
||||
dxPSdxDBGrLnkD7
|
||||
dxPSTLLnkD7
|
||||
dxPSdxOILnkD7
|
||||
dcldxBarExtItemsD7
|
||||
dxPSPrVwAdvD7
|
||||
dcldxFlowChartD7
|
||||
dcldxOrgCD7
|
||||
dcldxDBOrD7
|
||||
dcldxMasterViewD7
|
||||
dxPSdxFCLnkD7
|
||||
dxPSdxMVLnkD7
|
||||
dxPSdxOCLnkD7
|
||||
dxPSdxDBOCLnkD7
|
||||
mxPlugIn_D7
|
||||
RodaxFrameD7
|
||||
uPluginFramework7
|
||||
|
||||
Reading Packages to remove
|
||||
PNG_D7
|
||||
PngComponentsD7
|
||||
PngComponentsD7D
|
||||
|
||||
Stripping off path and extension
|
||||
PNG_D7
|
||||
PngComponentsD7
|
||||
PngComponentsD7D
|
||||
|
||||
Scanning for previously installed packages....
|
||||
Disabled Package Registry Entry Cleaned
|
||||
|
||||
Reading Search Path Registry Entry
|
||||
$(Data Abstract)\DCU\D7
|
||||
$(Data Abstract)\Source
|
||||
C:\Archivos de programa\Borland\Delphi7\Bin
|
||||
C:\Archivos de programa\Borland\Delphi7\Imports
|
||||
C:\Archivos de programa\Borland\Delphi7\Lib
|
||||
C:\Archivos de programa\Borland\Delphi7\Projects\Bpl
|
||||
$(Everwood)\Bin
|
||||
C:\Archivos de programa\Developer Express Inc
|
||||
C:\Archivos de programa\Developer Express Inc\ExpressBars 5\LibD7
|
||||
C:\Archivos de programa\Developer Express Inc\ExpressCommon Library\LibD7
|
||||
C:\Archivos de programa\Developer Express Inc\ExpressDataController\LibD7
|
||||
C:\Archivos de programa\Developer Express Inc\ExpressDBTree Suite\LibD7
|
||||
C:\Archivos de programa\Developer Express Inc\ExpressEditors Library 5\LibD7
|
||||
C:\Archivos de programa\Developer Express Inc\ExpressExport Library\LibD7
|
||||
C:\Archivos de programa\Developer Express Inc\ExpressGDI+ Library\LibD7
|
||||
C:\Archivos de programa\Developer Express Inc\ExpressLayout Control\LibD7
|
||||
C:\Archivos de programa\Developer Express Inc\ExpressLibrary\LibD7
|
||||
C:\Archivos de programa\Developer Express Inc\ExpressMemData\LibD7
|
||||
C:\Archivos de programa\Developer Express Inc\ExpressNavBar\LibD7
|
||||
C:\Archivos de programa\Developer Express Inc\ExpressPageControl 2\LibD7
|
||||
C:\Archivos de programa\Developer Express Inc\ExpressPrinting System\LibD7
|
||||
C:\Archivos de programa\Developer Express Inc\ExpressQuantumGrid 5\LibD7
|
||||
C:\Archivos de programa\Developer Express Inc\ExpressQuantumTreeList 4\LibD7
|
||||
C:\Archivos de programa\Developer Express Inc\ExpressScheduler\LibD7
|
||||
C:\Archivos de programa\Developer Express Inc\ExpressSpreadSheet\LibD7
|
||||
C:\Archivos de programa\Developer Express Inc\ExpressVerticalGrid\LibD7
|
||||
C:\Archivos de programa\Developer Express Inc\XP Theme Manager\LibD7
|
||||
C:\Archivos de programa\RemObjects Software\Pascal Script\Dcu\D7
|
||||
C:\Archivos de programa\RemObjects Software\Pascal Script\Source
|
||||
C:\Archivos de programa\RemObjects Software\RemObjects SDK for Delphi\DCU\D7
|
||||
$(RemObjects SDK)\Dcu\D7
|
||||
$(RemObjects SDK)\Source
|
||||
$(RemObjects SDK)\Source\CodeGen
|
||||
$(RemObjects SDK)\Source\DataSnap
|
||||
$(RemObjects SDK)\Source\RODEC
|
||||
$(RemObjects SDK)\Source\RODX
|
||||
$(RemObjects SDK)\Source\ZLib
|
||||
D:\PROYEC~1\COMPON~1\jcl\lib\D7
|
||||
D:\PROYEC~1\COMPON~1\jcl\source
|
||||
D:\Proyectos\Componentes\AM2000\Lib\D7
|
||||
d:\proyectos\componentes\cetools\lib\d7
|
||||
d:\proyectos\componentes\fastreport\lib\d7
|
||||
D:\Proyectos\Componentes\FthLib\Lib\D7
|
||||
D:\Proyectos\Componentes\jvcl\common
|
||||
D:\Proyectos\Componentes\jvcl\lib\D7
|
||||
d:\proyectos\componentes\pngcomponents\lib\d7
|
||||
D:\Proyectos\Componentes\Rodax\Lib\D7
|
||||
D:\Proyectos\Componentes\Rx\Dcu\D7
|
||||
d:\proyectos\componentes\tms\lib\d7
|
||||
|
||||
|
||||
Writing Search Path Registry Entry
|
||||
Removing extra characters and blank lines
|
||||
Formatting.....
|
||||
$(Data Abstract)\DCU\D7
|
||||
$(Data Abstract)\Source
|
||||
$(Delphi)\Bin
|
||||
$(Delphi)\Imports
|
||||
$(Delphi)\Lib
|
||||
$(Delphi)\Projects\Bpl
|
||||
$(Everwood)\Bin
|
||||
$(ProgramFiles)\Developer Express Inc
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressBars 5\LibD7
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressCommon Library\LibD7
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressDataController\LibD7
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressDBTree Suite\LibD7
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressEditors Library 5\LibD7
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressExport Library\LibD7
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressGDI+ Library\LibD7
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressLayout Control\LibD7
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressLibrary\LibD7
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressMemData\LibD7
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressNavBar\LibD7
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPageControl 2\LibD7
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressPrinting System\LibD7
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressQuantumGrid 5\LibD7
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressQuantumTreeList 4\LibD7
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressScheduler\LibD7
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressSpreadSheet\LibD7
|
||||
$(ProgramFiles)\Developer Express Inc\ExpressVerticalGrid\LibD7
|
||||
$(ProgramFiles)\Developer Express Inc\XP Theme Manager\LibD7
|
||||
$(ProgramFiles)\RemObjects Software\Pascal Script\Dcu\D7
|
||||
$(ProgramFiles)\RemObjects Software\Pascal Script\Source
|
||||
$(ProgramFiles)\RemObjects Software\RemObjects SDK for Delphi\DCU\D7
|
||||
$(RemObjects SDK)\Dcu\D7
|
||||
$(RemObjects SDK)\Source
|
||||
$(RemObjects SDK)\Source\CodeGen
|
||||
$(RemObjects SDK)\Source\DataSnap
|
||||
$(RemObjects SDK)\Source\RODEC
|
||||
$(RemObjects SDK)\Source\RODX
|
||||
$(RemObjects SDK)\Source\ZLib
|
||||
D:\PROYEC~1\COMPON~1\jcl\lib\D7
|
||||
D:\PROYEC~1\COMPON~1\jcl\source
|
||||
D:\Proyectos\Componentes\AM2000\Lib\D7
|
||||
d:\proyectos\componentes\cetools\lib\d7
|
||||
d:\proyectos\componentes\fastreport\lib\d7
|
||||
D:\Proyectos\Componentes\FthLib\Lib\D7
|
||||
D:\Proyectos\Componentes\jvcl\common
|
||||
D:\Proyectos\Componentes\jvcl\lib\D7
|
||||
d:\proyectos\componentes\pngcomponents\lib\d7
|
||||
D:\Proyectos\Componentes\Rodax\Lib\D7
|
||||
D:\Proyectos\Componentes\Rx\Dcu\D7
|
||||
d:\proyectos\componentes\tms\lib\d7
|
||||
Writing to Key: Software\Borland\Delphi\7.0\Library Value: Search Path
|
||||
Search Path Registry Entry written
|
||||
|
||||
Reading Browse Path Registry Entry
|
||||
C:\Archivos de programa\Borland\Delphi7\source\clx
|
||||
C:\Archivos de programa\Borland\Delphi7\Source\Indy
|
||||
C:\Archivos de programa\Borland\Delphi7\source\Internet
|
||||
C:\Archivos de programa\Borland\Delphi7\Source\IntraWeb
|
||||
C:\Archivos de programa\Borland\Delphi7\Source\Rtl
|
||||
C:\Archivos de programa\Borland\Delphi7\source\rtl\common
|
||||
C:\Archivos de programa\Borland\Delphi7\source\rtl\Corba45
|
||||
C:\Archivos de programa\Borland\Delphi7\source\rtl\Sys
|
||||
C:\Archivos de programa\Borland\Delphi7\source\rtl\Win
|
||||
C:\Archivos de programa\Borland\Delphi7\Source\Samples
|
||||
C:\Archivos de programa\Borland\Delphi7\Source\Soap
|
||||
C:\Archivos de programa\Borland\Delphi7\Source\ToolsAPI
|
||||
C:\Archivos de programa\Borland\Delphi7\source\vcl
|
||||
C:\Archivos de programa\Borland\Delphi7\Source\WebMidas
|
||||
C:\Archivos de programa\Borland\Delphi7\source\websnap
|
||||
C:\Archivos de programa\Borland\Delphi7\Source\Xml
|
||||
C:\Archivos de programa\RemObjects Software\Data Abstract for Delphi\Source
|
||||
C:\Archivos de programa\RemObjects Software\Hydra\Source
|
||||
C:\Archivos de programa\RemObjects Software\RemObjects SDK for Delphi\Source
|
||||
C:\Archivos de programa\RemObjects Software\RemObjects SDK for Delphi\Source\RODEC
|
||||
C:\Archivos de programa\RemObjects Software\RemObjects SDK for Delphi\Source\RODX
|
||||
D:\PROYEC~1\COMPON~1\jcl\source\common
|
||||
D:\PROYEC~1\COMPON~1\jcl\source\vcl
|
||||
D:\PROYEC~1\COMPON~1\jcl\source\visclx
|
||||
D:\PROYEC~1\COMPON~1\jcl\source\windows
|
||||
D:\Proyectos\Componentes\jvcl\common
|
||||
D:\Proyectos\Componentes\jvcl\run
|
||||
|
||||
|
||||
Writing Browse Path Registry Entry
|
||||
Removing extra characters and blank lines
|
||||
Formatting.....
|
||||
$(Delphi)\source\clx
|
||||
$(Delphi)\Source\Indy
|
||||
$(Delphi)\source\Internet
|
||||
$(Delphi)\Source\IntraWeb
|
||||
$(Delphi)\Source\Rtl
|
||||
$(Delphi)\source\rtl\common
|
||||
$(Delphi)\source\rtl\Corba45
|
||||
$(Delphi)\source\rtl\Sys
|
||||
$(Delphi)\source\rtl\Win
|
||||
$(Delphi)\Source\Samples
|
||||
$(Delphi)\Source\Soap
|
||||
$(Delphi)\Source\ToolsAPI
|
||||
$(Delphi)\source\vcl
|
||||
$(Delphi)\Source\WebMidas
|
||||
$(Delphi)\source\websnap
|
||||
$(Delphi)\Source\Xml
|
||||
$(ProgramFiles)\RemObjects Software\Data Abstract for Delphi\Source
|
||||
$(ProgramFiles)\RemObjects Software\Hydra\Source
|
||||
$(ProgramFiles)\RemObjects Software\RemObjects SDK for Delphi\Source
|
||||
$(ProgramFiles)\RemObjects Software\RemObjects SDK for Delphi\Source\RODEC
|
||||
$(ProgramFiles)\RemObjects Software\RemObjects SDK for Delphi\Source\RODX
|
||||
D:\PROYEC~1\COMPON~1\jcl\source\common
|
||||
D:\PROYEC~1\COMPON~1\jcl\source\vcl
|
||||
D:\PROYEC~1\COMPON~1\jcl\source\visclx
|
||||
D:\PROYEC~1\COMPON~1\jcl\source\windows
|
||||
D:\Proyectos\Componentes\jvcl\common
|
||||
D:\Proyectos\Componentes\jvcl\run
|
||||
Writing to Key: Software\Borland\Delphi\7.0\Library Value: Browsing Path
|
||||
Browse Path Registry Entry written
|
||||
|
||||
***************************************
|
||||
END: Unregistering Component Package
|
||||
***************************************
|
||||
|
||||
|
||||
***************************************
|
||||
BEGIN: Compiling Component Package
|
||||
***************************************
|
||||
Creating temp compile folder
|
||||
Folder Created: C:\DOCUME~1\David\CONFIG~1\Temp\ESetup
|
||||
|
||||
Creating DCC32 config file
|
||||
Compiling....
|
||||
|
||||
Running "C:\ARCHIV~1\Borland\Delphi7\Bin\DCC32.exe" PNG_D7.dpk
|
||||
in D:\PROYEC~1\COMPON~1\PNGCOM~1\Delphi
|
||||
Borland Delphi Version 15.0
|
||||
Copyright (c) 1983,2002 Borland Software Corporation
|
||||
PNG_D7.dpk(1)
PNG_D7.dpk(29)
PNG_D7.dpk(31)
PNG_D7.dpk(31)
PNG_D7.dpk(31)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(1)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(125)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(125)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(125)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(125)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(125)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(125)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(125)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(125)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(125)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(125)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(125)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(125)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(125)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(125)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(125)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(125)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(126)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngzlib.pas(1)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngzlib.pas(149)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngzlib.pas(150)
|
||||
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(126)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pnglang.pas(1)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pnglang.pas(302)
|
||||
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(135)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(512)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(1024)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(1536)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(2048)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(2560)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(3072)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(3584)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(4096)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(4608)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(5120)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\pngimage.pas(5263)
|
||||
PNG_D7.dpk(34)
PNG_D7.dpk(34)
PNG_D7.dpk(34)
PNG_D7.dpk(36)
PNG_D7.dpk(37)
|
||||
5756 lines, 0.14 seconds, 55284 bytes code, 7413 bytes data.
|
||||
|
||||
|
||||
Compiling....
|
||||
|
||||
Running "C:\ARCHIV~1\Borland\Delphi7\Bin\DCC32.exe" PngComponentsD7.dpk
|
||||
in D:\PROYEC~1\COMPON~1\PNGCOM~1\Delphi
|
||||
Borland Delphi Version 15.0
|
||||
Copyright (c) 1983,2002 Borland Software Corporation
|
||||
PngComponentsD7.dpk(1)
PngComponentsD7.dpk(30)
PngComponentsD7.dpk(31)
PngComponentsD7.dpk(32)
PngComponentsD7.dpk(34)
PngComponentsD7.dpk(34)
PngComponentsD7.dpk(34)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(1)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Include\Thany.inc(243)
|
||||
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(9)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngFunctions.pas(1)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Include\Thany.inc(243)
|
||||
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngFunctions.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngFunctions.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngFunctions.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngFunctions.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngFunctions.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngFunctions.pas(8) Fatal: File not found: 'PNG_D7.dcp'
|
||||
|
||||
|
||||
Compiling....
|
||||
|
||||
Running "C:\ARCHIV~1\Borland\Delphi7\Bin\DCC32.exe" PngComponentsD7D.dpk
|
||||
in D:\PROYEC~1\COMPON~1\PNGCOM~1\Delphi
|
||||
Borland Delphi Version 15.0
|
||||
Copyright (c) 1983,2002 Borland Software Corporation
|
||||
PngComponentsD7D.dpk(1)
PngComponentsD7D.dpk(31)
PngComponentsD7.dpk(1)
PngComponentsD7.dpk(30)
PngComponentsD7.dpk(31)
PngComponentsD7.dpk(32)
PngComponentsD7.dpk(34)
PngComponentsD7.dpk(34)
PngComponentsD7.dpk(34)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(1)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Include\Thany.inc(243)
|
||||
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngSpeedButton.pas(9)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngFunctions.pas(1)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Include\Thany.inc(243)
|
||||
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngFunctions.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngFunctions.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngFunctions.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngFunctions.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngFunctions.pas(8)
D:\PROYEC~1\COMPON~1\PNGCOM~1\Source\PngFunctions.pas(8) Fatal: File not found: 'PNG_D7.dcp'
|
||||
|
||||
|
||||
|
||||
Adding Package BPL to Registry
|
||||
Adding: $(Delphi)\Projects\Bpl\PNG_D7.bpl
|
||||
***************************************
|
||||
END: Compiling Component Package
|
||||
***************************************
|
||||
|
||||
File diff suppressed because one or more lines are too long
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.
@ -1,47 +0,0 @@
|
||||
[REGKEY]
|
||||
Name=Thany\PngComponents
|
||||
|
||||
[D4_PACKAGES]
|
||||
Package1=
|
||||
Package2=
|
||||
|
||||
[D5_PACKAGES]
|
||||
Package1=PNG_D5
|
||||
Package2=PngComponentsD5
|
||||
Package3=PngComponentsD5D
|
||||
|
||||
[D6_PACKAGES]
|
||||
Package1=PNG_D6
|
||||
Package2=PngComponentsD6
|
||||
Package3=PngComponentsD6D
|
||||
|
||||
[D7_PACKAGES]
|
||||
Package1=PNG_D7
|
||||
Package2=PngComponentsD7
|
||||
Package3=PngComponentsD7D
|
||||
|
||||
[D8_PACKAGES]
|
||||
Package1=
|
||||
Package2=
|
||||
|
||||
[D9_PACKAGES]
|
||||
Package1=PNG_D9
|
||||
Package2=PngComponentsD9
|
||||
Package3=PngComponentsD9D
|
||||
|
||||
[C3_PACKAGES]
|
||||
Package1=
|
||||
Package2=
|
||||
|
||||
[C4_PACKAGES]
|
||||
Package1=
|
||||
Package2=
|
||||
|
||||
[C5_PACKAGES]
|
||||
Package1=
|
||||
Package2=
|
||||
|
||||
[C6_PACKAGES]
|
||||
Package1=
|
||||
Package2=
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user