Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

80 рядки
1.5 KiB

  1. #ifndef __CONFIG_H__
  2. #define __CONFIG_H__
  3. #define IL_USE_PRAGMA_LIBS // Links to only the libraries that are requested.
  4. #define IL_INLINE_ASM 1 // Define if you can support at least some ASM
  5. // Supported images formats (IL)
  6. // #define IL_NO_BLP
  7. // #define IL_NO_BMP
  8. // #define IL_NO_CUT
  9. // #define IL_NO_CHEAD
  10. // #define IL_NO_DCX
  11. // #define IL_NO_DDS
  12. // #define IL_NO_DICOM
  13. // #define IL_NO_DOOM
  14. // #define IL_NO_EXR
  15. // #define IL_NO_FITS
  16. // #define IL_NO_FTX
  17. // #define IL_NO_GIF
  18. // #define IL_NO_HDR
  19. // #define IL_NO_ICO
  20. // #define IL_NO_ICNS
  21. // #define IL_NO_IWI
  22. // #define IL_NO_JP2
  23. // #define IL_NO_JPG
  24. // #define IL_NO_LCMS
  25. // #define IL_NO_LIF
  26. // #define IL_NO_MDL
  27. // #define IL_NO_MNG
  28. // #define IL_NO_PCD
  29. // #define IL_NO_PCX
  30. // #define IL_NO_PIC
  31. // #define IL_NO_PIX
  32. // #define IL_NO_PNG
  33. // #define IL_NO_PNM
  34. // #define IL_NO_PSD
  35. // #define IL_NO_PSP
  36. // #define IL_NO_PXR
  37. // #define IL_NO_RAW
  38. // #define IL_NO_ROT
  39. // #define IL_NO_SGI
  40. // #define IL_NO_SUN
  41. // #define IL_NO_TGA
  42. // #define IL_NO_TIF
  43. // #define IL_NO_TPL
  44. // #define IL_NO_WAL
  45. // #define IL_NO_WDP
  46. // #define IL_NO_XPM
  47. #define IL_USE_JPEGLIB_UNMODIFIED 1
  48. #define IL_USE_DXTC_NVIDIA
  49. #define IL_USE_DXTC_SQUISH
  50. //#define IL_NO_GAMES
  51. /* Supported api (ilut) */
  52. //
  53. // sorry just
  54. // cant get this one to work under windows
  55. // have disabled for the now
  56. //
  57. // will look at it some more later
  58. //
  59. // Kriss
  60. //
  61. #undef ILUT_USE_ALLEGRO
  62. #undef ILUT_USE_DIRECTX8
  63. #define ILUT_USE_DIRECTX9
  64. #define ILUT_USE_DIRECTX10
  65. #define ILUT_USE_OPENGL
  66. #define ILUT_USE_SDL
  67. #define ILUT_USE_WIN32
  68. #endif /* __CONFIG_H__ */