[android-porting] Re: pre compiler macro for andriod

2009-06-16 Thread shiva
:14 PM, shiva dudeofin...@gmail.com wrote: Hmm Ok Thanks for your reply. In which file, it will be declared?? On Jun 15, 12:50 am, David Turner di...@android.com wrote: Use ANDROID:-) On Sat, Jun 13, 2009 at 6:28 AM, shiva dudeofin...@gmail.com wrote: Hi all... I have a C

[android-porting] Re: pre compiler macro for andriod

2009-06-15 Thread shiva
Hmm Ok Thanks for your reply. In which file, it will be declared?? On Jun 15, 12:50 am, David Turner di...@android.com wrote: Use ANDROID:-) On Sat, Jun 13, 2009 at 6:28 AM, shiva dudeofin...@gmail.com wrote: Hi all... I have a C++ code, which i am porting on Android. This code

[android-porting] pre compiler macro for andriod

2009-06-14 Thread shiva
Hi all... I have a C++ code, which i am porting on Android. This code actually made for Windows system. So, there are many Windows specific header files are used. So, i want to build same code on Android with conditional compilation using OS bases pre processor macros. As windows have WIN32 and