changeset 6036:9ccca4b29aa3 release

gcc, mingw-w64: Set Windows API to Windows 7 for all Octave targets. * src/build-gcc.mk, src/mingw-w64.mk: Set Windows API to Windows 7 for all Octave targets (including "release-octave").
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 06 Jan 2022 12:59:14 +0100
parents 366839a6e6ef
children 99125d7343bf
files src/build-gcc.mk src/mingw-w64.mk
diffstat 2 files changed, 2 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/src/build-gcc.mk	Wed Jan 05 12:36:45 2022 +0100
+++ b/src/build-gcc.mk	Thu Jan 06 12:59:14 2022 +0100
@@ -49,10 +49,7 @@
     endef
   endif
 
-  ifneq ($(OCTAVE_TARGET),release-octave)
-    # FIXME: Set unconditionally for the first release candidate of Octave 7.
-    $(PKG)_WINAPI_VERSION_FLAGS := --with-default-win32-winnt=0x0601
-  endif
+  $(PKG)_WINAPI_VERSION_FLAGS := --with-default-win32-winnt=0x0601
 
   ifneq ($(HOST_MSVCRT),ucrt)
     $(PKG)_DEFAULT_MSVCRT := --with-default-msvcrt=msvcrt
--- a/src/mingw-w64.mk	Wed Jan 05 12:36:45 2022 +0100
+++ b/src/mingw-w64.mk	Thu Jan 06 12:59:14 2022 +0100
@@ -17,10 +17,7 @@
   tail -1
 endef
 
-ifneq ($(OCTAVE_TARGET),release-octave)
-  # FIXME: Set unconditionally for the first release candidate of Octave 7.
-  $(PKG)_WINAPI_VERSION_FLAGS := --with-default-win32-winnt=0x0601
-endif
+$(PKG)_WINAPI_VERSION_FLAGS := --with-default-win32-winnt=0x0601
 
 ifneq ($(HOST_MSVCRT),ucrt)
   $(PKG)_DEFAULT_MSVCRT := --with-default-msvcrt=msvcrt