From 288ed8988e349fc04e47b4138029c5bf9cda3f2e Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Wed, 30 Mar 2016 13:59:55 +0000 Subject: Rewrite fl_utf.c under the driver model: the file disappears and its content is moved to fl_utf8.cxx All functions of fl_utf.c keep their C API in fl_utf8.cxx git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11472 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index bcd9f9faa..77ac0191d 100644 --- a/src/Makefile +++ b/src/Makefile @@ -210,7 +210,7 @@ IMGCPPFILES = \ Fl_PNM_Image.cxx -CFILES = fl_call_main.c flstring.c scandir.c numericsort.c vsnprintf.c fl_utf.c +CFILES = fl_call_main.c flstring.c scandir.c numericsort.c vsnprintf.c UTF8CFILES = \ xutf8/case.c \ -- cgit v1.2.3