...and add the config files.
This commit is contained in:
parent
3a0ccd1fae
commit
18d2da5a2d
11
games/nethack/files/qt-config
Normal file
11
games/nethack/files/qt-config
Normal file
@ -0,0 +1,11 @@
|
||||
# Not yet:
|
||||
# qt flavor needs qt 2.0 to work
|
||||
VARDAT = $(VARDATD) $(VARDATND)
|
||||
CFLAGS+=-DQT_GRAPHICS -I$(LOCALBASE)/include/X11/qt
|
||||
LFLAGS =
|
||||
|
||||
WINSRC = $(WINTTYSRC) $(WINQTSRC)
|
||||
WINOBJ = $(WINTTYOBJ) $(WINQTOBJ)
|
||||
WINLIB = $(WINTTYLIB) $(WINQTLIB)
|
||||
QTDIR = $(LOCALBASE)
|
||||
LD = g++
|
7
games/nethack/files/simple-config
Normal file
7
games/nethack/files/simple-config
Normal file
@ -0,0 +1,7 @@
|
||||
VARDATND =
|
||||
CFLAGS+=
|
||||
LFLAGS =
|
||||
|
||||
WINSRC = $(WINTTYSRC)
|
||||
WINOBJ = $(WINTTYOBJ)
|
||||
WINLIB = $(WINTTYLIB)
|
7
games/nethack/files/x-config
Normal file
7
games/nethack/files/x-config
Normal file
@ -0,0 +1,7 @@
|
||||
VARDATND = x11tiles pet_mark.xbm rip.xpm
|
||||
CFLAGS+=-DX11_GRAPHICS -I${X11BASE}/include
|
||||
LFLAGS =-L${X11BASE}/lib
|
||||
|
||||
WINSRC = $(WINTTYSRC) $(WINX11SRC)
|
||||
WINOBJ = $(WINTTYOBJ) $(WINX11OBJ)
|
||||
WINLIB = $(WINTTYLIB) $(WINX11LIB)
|
Loading…
Reference in New Issue
Block a user