android Programming Glossary: pch
How to use precompiled headers in Android NDK project? http://stackoverflow.com/questions/5150778/how-to-use-precompiled-headers-in-android-ndk-project TARGET_ARCH_ABI x86 call set src files target cflags LOCAL_PCH else call set src files target cflags LOCAL_PCH mthumb endif.. LOCAL_PCH else call set src files target cflags LOCAL_PCH mthumb endif # Build PCH # get pch name strip subst .. __ eval.. set src files target cflags LOCAL_PCH mthumb endif # Build PCH # get pch name strip subst .. __ eval __pch 1 eval __pch __pch..
How to use precompiled headers in Android NDK project? http://stackoverflow.com/questions/5150778/how-to-use-precompiled-headers-in-android-ndk-project Build the sources to object files #precompiled helper ifeq TARGET_ARCH_ABI x86 call set src files target cflags LOCAL_PCH else call set src files target cflags LOCAL_PCH mthumb endif # Build PCH # get pch name strip subst .. __ eval __pch 1.. helper ifeq TARGET_ARCH_ABI x86 call set src files target cflags LOCAL_PCH else call set src files target cflags LOCAL_PCH mthumb endif # Build PCH # get pch name strip subst .. __ eval __pch 1 eval __pch __pch .h .precompiled.h __pch ifneq.. x86 call set src files target cflags LOCAL_PCH else call set src files target cflags LOCAL_PCH mthumb endif # Build PCH # get pch name strip subst .. __ eval __pch 1 eval __pch __pch .h .precompiled.h __pch ifneq findstring DPCH call module..
|