/jcl/packages/d16/JclBaseExpert.dpk

https://github.com/the-Arioch/jcl · Unknown · 70 lines · 64 code · 6 blank · 0 comment · 0 complexity · 22c02118ba0a1c6ce0ecf086dbc8fceb MD5 · raw file

  1. package 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. Last generated: 01-01-2013 11:45:41 UTC
  7. -----------------------------------------------------------------------------
  8. }
  9. {$R *.res}
  10. {$ALIGN 8}
  11. {$ASSERTIONS ON}
  12. {$BOOLEVAL OFF}
  13. {$DEBUGINFO OFF}
  14. {$DEFINITIONINFO ON}
  15. {$EXTENDEDSYNTAX ON}
  16. {$IMPORTEDDATA ON}
  17. {$IOCHECKS ON}
  18. {$LOCALSYMBOLS ON}
  19. {$LONGSTRINGS ON}
  20. {$OPENSTRINGS ON}
  21. {$OPTIMIZATION ON}
  22. {$OVERFLOWCHECKS OFF}
  23. {$RANGECHECKS OFF}
  24. {$REFERENCEINFO ON}
  25. {$SAFEDIVIDE OFF}
  26. {$STACKFRAMES OFF}
  27. {$TYPEDADDRESS OFF}
  28. {$VARSTRINGCHECKS ON}
  29. {$WRITEABLECONST ON}
  30. {$MINENUMSIZE 1}
  31. {$IMAGEBASE $58000000}
  32. {$DESCRIPTION 'JCL Package containing common units for JCL Experts'}
  33. {$LIBSUFFIX '160'}
  34. {$DESIGNONLY}
  35. {$IMPLICITBUILD OFF}
  36. {$DEFINE BCB}
  37. {$DEFINE WIN32}
  38. {$DEFINE CONDITIONALEXPRESSIONS}
  39. {$DEFINE RELEASE}
  40. requires
  41. rtl,
  42. vcl,
  43. vclx,
  44. designide,
  45. Jcl,
  46. JclDeveloperTools
  47. ;
  48. contains
  49. JediRegInfo in '..\..\install\JediRegInfo.pas' ,
  50. JclOtaUtils in '..\..\experts\common\JclOtaUtils.pas' ,
  51. JclOtaResources in '..\..\experts\common\JclOtaResources.pas' ,
  52. JclOtaConsts in '..\..\experts\common\JclOtaConsts.pas' ,
  53. JclOtaExceptionForm in '..\..\experts\common\JclOtaExceptionForm.pas' {JclExpertExceptionForm},
  54. JclOtaConfigurationForm in '..\..\experts\common\JclOtaConfigurationForm.pas' {JclOtaOptionsForm},
  55. JclOtaActionConfigureSheet in '..\..\experts\common\JclOtaActionConfigureSheet.pas' {JclOtaActionConfigureFrame: TFrame},
  56. JclOtaActions in '..\..\experts\common\JclOtaActions.pas' ,
  57. JclOtaUnitVersioningSheet in '..\..\experts\common\JclOtaUnitVersioningSheet.pas' {JclOtaUnitVersioningFrame: TFrame},
  58. JclOtaUnitVersioning in '..\..\experts\common\JclOtaUnitVersioning.pas' ,
  59. JclOtaWizardForm in '..\..\experts\common\JclOtaWizardForm.pas' {JclWizardForm},
  60. JclOtaWizardFrame in '..\..\experts\common\JclOtaWizardFrame.pas' {JclWizardFrame: TFrame},
  61. JclOtaAddinOptions in '..\..\experts\common\JclOtaAddinOptions.pas' ,
  62. JclOtaEmptyAddinOptionsFrame in '..\..\experts\common\JclOtaEmptyAddinOptionsFrame.pas' {JclOtaEmptyAddinOptionsFrm: TFrame}
  63. ;
  64. end.