mirror of https://github.com/buggins/dlangui.git
12 lines
303 B
Makefile
12 lines
303 B
Makefile
#!/bin/sh
|
|
|
|
#=========================================================================
|
|
# Modify this file to specify DLANGUI, Android NDK, SDK and LDC2 locations.
|
|
|
|
export DLANGUI_DIR=$DLANGUI_DIR
|
|
export NDK=$NDK
|
|
export SDK=$ANDROID_HOME
|
|
export LDC=$LDC
|
|
export NDK_ARCH=x86_64
|
|
export JAVA_HOME=$JAVA_HOME
|