Initial import of Dillo

This commit is contained in:
2025-02-28 13:34:30 -05:00
parent bd4e3eebd8
commit 20fea64cb5
496 changed files with 156174 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
AM_CPPFLAGS = \
-I$(top_srcdir) \
-DCUR_WORKING_DIR='"@BASE_CUR_WORKING_DIR@/lout"'
noinst_LIBRARIES = liblout.a
liblout_a_SOURCES = \
container.cc \
container.hh \
debug.hh \
debug_rtfl.hh \
identity.cc \
identity.hh \
misc.cc \
misc.hh \
object.cc \
object.hh \
signal.cc \
signal.hh \
unicode.cc \
unicode.hh \
msg.h