Subversion Repositories spacemission

Rev

Blame | Last modification | View Log | RSS feed

  1. package DelphiX40;
  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.   vcljpg40;
  33.  
  34. contains
  35.   DIB in 'DIB.pas',
  36.   DXClass in 'DXClass.pas',
  37.   DXConsts in 'DXConsts.pas',
  38.   DXDraws in 'DXDraws.pas',
  39.   DXETable in 'DXETable.pas',
  40.   DXInput in 'DXInput.pas',
  41.   DXPlay in 'DXPlay.pas',
  42.   DXPlayFm in 'DXPlayFm.pas' {DelphiXDXPlayForm},
  43.   DXRender in 'DXRender.pas',
  44.   DXReg in 'DXReg.pas',
  45.   DXSounds in 'DXSounds.pas',
  46.   DXSprite in 'DXSprite.pas',
  47.   DXWave in 'DXWave.pas',
  48.   DXFFBEdit in 'DXFFBEdit.pas' {DelphiXFFEditForm},
  49.   DXGUIDEdit in 'DXGUIDEdit.pas' {DelphiXGUIDEditForm},
  50.   DXInptEdit in 'DXInptEdit.pas' {DelphiXInputEditForm},
  51.   DXPictEdit in 'DXPictEdit.pas' {DelphiXPictureEditForm},
  52.   DXWaveEdit in 'DXWaveEdit.pas' {DelphiXWaveEditForm},
  53.   turbopixels in 'TurboPixels.pas',
  54.   DXSpriteEdit in 'DXSpriteEdit.pas',
  55.   DXMidiEdit in 'DXMidiEdit.pas' {DelphiXMidiEditForm},
  56.   DXMapEditProperties in 'DXMapEditProperties.pas' {DelphiXMapEditPropertiesForm},
  57.   DXMapEdit in 'DXMapEdit.pas' {DelphiXMapEditForm},
  58.   DXPathEdit in 'DxPathEdit.pas' {DelphiXPathsEditForm},
  59.   DXGlueItEdit in 'DXGlueItEdit.pas' {DXGlueItEditor},
  60.   DXDIBEffectEdit in 'DXDIBEffectEdit.pas' {TDelphiXDIBEffectEditForm};
  61.  
  62. end.