/jcl/packages/d6/JclRepositoryExpert.dpk

https://github.com/the-Arioch/jcl · Unknown · 68 lines · 62 code · 6 blank · 0 comment · 0 complexity · 82fceff2200d8fd9e67d8d1f066803ea MD5 · raw file

  1. package 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. Last generated: 01-01-2013 11:45:37 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 $58180000}
  32. {$DESCRIPTION 'JCL Package containing repository wizards'}
  33. {$LIBSUFFIX 'D60'}
  34. {$DESIGNONLY}
  35. {$IMPLICITBUILD OFF}
  36. {$DEFINE WIN32}
  37. {$DEFINE CONDITIONALEXPRESSIONS}
  38. {$DEFINE VER140}
  39. {$DEFINE RELEASE}
  40. requires
  41. rtl,
  42. vcl,
  43. designide,
  44. Jcl,
  45. JclContainers,
  46. JclBaseExpert,
  47. JclDeveloperTools
  48. ;
  49. contains
  50. JclOtaRepositoryUtils in '..\..\experts\repository\JclOtaRepositoryUtils.pas' ,
  51. JclOtaRepositoryReg in '..\..\experts\repository\JclOtaRepositoryReg.pas' ,
  52. JclOtaExcDlgRepository in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgRepository.pas' ,
  53. JclOtaExcDlgWizard in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgWizard.pas' {JclOtaExcDlgForm},
  54. JclOtaExcDlgFileFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgFileFrame.pas' {JclOtaExcDlgFilePage: TFrame},
  55. JclOtaExcDlgFormFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgFormFrame.pas' {JclOtaExcDlgFormPage: TFrame},
  56. JclOtaExcDlgSystemFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgSystemFrame.pas' {JclOtaExcDlgSystemPage: TFrame},
  57. JclOtaExcDlgLogFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgLogFrame.pas' {JclOtaExcDlgLogPage: TFrame},
  58. JclOtaExcDlgTraceFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgTraceFrame.pas' {JclOtaExcDlgTracePage: TFrame},
  59. JclOtaExcDlgThreadFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgThreadFrame.pas' {JclOtaExcDlgThreadPage: TFrame},
  60. JclOtaExcDlgIgnoreFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgIgnoreFrame.pas' {JclOtaExcDlgIgnoredPage: TFrame}
  61. ;
  62. end.