aboutsummaryrefslogtreecommitdiff
path: root/build/android
ModeNameSize
-rw-r--r--AndroidManifest.xml.template1575logplain
-rw-r--r--Makefile41213logplain
-rw-r--r--build.xml657logplain
-rw-r--r--irrlicht-back_button.patch720logplain
-rw-r--r--irrlicht-texturehack.patch7948logplain
-rw-r--r--irrlicht-touchcount.patch1297logplain
d---------jni80logplain
-rw-r--r--libvorbis-libogg-fpu.patch1335logplain
-rw-r--r--project.properties18logplain
d---------res227logplain
d---------src / org / minetest / minetest30logplain
>irrlicht /usr/include/irrlicht ) find_library(IRRLICHT_LIBRARY NAMES libIrrlicht.so libIrrlicht.a Irrlicht PATHS /usr/local/lib /usr/lib ) endif() # On Windows, find the DLL for installation if(WIN32) if(MSVC) set(IRRLICHT_COMPILER "VisualStudio") else() set(IRRLICHT_COMPILER "gcc") endif() find_file(IRRLICHT_DLL NAMES Irrlicht.dll PATHS "${IRRLICHT_SOURCE_DIR}/bin/Win32-${IRRLICHT_COMPILER}" DOC "Path of the Irrlicht dll (for installation)" ) endif(WIN32) include(FindPackageHandleStandardArgs) find_package_handle_standard_args(Irrlicht DEFAULT_MSG IRRLICHT_LIBRARY IRRLICHT_INCLUDE_DIR)