srogue: begin porting to autoconf.
Super-Rogue can now be built with './configure && make', though 'make install' does not work yet, and there may be problems with portability.
This commit is contained in:
parent
7d4d7dbbe8
commit
35a6ab583c
7 changed files with 794 additions and 6 deletions
|
|
@ -39,9 +39,6 @@
|
|||
|
||||
#include "rogue.ext"
|
||||
|
||||
#define SCOREFILE "/var/local/games/roguelike/srogue.scr"
|
||||
#define SAVEDIR "/var/local/games/roguelike/sroguesave/"
|
||||
|
||||
struct termios terminal;
|
||||
|
||||
main(argc, argv, envp)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue