History log of /src/games/hunt/Makefile.inc |
Revision | | Date | Author | Comments |
1.12 |
| 29-Mar-2014 |
dholland | handle compiled-in pathnames the customary way
|
1.11 |
| 04-Jul-2009 |
dholland | branches: 1.11.6; 1.11.12; Remove config options for 4.2BSD and 4.3BSD, and associated code. Highly obsolete, and I doubt most of it still worked anyway.
|
1.10 |
| 04-Jul-2009 |
dholland | Remove the non-curses screen handling, since it relies on knowing about various internals of SVR4 curses, old BSD curses, and/or other unclean things. (Yes, the non-curses handling still used bits of curses. Fie.)
|
1.9 |
| 04-Jul-2009 |
dholland | Remove config for the return type of signal handlers, which is also a long-dead issue.
|
1.8 |
| 04-Jul-2009 |
dholland | Remove references to config #defines for the thoroughly obsolete 4.2BSD syslog API.
|
1.7 |
| 11-Jun-2003 |
wiz | Sync with v20030416 of Makefile.
|
1.6 |
| 20-Sep-2002 |
mycroft | Minor rearrangement.
|
1.5 |
| 20-Sep-2002 |
mycroft | select() -> poll() Also, turn off talk announcements; it's a wretched hack.
|
1.4 |
| 13-Apr-2000 |
simonb | Curses works - define USE_CURSES for BSD44 and don't try to do our own thing (using curses internal data structures anyway!).
|
1.3 |
| 22-Oct-1997 |
lukem | use CPPFLAGS instead of CFLAGS
|
1.2 |
| 10-Oct-1997 |
lukem | branches: 1.2.2; Yet Another Monster Commit: - WARNSify - getopt returns -1 not EOF - select() uses an fd_set, not int/long; modify code to use FD_* et al instead of direct bitwise operations - in otto.c::look (renamed to ottolook() to prevent name clash), the case WEST section had a 'goto cont_east', instead of 'goto cont_west'. (picked up by WARNS=1, because cont_west was an unused label because of this typo). probably meant that otto got lost in the maze :-/ - deprecate register, convert bcmp() -> memcmp()
|
1.1 |
| 04-Oct-1997 |
mrg | build hunt.
|
1.2.2.1 |
| 08-Nov-1997 |
lukem | sync with trunk (approved by thorpej)
|
1.11.12.1 |
| 20-Aug-2014 |
tls | Rebase to HEAD as of a few days ago.
|
1.11.6.1 |
| 22-May-2014 |
yamt | sync with head.
for a reference, the tree before this commit was tagged as yamt-pagecache-tag8.
this commit was splitted into small chunks to avoid a limitation of cvs. ("Protocol error: too many arguments")
|