GCC build with Myspell support (mingw-cygwin)
This commit is contained in:
7
Makefile
7
Makefile
@@ -1,10 +1,15 @@
|
||||
# -*- makefile -*-
|
||||
|
||||
include GNUmakef.def
|
||||
include Config.def
|
||||
|
||||
.PHONY: all clean distclean dirs sourcelists deps docs
|
||||
|
||||
LIBS=gall gcfg gmb3 glibc uulib smblib msgidlib myspell
|
||||
LIBS=gall gcfg gmb3 glibc uulib smblib msgidlib
|
||||
ifneq ($(findstring GCFG_NO_MYSPELL, $(CPPFLAGS)), GCFG_NO_MYSPELL)
|
||||
LIBS+=myspell
|
||||
endif
|
||||
|
||||
EXECUTABLES=golded3 goldnode rddt
|
||||
|
||||
all: sourcelists
|
||||
|
Reference in New Issue
Block a user