# HG changeset patch # User Matti Hamalainen # Date 1582971788 -7200 # Node ID cc4478e5a8c38b7b9c02ae8fdee4ea012fbc45fa # Parent b070638c5c60b41b3f20e9a58dd7c96ffa0596fc Add th_ioctx_stdio.o to th-libs depencies. diff -r b070638c5c60 -r cc4478e5a8c3 Makefile.gen --- a/Makefile.gen Sat Feb 29 12:22:30 2020 +0200 +++ b/Makefile.gen Sat Feb 29 12:23:08 2020 +0200 @@ -19,7 +19,8 @@ # Objects # THLIBS_A=$(OBJPATH)thlibs.a -THLIBS_OBJ=th_util.o th_string.o th_args.o th_ioctx.o th_file.o th_config.o th_network.o th_datastruct.o +THLIBS_OBJ=th_util.o th_string.o th_args.o th_file.o th_config.o \ + th_network.o th_datastruct.o th_ioctx.o th_ioctx_stdio.o NNCHAT_OBJ=main.o util.o ui.o NNCHAT_BIN=$(BINPATH)nnchat$(BINEXT)