mirror of
https://github.com/fltk/fltk.git
synced 2026-05-20 20:51:34 +08:00
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:
+2
-2
@@ -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
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user