Merge branch 'master' into NetHack-3.7
This commit is contained in:
@@ -23,6 +23,7 @@ Fixes to Post-3.6.3 Problems that Were Exposed Via git Repository
|
|||||||
|
|
||||||
Platform- and/or Interface-Specific Fixes or Features
|
Platform- and/or Interface-Specific Fixes or Features
|
||||||
-----------------------------------------------------
|
-----------------------------------------------------
|
||||||
|
fix compilation on platforms that split the ncurses and tinfo libraries
|
||||||
|
|
||||||
|
|
||||||
General New Features
|
General New Features
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ WINLIB = $(WINTTYLIB) $(WINCURSESLIB)
|
|||||||
#WINSRC += tile.c
|
#WINSRC += tile.c
|
||||||
#WINOBJ += tile.o
|
#WINOBJ += tile.o
|
||||||
|
|
||||||
WINTTYLIB=-lcurses
|
WINTTYLIB=-lncurses -ltinfo
|
||||||
|
|
||||||
CHOWN=true
|
CHOWN=true
|
||||||
CHGRP=true
|
CHGRP=true
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ WINSRC = $(WINTTYSRC)
|
|||||||
WINOBJ = $(WINTTYOBJ)
|
WINOBJ = $(WINTTYOBJ)
|
||||||
WINLIB = $(WINTTYLIB)
|
WINLIB = $(WINTTYLIB)
|
||||||
|
|
||||||
WINTTYLIB=-lcurses
|
WINTTYLIB=-lncurses -ltinfo
|
||||||
|
|
||||||
CHOWN=true
|
CHOWN=true
|
||||||
CHGRP=true
|
CHGRP=true
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ WINSRC = $(WINTTYSRC)
|
|||||||
WINOBJ = $(WINTTYOBJ)
|
WINOBJ = $(WINTTYOBJ)
|
||||||
WINLIB = $(WINTTYLIB)
|
WINLIB = $(WINTTYLIB)
|
||||||
|
|
||||||
WINTTYLIB=-lcurses
|
WINTTYLIB=-lncurses -ltinfo
|
||||||
|
|
||||||
CHOWN=true
|
CHOWN=true
|
||||||
CHGRP=true
|
CHGRP=true
|
||||||
|
|||||||
Reference in New Issue
Block a user