Move all curses-related code into gcui library. Very big thank to Semen Panevin 2:5025/121
This commit is contained in:
24
Makefile
24
Makefile
@@ -1,11 +1,31 @@
|
||||
# -*- makefile -*-
|
||||
# $Id$
|
||||
# Build Golded+, Goldnode and RDDT using GNU make and CNU C++ compuler.
|
||||
# You may use following parameters:
|
||||
# "PLATFORM=xxx", where xxx specifies platform, one of:
|
||||
# "cyg" - for MinGW in Cygwin,
|
||||
# "lnx" - for GNU/Linux or any BSD,
|
||||
# "emx" - for OS/2 EMX
|
||||
# "sun" - for SunOS (Solaris)
|
||||
# "osx" - for OS X
|
||||
# "djg" - for DJGPP (DOS with DPMI)
|
||||
# "be" - for BeOS
|
||||
# BUILD=minimal Compile Golded+ with support only most popular formats of
|
||||
# message bases (OPUS, Jam, Squish).
|
||||
# USE_NCURSES=0 if you dislike curses library (Linux version requires to
|
||||
# use curses)
|
||||
# WIDE_NCURSES=1 if it is needed to use wide characters with curses library
|
||||
# BUGGY_NCURSES=1 if Golded+ requires additional keypresses to pass areascan
|
||||
# KOI8=1 Better koi-8 support for linux. Do not set this for
|
||||
# international builds since latin-1 support will be broken.
|
||||
# ICONV=1 Use iconv library for recoding text. Experimental! Do not
|
||||
# set this if you don't sure!
|
||||
|
||||
include GNUmakef.def
|
||||
include Config.def
|
||||
|
||||
.PHONY: all clean distclean dirs sourcelists deps docs
|
||||
|
||||
LIBS=gall gcfg gmb3 glibc uulib smblib
|
||||
LIBS=gall gcui gcfg gmb3 glibc uulib smblib
|
||||
ifneq ($(findstring GCFG_NO_MYSPELL, $(CPPFLAGS)), GCFG_NO_MYSPELL)
|
||||
LIBS+=hunspell
|
||||
endif
|
||||
|
Reference in New Issue
Block a user