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 b1006e8ff2
commit fba6cd961a
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}
)