Browse Source

Platform: added CORRADE_GCC47_COMPATIBILITY to `magnum-info`.

pull/278/head
Vladimír Vondruš 13 years ago
parent
commit
b62db63c57
  1. 3
      src/Platform/magnum-info.cpp

3
src/Platform/magnum-info.cpp

@ -67,6 +67,9 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat
#ifdef CORRADE_GCC46_COMPATIBILITY
d << "CORRADE_GCC46_COMPATIBILITY";
#endif
#ifdef CORRADE_GCC47_COMPATIBILITY
d << "CORRADE_GCC47_COMPATIBILITY";
#endif
#ifdef CORRADE_BUILD_STATIC
d << "CORRADE_BUILD_STATIC";
#endif

Loading…
Cancel
Save