2019-04-19 11:32:13 -05:00
|
|
|
# 23 march 2019
|
|
|
|
|
|
|
|
libui_sources += [
|
2019-05-16 22:02:03 -05:00
|
|
|
'common/alloc.c',
|
2019-06-08 17:09:37 -05:00
|
|
|
'common/controls.c',
|
2019-05-13 09:46:42 -05:00
|
|
|
'common/errors.c',
|
2019-06-01 10:24:34 -05:00
|
|
|
'common/main.c',
|
2020-05-17 21:18:47 -05:00
|
|
|
'common/utf8.c',
|
2020-05-25 21:35:25 -05:00
|
|
|
'common/window.c',
|
2020-05-17 21:18:47 -05:00
|
|
|
|
|
|
|
'common/third_party/utf.c',
|
2019-04-19 11:32:13 -05:00
|
|
|
]
|