home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Software / Freeware / programare / graphics32 / GR32.inc < prev    next >
Text File  |  2004-12-10  |  2KB  |  88 lines

  1. {$IFDEF VER170}
  2.   {$DEFINE INLININGSUPPORTED}
  3.   {$DEFINE COMPILER2005}
  4.   {$DEFINE COMPILER7}
  5.   {$DEFINE COMPILER6}
  6.   {$DEFINE COMPILER5}
  7.   {$DEFINE COMPILER4}
  8.   {$IFNDEF BCB}
  9.     {$DEFINE DELPHI2005}
  10.   {$ELSE}
  11.     {$DEFINE BCB7}
  12.   {$ENDIF}
  13. {$ENDIF}
  14.  
  15. {$IFDEF VER150}
  16.   {$DEFINE COMPILER7}
  17.   {$DEFINE COMPILER6}
  18.   {$DEFINE COMPILER5}
  19.   {$DEFINE COMPILER4}
  20.   {$IFNDEF BCB}
  21.     {$DEFINE DELPHI7}
  22.   {$ELSE}
  23.     {$DEFINE BCB7}
  24.   {$ENDIF}
  25. {$ENDIF}
  26.  
  27. {$IFDEF VER140}
  28.   {$DEFINE COMPILER6}
  29.   {$DEFINE COMPILER5}
  30.   {$DEFINE COMPILER4}
  31.   {$IFNDEF BCB}
  32.     {$DEFINE DELPHI6}
  33.   {$ELSE}
  34.     {$DEFINE BCB6}
  35.   {$ENDIF}
  36. {$ENDIF}
  37.  
  38. {$IFDEF VER130}
  39.   {$DEFINE COMPILER5}
  40.   {$DEFINE COMPILER4}
  41.   {$IFNDEF BCB}
  42.     {$DEFINE DELPHI5}
  43.     {$DEFINE DELPHI4}
  44.   {$ELSE}
  45.     {$ObjExportAll On}
  46.     {$DEFINE BCB5}
  47.     {$DEFINE BCB4}
  48.   {$ENDIF}
  49. {$ENDIF}
  50.  
  51. {$IFDEF VER125}
  52.   {$DEFINE COMPILER4}
  53.   {$DEFINE BCB4}
  54. {$ENDIF}
  55.  
  56. {$IFDEF VER120}
  57.   {$DEFINE COMPILER4}
  58.   {$DEFINE DELPHI4}
  59. {$ENDIF}
  60.  
  61. {$IFNDEF COMPILER4}
  62. //////////////////////////////////////////////////////////////////////
  63. '  Graphics32 may only be installed with Delphi 4, Delphi 5,         '
  64. '  Delphi6, Delphi7, C++ Builder 4, C++ Builder 5, or C++Builder 6 ! '
  65. //////////////////////////////////////////////////////////////////////
  66. {$ENDIF}
  67.  
  68. {$IFDEF DELPHI5}
  69.   {$DEFINE EXT_PROP_EDIT}
  70. {$ENDIF}
  71.  
  72. {$IFDEF LINUX}
  73.   {$DEFINE CLX}
  74. {$ENDIF}
  75.  
  76. {$IFDEF INLININGSUPPORTED}
  77.   // comment the following define out if you want to avoid function inlining
  78.   // which might increase executable size but will give better performance in
  79.   // most cases.
  80.   {$DEFINE USEINLINING}
  81. {$ENDIF}
  82.  
  83. //{$DEFINE CLX}  // uncomment this if you want CLX for Windows
  84.  
  85. {$R-}{$Q-}  // switch off overflow and range checking
  86.  
  87. {$DEFINE XPTHEMES} // enable support for windows xp themes
  88.