Changes between Version 4 and Version 5 of Porting Macros plan
- Timestamp:
- Jan 4, 2010, 12:50:51 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Porting Macros plan
v4 v5 70 70 * PLATFORM(GTK) - Most of this would be replaced by USE(GTK) but perhaps different policy macros are appropriate in some cases. 71 71 * 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