/jcl/packages/d16/JclBaseExpert.dpk
Unknown | 70 lines | 64 code | 6 blank | 0 comment | 0 complexity | 22c02118ba0a1c6ce0ecf086dbc8fceb MD5 | raw file
Possible License(s): BSD-3-Clause
1package JclBaseExpert; 2{ 3----------------------------------------------------------------------------- 4 DO NOT EDIT THIS FILE, IT IS GENERATED BY THE PACKAGE GENERATOR 5 ALWAYS EDIT THE RELATED XML FILE (JclBaseExpert-D.xml) 6 7 Last generated: 01-01-2013 11:45:41 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 $58000000} 34{$DESCRIPTION 'JCL Package containing common units for JCL Experts'} 35{$LIBSUFFIX '160'} 36{$DESIGNONLY} 37{$IMPLICITBUILD OFF} 38 39{$DEFINE BCB} 40{$DEFINE WIN32} 41{$DEFINE CONDITIONALEXPRESSIONS} 42{$DEFINE RELEASE} 43 44requires 45 rtl, 46 vcl, 47 vclx, 48 designide, 49 Jcl, 50 JclDeveloperTools 51 ; 52 53contains 54 JediRegInfo in '..\..\install\JediRegInfo.pas' , 55 JclOtaUtils in '..\..\experts\common\JclOtaUtils.pas' , 56 JclOtaResources in '..\..\experts\common\JclOtaResources.pas' , 57 JclOtaConsts in '..\..\experts\common\JclOtaConsts.pas' , 58 JclOtaExceptionForm in '..\..\experts\common\JclOtaExceptionForm.pas' {JclExpertExceptionForm}, 59 JclOtaConfigurationForm in '..\..\experts\common\JclOtaConfigurationForm.pas' {JclOtaOptionsForm}, 60 JclOtaActionConfigureSheet in '..\..\experts\common\JclOtaActionConfigureSheet.pas' {JclOtaActionConfigureFrame: TFrame}, 61 JclOtaActions in '..\..\experts\common\JclOtaActions.pas' , 62 JclOtaUnitVersioningSheet in '..\..\experts\common\JclOtaUnitVersioningSheet.pas' {JclOtaUnitVersioningFrame: TFrame}, 63 JclOtaUnitVersioning in '..\..\experts\common\JclOtaUnitVersioning.pas' , 64 JclOtaWizardForm in '..\..\experts\common\JclOtaWizardForm.pas' {JclWizardForm}, 65 JclOtaWizardFrame in '..\..\experts\common\JclOtaWizardFrame.pas' {JclWizardFrame: TFrame}, 66 JclOtaAddinOptions in '..\..\experts\common\JclOtaAddinOptions.pas' , 67 JclOtaEmptyAddinOptionsFrame in '..\..\experts\common\JclOtaEmptyAddinOptionsFrame.pas' {JclOtaEmptyAddinOptionsFrm: TFrame} 68 ; 69 70end.