55 lines
2.0 KiB
ObjectPascal
55 lines
2.0 KiB
ObjectPascal
Library JclRepositoryExpertDLL;
|
|
{
|
|
-----------------------------------------------------------------------------
|
|
DO NOT EDIT THIS FILE, IT IS GENERATED BY THE PACKAGE GENERATOR
|
|
ALWAYS EDIT THE RELATED XML FILE (JclRepositoryExpertDLL-L.xml)
|
|
|
|
Last generated: 16-02-2007 19:07:52 UTC
|
|
-----------------------------------------------------------------------------
|
|
}
|
|
|
|
{$R *.res}
|
|
{$ALIGN 8}
|
|
{$ASSERTIONS ON}
|
|
{$BOOLEVAL OFF}
|
|
{$DEBUGINFO OFF}
|
|
{$EXTENDEDSYNTAX ON}
|
|
{$IMPORTEDDATA ON}
|
|
{$IOCHECKS ON}
|
|
{$LOCALSYMBOLS OFF}
|
|
{$LONGSTRINGS ON}
|
|
{$OPENSTRINGS ON}
|
|
{$OPTIMIZATION ON}
|
|
{$OVERFLOWCHECKS OFF}
|
|
{$RANGECHECKS OFF}
|
|
{$REFERENCEINFO OFF}
|
|
{$SAFEDIVIDE OFF}
|
|
{$STACKFRAMES OFF}
|
|
{$TYPEDADDRESS OFF}
|
|
{$VARSTRINGCHECKS ON}
|
|
{$WRITEABLECONST OFF}
|
|
{$MINENUMSIZE 1}
|
|
{$IMAGEBASE $58000000}
|
|
{$DESCRIPTION 'JCL Package containing repository wizards'}
|
|
{$LIBSUFFIX '70'}
|
|
{$IMPLICITBUILD OFF}
|
|
|
|
uses
|
|
ToolsAPI,
|
|
JclOtaRepositoryUtils in '..\..\experts\debug\dialog\JclOtaRepositoryUtils.pas' ,
|
|
JclOtaExcDlgRepository in '..\..\experts\debug\dialog\JclOtaExcDlgRepository.pas' ,
|
|
JclOtaRepositoryReg in '..\..\experts\debug\dialog\JclOtaRepositoryReg.pas' ,
|
|
JclOtaExcDlgWizard in '..\..\experts\debug\dialog\JclOtaExcDlgWizard.pas' {JclOtaExcDlgForm},
|
|
JclOtaExcDlgFileFrame in '..\..\experts\debug\dialog\JclOtaExcDlgFileFrame.pas' {JclOtaExcDlgFilePage: TFrame},
|
|
JclOtaExcDlgFormFrame in '..\..\experts\debug\dialog\JclOtaExcDlgFormFrame.pas' {JclOtaExcDlgFormPage: TFrame},
|
|
JclOtaExcDlgSystemFrame in '..\..\experts\debug\dialog\JclOtaExcDlgSystemFrame.pas' {JclOtaExcDlgSystemPage: TFrame},
|
|
JclOtaExcDlgTraceFrame in '..\..\experts\debug\dialog\JclOtaExcDlgTraceFrame.pas' {JclOtaExcDlgTracePage: TFrame},
|
|
JclOtaTemplates in '..\..\experts\debug\dialog\JclOtaTemplates.pas' ,
|
|
JclOtaExcDlgIgnoreFrame in '..\..\experts\debug\dialog\JclOtaExcDlgIgnoreFrame.pas' {JclOtaExcDlgIgnorePage: TFrame}
|
|
;
|
|
|
|
exports
|
|
JCLWizardInit name WizardEntryPoint;
|
|
|
|
end.
|