Fix GNU C build
This commit is contained in:
parent
e7529bb944
commit
ae15b9f9a0
@ -79,5 +79,7 @@
|
||||
#CPPFLAGS+=-DGCFG_NO_MSSPELL
|
||||
# Uncomment to disable HunSpell spellchecker support (multiplatform)
|
||||
#CPPFLAGS+=-DGCFG_NO_MYSPELL
|
||||
# Uncomment to disable regex search feature
|
||||
#CPPFLAGS+=-DGCFG_NO_REGEX
|
||||
# Comment to disable AreaRecycleBin keyword and feature
|
||||
CPPFLAGS+=-D__INCLUDE_NEW_KEYWORDS__
|
||||
|
@ -5,7 +5,7 @@ PATCH=15
|
||||
|
||||
TOP=../..
|
||||
TARGET=uulib
|
||||
INCS=-I$(TOP)/goldlib/uulib -I$(TOP)/goldlib/gall
|
||||
INCS=-I$(TOP)/goldlib/uulib -I$(TOP)/goldlib/gall -I$(TOP)/goldlib/glibc
|
||||
CFLAGS=-DHAVE_CONFIG_H -DVERSION=\"$(VERSION)\" -DPATCH=\"$(PATCH)\"
|
||||
|
||||
include $(TOP)/GNUmakef.inc
|
||||
|
@ -346,7 +346,7 @@ int main(int argc, char** argv) {
|
||||
<< endl;
|
||||
|
||||
if(argc < 2) {
|
||||
cout << "Syntax: RDDT <routefile> [options] [address or name]" <<
|
||||
cout << "Syntax: RDDT <routefile> [options] [address or name]" << endl
|
||||
<< "\twhere options may be:" << endl
|
||||
<< "\t\t-d - Debug mode" << endl
|
||||
<< "\t\t-p - Decode path" << endl
|
||||
|
Reference in New Issue
Block a user