home *** CD-ROM | disk | FTP | other *** search
- rem *** Constants for disc
-
- '$define IsRunAdvertOnStartUp
-
- '$define IsUsingOnLineReg
-
- const Dir_Group = ""
-
- rem *** Constants specific to The Unexplained
-
- '$define IsUnexplained
-
- const Dir_UnexplainedRoot = "\Unx"
- const INI_Unexplained = "unx.INI"
- const DLL_Unexplained = "unx.DLL"
-
- const Icon_Unexplained = "\unx.ico"
-
- const Sect_UnexplainedBinary = "FlagTower Unexplained binaries"
- const Sect_UnexplainedEngine = "FlagTower Unexplained AV Engine"
- const Sect_UnexplainedAccusoftGold = "FlagTower Unexplained Accusoft Pro Gold"
- const Sect_UnexplainedDatabase = "FlagTower Unexplained database"
- const Sect_UnexplainedCDilla = "FlagTower C-Dilla Unexplained"
-
- global Path_UnexplainedRoot as string
- global Path_UnexplainedBinary as string
- global Path_UnexplainedEngine as string
- global Path_UnexplainedDatabase as string
-