/jcl/packages/d7/JclRepositoryExpertDLL.dpr
Pascal | 60 lines | 18 code | 5 blank | 37 comment | 0 complexity | f7c2fc759cd16ac7c68a893e79f5ca7a MD5 | raw file
Possible License(s): BSD-3-Clause
1Library JclRepositoryExpertDLL; 2{ 3----------------------------------------------------------------------------- 4 DO NOT EDIT THIS FILE, IT IS GENERATED BY THE PACKAGE GENERATOR 5 ALWAYS EDIT THE RELATED XML FILE (JclRepositoryExpertDLL-L.xml) 6 7 Last generated: 09-04-2012 16:01:28 UTC 8----------------------------------------------------------------------------- 9} 10 11{$R *.res} 12{$ALIGN 8} 13{$ASSERTIONS ON} 14{$BOOLEVAL OFF} 15{$DEBUGINFO OFF} 16{$EXTENDEDSYNTAX ON} 17{$IMPORTEDDATA ON} 18{$IOCHECKS ON} 19{$LOCALSYMBOLS OFF} 20{$LONGSTRINGS ON} 21{$OPENSTRINGS ON} 22{$OPTIMIZATION ON} 23{$OVERFLOWCHECKS OFF} 24{$RANGECHECKS OFF} 25{$REFERENCEINFO OFF} 26{$SAFEDIVIDE OFF} 27{$STACKFRAMES OFF} 28{$TYPEDADDRESS OFF} 29{$VARSTRINGCHECKS ON} 30{$WRITEABLECONST OFF} 31{$MINENUMSIZE 1} 32{$IMAGEBASE $58180000} 33{$DESCRIPTION 'JCL Package containing repository wizards'} 34{$LIBSUFFIX '70'} 35{$IMPLICITBUILD OFF} 36 37{$DEFINE WIN32} 38{$DEFINE CONDITIONALEXPRESSIONS} 39{$DEFINE VER150} 40{$DEFINE RELEASE} 41 42uses 43 ToolsAPI, 44 JclOtaRepositoryUtils in '..\..\experts\repository\JclOtaRepositoryUtils.pas' , 45 JclOtaRepositoryReg in '..\..\experts\repository\JclOtaRepositoryReg.pas' , 46 JclOtaExcDlgRepository in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgRepository.pas' , 47 JclOtaExcDlgWizard in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgWizard.pas' {JclOtaExcDlgForm}, 48 JclOtaExcDlgFileFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgFileFrame.pas' {JclOtaExcDlgFilePage: TFrame}, 49 JclOtaExcDlgFormFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgFormFrame.pas' {JclOtaExcDlgFormPage: TFrame}, 50 JclOtaExcDlgSystemFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgSystemFrame.pas' {JclOtaExcDlgSystemPage: TFrame}, 51 JclOtaExcDlgLogFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgLogFrame.pas' {JclOtaExcDlgLogPage: TFrame}, 52 JclOtaExcDlgTraceFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgTraceFrame.pas' {JclOtaExcDlgTracePage: TFrame}, 53 JclOtaExcDlgThreadFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgThreadFrame.pas' {JclOtaExcDlgThreadPage: TFrame}, 54 JclOtaExcDlgIgnoreFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgIgnoreFrame.pas' {JclOtaExcDlgIgnorePage: TFrame} 55 ; 56 57exports 58 JCLWizardInit name WizardEntryPoint; 59 60end.