7 Commits

Author SHA1 Message Date
William McBrine
fc12fadc30 Remove the ability to build BBS-ready binary packages. 2019-01-13 13:37:51 -05:00
William McBrine
63d8c5308f Simplified Makefile descriptions; removed version commitments. 2019-01-13 13:20:40 -05:00
William McBrine
2c460b3c5f New "common" directory to unclutter the root, and eliminate a few more
redundant files from platform directories. (Yes, we already have
"pdcurses", but that's for the portable core; "common" is for files that
are more platform-specific, though shared by more than one platform.)
2018-12-04 12:36:39 -05:00
William McBrine
6b56929566 Eliminated term.h, terminfo.c; moved mvcur() to move.c . 2018-12-01 05:09:56 -05:00
William McBrine
1ecbd70601 Don't build the demos by default. (Just do "make demos" to build them.)
They add a lot of time to the build, and often aren't needed.
2018-04-05 18:00:56 -04:00
William McBrine
4a3cbec196 Also update the makefile comments. 2018-01-29 21:28:10 -05:00
William McBrine
a3207179c4 Renamed makefiles from "XXXYYY.mak" to "Makefile.XXX", where XXX is the
compiler, and YYY was the platform -- which was redundant with the
directory name. This way, the makefiles sort together, apart from the
source files. It also lets me drop the extension on one of them for each
port, so that one can be used without "-f". (I chose gcc for this,
somewhat arbitrarily.) Inspired by contemplating the renaming of
"win32".
2018-01-29 21:04:08 -05:00