Add linenoise-ng

This commit is contained in:
Philippe Teuwen
2020-06-19 01:12:31 +02:00
parent f315d89f87
commit a0c54818e0
15 changed files with 4872 additions and 8 deletions

View File

@@ -0,0 +1,12 @@
MYSRCPATHS =
MYINCLUDES =
MYCXXFLAGS = -DNDEBUG -std=c++11 -fomit-frame-pointer
MYDEFS =
MYCXXSRCS = \
ConvertUTF.cpp \
linenoise.cpp \
wcwidth.cpp
LIB_A = liblinenoise.a
include ../../../Makefile.host