home *** CD-ROM | disk | FTP | other *** search
- rem *** Constants specific to Space promo
-
- rem '$define IsSpacePromo
-
- const Dir_SpaceRoot = "\SPAPROMO"
- const INI_Space = "PROMO.INI"
- const DLL_Space = "PROMO.DLL"
-
- const Icon_Space = 2
-
- const Sect_SpaceBinary = "Space Demo binaries"
- const Sect_SpaceEngine = "Space AV Engine"
- const Sect_SpaceAccusoftGold = "Space Accusoft Pro Gold"
- const Sect_SpaceDatabase = "Space Demo database"
- const Sect_SpaceCDilla = "C-Dilla Space Demo"
-
- global Path_SpaceRoot as string
- global Path_SpaceBinary as string
- global Path_SpaceEngine as string
- global Path_SpaceDatabase as string
-
- rem *** Constants specific to WW2 promo
-
- rem '$define IsWW2Promo
-
- const Dir_WW2Root = "\WW2PROMO"
- const INI_WW2 = "PROMO.INI"
- const DLL_WW2 = "PROMO.DLL"
-
- const Icon_WW2 = 5
-
- const Sect_WW2Binary = "WW2 Demo binaries"
- const Sect_WW2Engine = "WW2 AV Engine"
- const Sect_WW2AccusoftGold = "WW2 Accusoft Pro Gold"
- const Sect_WW2Database = "WW2 Demo database"
- const Sect_WW2CDilla = "C-Dilla WW2 Demo"
-
- global Path_WW2Root as string
- global Path_WW2Binary as string
- global Path_WW2Engine as string
- global Path_WW2Database as string
-
- rem *** Constants specific to First World War promo
-
- rem '$define IsFWWPromo
-
- const Dir_FWWRoot = "\FWWPROMO"
- const INI_FWW = "WW1.INI"
- const DLL_FWW = "WW1.DLL"
-
- const Icon_FWW = 4
-
- const Sect_FWWBinary = "FWW Demo binaries"
- const Sect_FWWEngine = "FWW AV Engine"
- const Sect_FWWAccusoftGold = "FWW Accusoft Pro Gold"
- const Sect_FWWDatabase = "FWW Demo database"
- const Sect_FWWCDilla = "C-Dilla FWW Demo"
-
- global Path_FWWRoot as string
- global Path_FWWBinary as string
- global Path_FWWEngine as string
- global Path_FWWDatabase as string
-
- rem *** Constants specific to War in the Pacific promo
-
- '$define IsWPCPromo
-
- const Dir_WPCRoot = "\WPCPROMO"
- const INI_WPC = "WARPAC.INI"
- const DLL_WPC = "WARPAC.DLL"
-
- const Icon_WPC = 3
-
- const Sect_WPCBinary = "WPC Demo binaries"
- const Sect_WPCEngine = "WPC AV Engine"
- const Sect_WPCAccusoftGold = "WPC Accusoft Pro Gold"
- const Sect_WPCDatabase = "WPC Demo database"
- const Sect_WPCCDilla = "C-Dilla WPC Demo"
-
- global Path_WPCRoot as string
- global Path_WPCBinary as string
- global Path_WPCEngine as string
- global Path_WPCDatabase as string
-