gavinpugh / vs-android

Integrated development of Android NDK C/C++ software with Microsoft Visual Studio.
Other
119 stars 34 forks source link

add preprocessor definition for Intellisense #122

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
E.g define __arm__ if we use gcc arm toolchain

This can improve understanding code for differenc platforms

Original issue reported on code.google.com by SergeySo...@gmail.com on 22 Jul 2014 at 7:50

GoogleCodeExporter commented 9 years ago
Use "__ARM_EABI__", that's what you'd also be checking if using Google's tools 
instead of vs-android.

Original comment by gavin.dj.pugh on 9 Feb 2015 at 8:37