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/CMakeLists.txt | |
| 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/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 96e0ea8a9..ca12bfbe3 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -369,7 +369,6 @@ set (CFILES xutf8/utf8Utils.c xutf8/utf8Wrap.c xutf8/keysym2Ucs.c - fl_utf.c ) if (APPLE AND (NOT OPTION_APPLE_X11) AND (NOT OPTION_APPLE_SDL)) |
