wmake/rules: Add -std=c++0x to formally enable support for of C++11 features

The c++0x is used rather than c++11 to support gcc-4.5.?
This commit is contained in:
Henry Weller
2016-01-10 19:17:31 +00:00
parent 33c99cc918
commit acb9ec8b46
13 changed files with 13 additions and 11 deletions

View File

@ -25,6 +25,7 @@ INCLUDE_DIRECTORIES(
)
ADD_DEFINITIONS(
-std=c++0x
-DWM_$ENV{WM_PRECISION_OPTION}
-DWM_LABEL_SIZE=$ENV{WM_LABEL_SIZE}
)

View File

@ -25,6 +25,7 @@ INCLUDE_DIRECTORIES(
)
ADD_DEFINITIONS(
-std=c++0x
-DWM_$ENV{WM_PRECISION_OPTION}
-DWM_LABEL_SIZE=$ENV{WM_LABEL_SIZE}
)