home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1996 January / buyer-0196.iso / promos.inc < prev    next >
Text File  |  1995-10-03  |  2KB  |  84 lines

  1. rem *** Constants specific to Space promo
  2.  
  3. '$define IsSpacePromo
  4.  
  5. const Dir_SpaceRoot       = "\SPAPROMO"
  6. const INI_Space        = "PROMO.INI"
  7. const DLL_Space        = "PROMO.DLL"
  8.  
  9. const Icon_Space    = 2
  10.  
  11. const Sect_SpaceBinary        = "Space Demo binaries"
  12. const Sect_SpaceEngine        = "Space AV Engine"
  13. const Sect_SpaceAccusoftGold    = "Space Accusoft Pro Gold"
  14. const Sect_SpaceDatabase    = "Space Demo database"
  15. const Sect_SpaceCDilla        = "C-Dilla Space Demo"
  16.  
  17. global Path_SpaceRoot as string
  18. global Path_SpaceBinary as string
  19. global Path_SpaceEngine as string
  20. global Path_SpaceDatabase as string
  21.  
  22. rem *** Constants specific to WW2 promo
  23.  
  24. rem '$define IsWW2Promo
  25.  
  26. const Dir_WW2Root       = "\WW2PROMO"
  27. const INI_WW2        = "PROMO.INI"
  28. const DLL_WW2        = "PROMO.DLL"
  29.  
  30. const Icon_WW2        = 5
  31.  
  32. const Sect_WW2Binary        = "WW2 Demo binaries"
  33. const Sect_WW2Engine        = "WW2 AV Engine"
  34. const Sect_WW2AccusoftGold    = "WW2 Accusoft Pro Gold"
  35. const Sect_WW2Database        = "WW2 Demo database"
  36. const Sect_WW2CDilla        = "C-Dilla WW2 Demo"
  37.  
  38. global Path_WW2Root as string
  39. global Path_WW2Binary as string
  40. global Path_WW2Engine as string
  41. global Path_WW2Database as string
  42.  
  43. rem *** Constants specific to First World War promo
  44.  
  45. rem '$define IsFWWPromo
  46.  
  47. const Dir_FWWRoot       = "\FWWPROMO"
  48. const INI_FWW        = "WW1.INI"
  49. const DLL_FWW        = "WW1.DLL"
  50.  
  51. const Icon_FWW        = 4
  52.  
  53. const Sect_FWWBinary        = "FWW Demo binaries"
  54. const Sect_FWWEngine        = "FWW AV Engine"
  55. const Sect_FWWAccusoftGold    = "FWW Accusoft Pro Gold"
  56. const Sect_FWWDatabase        = "FWW Demo database"
  57. const Sect_FWWCDilla        = "C-Dilla FWW Demo"
  58.  
  59. global Path_FWWRoot as string
  60. global Path_FWWBinary as string
  61. global Path_FWWEngine as string
  62. global Path_FWWDatabase as string
  63.  
  64. rem *** Constants specific to War in the Pacific promo
  65.  
  66. rem '$define IsWPCPromo
  67.  
  68. const Dir_WPCRoot       = "\WPCPROMO"
  69. const INI_WPC        = "WARPAC.INI"
  70. const DLL_WPC        = "WARPAC.DLL"
  71.  
  72. const Icon_WPC        = 3
  73.  
  74. const Sect_WPCBinary        = "WPC Demo binaries"
  75. const Sect_WPCEngine        = "WPC AV Engine"
  76. const Sect_WPCAccusoftGold    = "WPC Accusoft Pro Gold"
  77. const Sect_WPCDatabase        = "WPC Demo database"
  78. const Sect_WPCCDilla        = "C-Dilla WPC Demo"
  79.  
  80. global Path_WPCRoot as string
  81. global Path_WPCBinary as string
  82. global Path_WPCEngine as string
  83. global Path_WPCDatabase as string
  84.