home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 23 / IOPROG_23.ISO / SOFT / DELPHIX.ZIP / Source / DelphiX_for4.dpk < prev    next >
Encoding:
Delphi Package  |  1998-10-06  |  1.2 KB  |  57 lines

  1. package DelphiX_for4;
  2.  
  3. {$R *.RES}
  4. {$R 'DelphiX.dcr'}
  5. {$ALIGN ON}
  6. {$ASSERTIONS OFF}
  7. {$BOOLEVAL OFF}
  8. {$DEBUGINFO OFF}
  9. {$EXTENDEDSYNTAX ON}
  10. {$IMPORTEDDATA ON}
  11. {$IOCHECKS OFF}
  12. {$LOCALSYMBOLS OFF}
  13. {$LONGSTRINGS ON}
  14. {$OPENSTRINGS ON}
  15. {$OPTIMIZATION ON}
  16. {$OVERFLOWCHECKS OFF}
  17. {$RANGECHECKS OFF}
  18. {$REFERENCEINFO OFF}
  19. {$SAFEDIVIDE OFF}
  20. {$STACKFRAMES OFF}
  21. {$TYPEDADDRESS OFF}
  22. {$VARSTRINGCHECKS ON}
  23. {$WRITEABLECONST ON}
  24. {$MINENUMSIZE 1}
  25. {$IMAGEBASE $00400000}
  26. {$DESCRIPTION 'DelphiX - DirectX components for Delphi'}
  27. {$IMPLICITBUILD ON}
  28.  
  29. requires
  30.   vcl40,
  31.   VCLSMP40;
  32.  
  33. contains
  34.   DIB in 'DIB.pas',
  35.   DXClass in 'DXClass.pas',
  36.   DXConsts in 'DXConsts.pas',
  37.   DXDraws in 'DXDraws.pas',
  38.   DXETable in 'DXETable.pas',
  39.   DXInput in 'DXInput.pas',
  40.   DXPlay in 'DXPlay.pas',
  41.   DXPlayFm in 'DXPlayFm.pas',
  42.   DXRender in 'DXRender.pas',
  43.   DXReg in 'DXReg.pas',
  44.   DXSounds in 'DXSounds.pas',
  45.   DXSprite in 'DXSprite.pas',
  46.   Wave in 'Wave.pas',
  47.   DXFFBEdit in 'DXFFBEdit.pas',
  48.   DXGUIDEdit in 'DXGUIDEdit.pas',
  49.   DXInptEdit in 'DXInptEdit.pas',
  50.   DXPictEdit in 'DXPictEdit.pas',
  51.   DXWaveEdit in 'DXWaveEdit.pas',
  52.   DirectX in 'DirectX.pas',
  53.   DShow in 'DShow.pas',
  54.   DAnim in 'DAnim.pas';
  55.  
  56. end.
  57.