home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 1997 March / VPR9703A.ISO / VPR_DATA / DOGA / SOURCES / REND.LZH / REND / VERSION.C < prev    next >
Text File  |  1996-06-30  |  822b  |  59 lines

  1. char *version =
  2.             " Version 2.25+T8.2.8"
  3. #ifdef FLOAT
  4.             "f"
  5. #endif
  6. #if 0
  7.             "\n"
  8. #ifdef HIVISION
  9.             "+HiVision 1.12"
  10. #endif
  11. #ifdef WIREVIEW
  12.             "+WireView 1.00"
  13. #endif
  14. #ifdef EMS
  15.             "+EMS 1.04"
  16. #endif
  17. #if 1
  18.             "+24bitFullColor 1.02"
  19. #endif
  20. #ifdef SPEC
  21.             "+Specular 1.01"
  22. #endif
  23. #ifdef Star
  24.             "+Star 1.21"
  25. #endif
  26. #endif
  27.             "\n";
  28. char *copyright =
  29.             "Copyright (C) T.Kobayashi/Prodige 1989,1990,1991.  All rights reserved.\n"
  30. #if 1
  31. #if 0
  32. #ifdef HIVISION
  33.             "HiVision, "
  34. #endif
  35. #endif
  36. #if 0
  37. #ifdef WIREVIEW
  38.             "WireView, "
  39. #endif
  40. #endif
  41. #ifdef EMS
  42.             "EMS, "
  43. #endif
  44. #if 1
  45.             "24bitFullColor, "
  46. #endif
  47. #ifdef SPEC
  48.             "Specular, "
  49. #endif
  50. #ifdef STAR
  51.             "Star, "
  52. #endif
  53. #ifdef REFMAP
  54.             "ReflectionMapping, "
  55. #endif
  56.             "\x1b[D\x1b[D By M.Takatsu/DoGA\n"
  57. #endif
  58.             ;
  59.