diff options
| author | Manolo Gouy <Manolo> | 2016-03-30 13:59:55 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-03-30 13:59:55 +0000 |
| commit | 288ed8988e349fc04e47b4138029c5bf9cda3f2e (patch) | |
| tree | 2a06865845bc2f5989b6bba1c5ffab6e8a1bddb4 /src/Makefile | |
| parent | 53aced3dbdb75242ec0e1fa1568e59e98c03f067 (diff) | |
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
Diffstat (limited to 'src/Makefile')
| -rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ |
