forked from MirrorRepos/RomWBW
The QPM portion of the build has been updated to dynamically combine the current CBIOS with the static QPM CCP and BDOS binaries. This will keep the QPM system image up to date and avoid HBIOS version mismatch warnings.
22 lines
418 B
Makefile
22 lines
418 B
Makefile
#
|
|
# order is actually important, because of build dependencies
|
|
#
|
|
SUBDIRS = HDIAG
|
|
SUBDIRS += Prop
|
|
SUBDIRS += Apps
|
|
SUBDIRS += CBIOS
|
|
SUBDIRS += Forth
|
|
SUBDIRS += TastyBasic
|
|
SUBDIRS += Fonts
|
|
SUBDIRS += CPM22 ZCPR ZCPR-DJ ZSDOS CPM3 ZPM3 QPM
|
|
#SUBDIRS += BPBIOS
|
|
SUBDIRS += pSys
|
|
SUBDIRS += RomDsk
|
|
SUBDIRS += HBIOS
|
|
SUBDIRS += Images
|
|
SUBDIRS += ZRC
|
|
SUBDIRS += ZZRC
|
|
#SUBDIRS += Doc
|
|
TOOLS = ../Tools
|
|
include $(TOOLS)/Makefile.inc
|