This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-goldedplus/MSGBase.def

23 lines
784 B
Modula-2

# Uncomment to disable Ezycom messagebase format
#CPPFLAGS+=-DGMB_NOEZY
# Uncomment to disable Goldbase messagebase format
#CPPFLAGS+=-DGMB_NOGOLD
# Uncomment to disable Hudson messagebase format
#CPPFLAGS+=-DGMB_NOHUDS
# Uncomment to disable JAM messagebase format
#CPPFLAGS+=-DGMB_NOJAM
# Uncomment to disable PCBoard messagebase format
#CPPFLAGS+=-DGMB_NOPCB
# Uncomment to disable Squish messagebase format
#CPPFLAGS+=-DGMB_NOSQSH
# Uncomment to disable SMB messagebase format
#CPPFLAGS+=-DGMB_NOSMB
# Uncomment to disable WildCat! messagebase format
#CPPFLAGS+=-DGMB_NOWCAT
# Uncomment to disable AdeptXBBS messagebase format
#CPPFLAGS+=-DGMB_NOXBBS
ifeq ($(BUILD),minimal)
CPPFLAGS+=-DGMB_NOEZY -DGMB_NOGOLD -DGMB_NOHUDS -DGMB_NOPCB -DGMB_NOSMB -DGMB_NOWCAT -DGMB_NOXBBS
endif