Get rid of common/defines.h.
authorTimo Korvola <tkorvola@iki.fi>
Tue, 27 Mar 2018 19:32:39 +0000 (22:32 +0300)
committerTimo Korvola <tkorvola@iki.fi>
Tue, 27 Mar 2018 19:34:35 +0000 (22:34 +0300)
commitdaf70f43ad755d2dcdeddbc93700a4b25acfb648
tree5a329ef05c481167927c2fe58190924698e09e84
parentdd5ddea74270cf819d127cb3568bb3bc0d905ac2
Get rid of common/defines.h.

Version info is now in common/version.c, the only file that needs
to be recompiled every time.  Global constants, not defines.
The declarations are in frotz.h.
Makefile
src/common/Makefile
src/common/frotz.h
src/curses/ux_init.c
src/dumb/dumb_init.c
src/sdl/sf_util.c
src/sdl/sf_video.c