/jcl/packages/d7/JclRepositoryExpertDLL.dpr

https://github.com/the-Arioch/jcl · Pascal · 60 lines · 18 code · 5 blank · 37 comment · 0 complexity · f7c2fc759cd16ac7c68a893e79f5ca7a MD5 · raw file

  1. Library 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. Last generated: 09-04-2012 16:01:28 UTC
  7. -----------------------------------------------------------------------------
  8. }
  9. {$R *.res}
  10. {$ALIGN 8}
  11. {$ASSERTIONS ON}
  12. {$BOOLEVAL OFF}
  13. {$DEBUGINFO OFF}
  14. {$EXTENDEDSYNTAX ON}
  15. {$IMPORTEDDATA ON}
  16. {$IOCHECKS ON}
  17. {$LOCALSYMBOLS OFF}
  18. {$LONGSTRINGS ON}
  19. {$OPENSTRINGS ON}
  20. {$OPTIMIZATION ON}
  21. {$OVERFLOWCHECKS OFF}
  22. {$RANGECHECKS OFF}
  23. {$REFERENCEINFO OFF}
  24. {$SAFEDIVIDE OFF}
  25. {$STACKFRAMES OFF}
  26. {$TYPEDADDRESS OFF}
  27. {$VARSTRINGCHECKS ON}
  28. {$WRITEABLECONST OFF}
  29. {$MINENUMSIZE 1}
  30. {$IMAGEBASE $58180000}
  31. {$DESCRIPTION 'JCL Package containing repository wizards'}
  32. {$LIBSUFFIX '70'}
  33. {$IMPLICITBUILD OFF}
  34. {$DEFINE WIN32}
  35. {$DEFINE CONDITIONALEXPRESSIONS}
  36. {$DEFINE VER150}
  37. {$DEFINE RELEASE}
  38. uses
  39. ToolsAPI,
  40. JclOtaRepositoryUtils in '..\..\experts\repository\JclOtaRepositoryUtils.pas' ,
  41. JclOtaRepositoryReg in '..\..\experts\repository\JclOtaRepositoryReg.pas' ,
  42. JclOtaExcDlgRepository in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgRepository.pas' ,
  43. JclOtaExcDlgWizard in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgWizard.pas' {JclOtaExcDlgForm},
  44. JclOtaExcDlgFileFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgFileFrame.pas' {JclOtaExcDlgFilePage: TFrame},
  45. JclOtaExcDlgFormFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgFormFrame.pas' {JclOtaExcDlgFormPage: TFrame},
  46. JclOtaExcDlgSystemFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgSystemFrame.pas' {JclOtaExcDlgSystemPage: TFrame},
  47. JclOtaExcDlgLogFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgLogFrame.pas' {JclOtaExcDlgLogPage: TFrame},
  48. JclOtaExcDlgTraceFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgTraceFrame.pas' {JclOtaExcDlgTracePage: TFrame},
  49. JclOtaExcDlgThreadFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgThreadFrame.pas' {JclOtaExcDlgThreadPage: TFrame},
  50. JclOtaExcDlgIgnoreFrame in '..\..\experts\repository\ExceptionDialog\JclOtaExcDlgIgnoreFrame.pas' {JclOtaExcDlgIgnorePage: TFrame}
  51. ;
  52. exports
  53. JCLWizardInit name WizardEntryPoint;
  54. end.