need modification in c:\harbour\config
Antonio Linares wrote:Massimo,
I am interested in it and I plan to continue research about it, first step is to be able to build Harbour for Android.
Antonio Linares wrote:Massimo,
I am interested in it and I plan to continue research about it, first step is to be able to build Harbour for Android.
Code: Select all | Expand
LOCAL_PATH := ~/harbour/harbour/src include $(CLEAR_VARS) LOCAL_MODULE := libhbvm LOCAL_SRC_FILES := vm/arrays.c vm/arrayshb.c vm/asort.c vm/vm.c LOCAL_CFLAGS := -I/Users/anto/harbour/harbour/include include $(BUILD_STATIC_LIBRARY)
Code: Select all | Expand
APP_MODULES=libhbvm