Files
kotlin-fork/samples/androidNativeActivity/android.def
T
2017-09-26 15:10:25 +03:00

9 lines
267 B
Modula-2

// TODO: androidLauncher.h will become part of the platform library.
headers = stdio.h stdlib.h string.h math.h time.h android/log.h androidLauncher.h EGL/egl.h GLES/gl.h
linkerOpst = -landroid -lEGL -lGLESv1_CM -lz
---
static int interop_errno() {
return errno;
}