Issue #311 - Add MinGW to the version

This commit is contained in:
Geoff McLane 2015-11-28 15:25:24 +01:00
parent dc969f30d5
commit 77e053d582
1 changed files with 3 additions and 1 deletions

View File

@ -85,7 +85,9 @@ add_definitions ( -DSUPPORT_ASIAN_ENCODINGS=1 )
add_definitions ( -DSUPPORT_ACCESSIBILITY_CHECKS=1 )
add_definitions ( -DLIBTIDY_VERSION="${LIBTIDY_VERSION}" )
add_definitions ( -DRELEASE_DATE="${tidy_YEAR}/${tidy_MONTH}/${tidy_DAY}" )
### add_definitions ( -DRC_NUMBER="EXP3" )
if (MINGW)
add_definitions ( -DRC_NUMBER="MinGW" )
endif ()
# Issue #188 - Support user items in platform.h
if (TIDY_CONFIG_FILE)