add new files: rbtree.h, rbtree.c, map.h, map.c

This commit is contained in:
Vincent Wei
2020-02-26 21:32:54 +08:00
parent 6ee2617eb7
commit 2191e6ea1a
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@ noinst_HEADERS = \
cursor.h dc.h event.h list.h element.h \
ial.h inline.h internals.h zorder.h menu.h misc.h \
msgstr.h sysfont.h timer.h devfont.h fontname.h \
readbmp.h icon.h blockheap.h \
readbmp.h icon.h blockheap.h rbtree.h \
ourhdr.h client.h server.h sharedres.h sockio.h drawsemop.h \
gal.h newgal.h memops.h incoreres.h sysres.h clipboard.h \
glyph.h license.h mgsock.h unicode-ops.h \

View File

@@ -12,7 +12,7 @@ if MG_MINIMALGDI
libmisc_la_SOURCES = misc.c math.c rwops.c nposix.c
else
libmisc_la_SOURCES = misc.c systext.c rwops.c endianrw.c nposix.c clipboard.c \
math.c about.c license.c anon_file.c \
math.c about.c license.c anon_file.c rbtree.c map.c \
$(LITE_SRCS)
endif