/jcl/packages/d6/JclRepositoryExpert.dpk
Unknown | 68 lines | 62 code | 6 blank | 0 comment | 0 complexity | 82fceff2200d8fd9e67d8d1f066803ea MD5 | raw file
Possible License(s): BSD-3-Clause
1package JclRepositoryExpert; 2{ 3----------------------------------------------------------------------------- 4 DO NOT EDIT THIS FILE, IT IS GENERATED BY THE PACKAGE GENERATOR 5 ALWAYS EDIT THE RELATED XML FILE (JclRepositoryExpert-D.xml) 6 7 Last generated: 01-01-2013 11:45:37 UTC 8----------------------------------------------------------------------------- 9} 10 11{$R *.res} 12{$ALIGN 8} 13{$ASSERTIONS ON} 14{$BOOLEVAL OFF} 15{$DEBUGINFO OFF} 16{$DEFINITIONINFO ON} 17{$EXTENDEDSYNTAX ON} 18{$IMPORTEDDATA ON} 19{$IOCHECKS ON} 20{$LOCALSYMBOLS ON} 21{$LONGSTRINGS ON} 22{$OPENSTRINGS ON} 23{$OPTIMIZATION ON} 24{$OVERFLOWCHECKS OFF} 25{$RANGECHECKS OFF} 26{$REFERENCEINFO ON} 27{$SAFEDIVIDE OFF} 28{$STACKFRAMES OFF} 29{$TYPEDADDRESS OFF} 30{$VARSTRINGCHECKS ON} 31{$WRITEABLECONST ON} 32{$MINENUMSIZE 1} 33{$IMAGEBASE $58180000} 34{$DESCRIPTION 'JCL Package containing repository wizards'} 35{$LIBSUFFIX 'D60'} 36{$DESIGNONLY} 37{$IMPLICITBUILD OFF} 38 39{$DEFINE WIN32} 40{$DEFINE CONDITIONALEXPRESSIONS} 41{$DEFINE VER140} 42{$DEFINE RELEASE} 43 44requires 45 rtl, 46 vcl, 47 designide, 48 Jcl, 49 JclContainers, 50 JclBaseExpert, 51 JclDeveloperTools 52 ; 53 54contains 55 JclOtaRepositoryUtils in '..\..\experts\repository\JclOtaRepositoryUtils.pas' , 56 JclOtaRepositoryReg in '..\..\experts\repository\JclOtaRepositoryReg.pas' , 57 JclOtaExcDlgRepository in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgRepository.pas' , 58 JclOtaExcDlgWizard in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgWizard.pas' {JclOtaExcDlgForm}, 59 JclOtaExcDlgFileFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgFileFrame.pas' {JclOtaExcDlgFilePage: TFrame}, 60 JclOtaExcDlgFormFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgFormFrame.pas' {JclOtaExcDlgFormPage: TFrame}, 61 JclOtaExcDlgSystemFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgSystemFrame.pas' {JclOtaExcDlgSystemPage: TFrame}, 62 JclOtaExcDlgLogFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgLogFrame.pas' {JclOtaExcDlgLogPage: TFrame}, 63 JclOtaExcDlgTraceFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgTraceFrame.pas' {JclOtaExcDlgTracePage: TFrame}, 64 JclOtaExcDlgThreadFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgThreadFrame.pas' {JclOtaExcDlgThreadPage: TFrame}, 65 JclOtaExcDlgIgnoreFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgIgnoreFrame.pas' {JclOtaExcDlgIgnoredPage: TFrame} 66 ; 67 68end.