MMToolsDsgn_d7.dpk 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. package MMToolsDsgn_d7;
  2. {$R *.res}
  3. {$ALIGN 8}
  4. {$ASSERTIONS OFF}
  5. {$BOOLEVAL OFF}
  6. {$DEBUGINFO OFF}
  7. {$EXTENDEDSYNTAX ON}
  8. {$IMPORTEDDATA ON}
  9. {$IOCHECKS OFF}
  10. {$LOCALSYMBOLS OFF}
  11. {$LONGSTRINGS ON}
  12. {$OPENSTRINGS ON}
  13. {$OPTIMIZATION ON}
  14. {$OVERFLOWCHECKS OFF}
  15. {$RANGECHECKS OFF}
  16. {$REFERENCEINFO OFF}
  17. {$SAFEDIVIDE OFF}
  18. {$STACKFRAMES OFF}
  19. {$TYPEDADDRESS OFF}
  20. {$VARSTRINGCHECKS ON}
  21. {$WRITEABLECONST ON}
  22. {$MINENUMSIZE 1}
  23. {$IMAGEBASE $400000}
  24. {$DESCRIPTION 'SwiftSoft Multimedia Tools Design Package 2.0'}
  25. {$DESIGNONLY}
  26. {$IMPLICITBUILD ON}
  27. requires
  28. Designide,
  29. MMTools_d7;
  30. contains
  31. MMBmpDlg in '..\Source\MMBmpDlg.pas',
  32. MMBPMPrp in '..\Source\MMBPMPrp.pas',
  33. MMDesReg in '..\Source\MMDesReg.pas',
  34. MMDSPProps in '..\Source\MMDSPProps.pas',
  35. MMDSProps in '..\Source\MMDSProps.pas',
  36. MMDSReg in '..\Source\MMDSReg.pas',
  37. MMEnvDlg in '..\Source\MMEnvDlg.pas',
  38. MMEnvPrp in '..\Source\MMEnvPrp.pas',
  39. MMEQDlg in '..\Source\MMEQDlg.pas',
  40. MMFFEdit in '..\Source\MMFFEdit.pas',
  41. MMFFPrp in '..\Source\MMFFPrp.pas',
  42. MMFirDlg in '..\Source\MMFirDlg.pas',
  43. MMFltPrp in '..\Source\MMFltPrp.pas',
  44. MMFltReg in '..\Source\MMFltReg.pas',
  45. MMFxProp in '..\Source\MMFxProp.pas',
  46. MMFXReg in '..\Source\MMFXReg.pas',
  47. MMIDE in '..\Source\MMIDE.pas',
  48. MMIdxPrp in '..\Source\MMIdxPrp.pas',
  49. MMMixReg in '..\Source\MMMixReg.pas',
  50. MMProgr in '..\Source\MMProgr.pas',
  51. MMPropEd in '..\Source\MMPropEd.pas',
  52. MMRvbDlg in '..\Source\MMRvbDlg.pas',
  53. MMRvbPrp in '..\Source\MMRvbPrp.pas',
  54. MMTools in '..\Source\MMTools.pas',
  55. MMTrnPrp in '..\Source\MMTrnPrp.pas',
  56. MMVisReg in '..\Source\MMVisReg.pas',
  57. MMWavPrp in '..\Source\MMWavPrp.pas',
  58. MMWavReg in '..\Source\MMWavReg.pas';
  59. end.