Changes between Version 4 and Version 5 of Porting Macros plan


Ignore:
Timestamp:
Jan 4, 2010 12:50:51 AM (14 years ago)
Author:
mjs@apple.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Porting Macros plan

    v4 v5  
    7070 * PLATFORM(GTK) - Most of this would be replaced by USE(GTK) but perhaps different policy macros are appropriate in some cases.
    7171 * PLATFORM(CHROMIUM) - Grab-bag of various policy choices.
     72
     73
     74== Actual macros ==
     75
     76 * COMPILER() - the compiler being used to build the project
     77    * COMPILER(GCC) - GNU Compiler Collection
     78    * COMPILER(MSVC) - Microsoft Visual C++
     79    * COMPILER(MSVC7) - Microsoft Visual C++ 7 (also defined the above)
     80    * COMPILER(RVCT) - ARM compiler
     81    * COMPILER(MINGW) - MinGW GCC
     82    * COMPILER(WINSCW) - CodeWarrior for Symbian emulator