diff --git a/contrib/bootstrap b/contrib/bootstrap index f8e3a43bcf..35832a149a 100755 --- a/contrib/bootstrap +++ b/contrib/bootstrap @@ -322,11 +322,6 @@ case "${OS}" in ;; *mingw*) add_make_enabled "HAVE_WIN32" - case "${HOST}" in - *winphone*|*windowsphone*) - add_make_enabled "HAVE_WINDOWSPHONE" - ;; - esac case "${HOST}" in *winphone*|*windowsphone*|*winrt*|*uwp*) add_make_enabled "HAVE_WINSTORE" diff --git a/contrib/src/main.mak b/contrib/src/main.mak index 82b9661820..142ecb0b7f 100644 --- a/contrib/src/main.mak +++ b/contrib/src/main.mak @@ -646,9 +646,6 @@ ifdef HAVE_VISUALSTUDIO ifdef HAVE_WINSTORE CMAKE_SYSTEM_NAME = WindowsStore endif -ifdef HAVE_WINDOWSPHONE -CMAKE_SYSTEM_NAME = WindowsPhone -endif endif endif ifdef HAVE_DARWIN_OS