Android version compiles and links. Won't run yet.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11344 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Matthias Melcher
2016-03-11 01:01:58 +00:00
parent ac1932eaa7
commit 914248bbf0
5 changed files with 31 additions and 5 deletions
+2 -2
View File
@@ -254,8 +254,8 @@
* Do we have POSIX locale support?
*/
#define HAVE_LOCALE_H 1
#define HAVE_LOCALECONV 1
//#undef HAVE_LOCALE_H
//#undef HAVE_LOCALECONV
/*
* HAVE_SYS_SELECT_H:
+12 -1
View File
@@ -24,6 +24,18 @@ LOCAL_MODULE := native-activity
LOCAL_C_INCLUDES := $(TOP_PATH)
LOCAL_SRC_FILES := \
src/flstring.c \
src/scandir.c \
src/numericsort.c \
src/vsnprintf.c \
src/xutf8/is_right2left.c \
src/xutf8/is_spacing.c \
src/xutf8/case.c \
src/xutf8/utf8Input.c \
src/xutf8/utf8Utils.c \
src/xutf8/utf8Wrap.c \
src/xutf8/keysym2Ucs.c \
src/fl_utf.c \
src/Fl.cxx \
src/Fl_Adjuster.cxx \
src/Fl_Bitmap.cxx \
@@ -108,7 +120,6 @@ LOCAL_SRC_FILES := \
src/Fl_Window_fullscreen.cxx \
src/Fl_Window_hotspot.cxx \
src/Fl_Window_iconize.cxx \
src/Fl_Window_shape.cxx \
src/Fl_Wizard.cxx \
src/Fl_XBM_Image.cxx \
src/Fl_XPM_Image.cxx \