Skip to content
Snippets Groups Projects
Commit bc44e1cb authored by Deucе's avatar Deucе 👌🏾
Browse files

Actually, bump Gmake builds to Windows 7.

Vista ended support before XP did, and it doesn't seem to show up
on any usage lists (while XP still has 0.27% of all Windows systems...
which are 25.46% of systems on the internet)

https://gs.statcounter.com/os-market-share
parent 056e9d48
No related branches found
No related tags found
No related merge requests found
Pipeline #8156 passed
...@@ -247,10 +247,10 @@ endif ...@@ -247,10 +247,10 @@ endif
os := $(shell echo $(os) | tr '[A-Z]' '[a-z]' | tr ' ' '_') os := $(shell echo $(os) | tr '[A-Z]' '[a-z]' | tr ' ' '_')
ifdef win ifdef win
WINNT ?= 0x0600 WINNT ?= 0x0601
WINVER ?= 0x0600 WINVER ?= 0x0601
WIN32_IE ?= 0x0700 WIN32_IE ?= 0x0800
NTDDI ?= 0x06000000 NTDDI ?= 0x06010000
else else
CFLAGS += -DPREFER_POLL CFLAGS += -DPREFER_POLL
machine_uname := $(shell if uname -m | egrep -v "(i[3456789]*|x)86" > /dev/null; then uname -m | tr "[A-Z]" "[a-z]" | tr " " "_" ; fi) machine_uname := $(shell if uname -m | egrep -v "(i[3456789]*|x)86" > /dev/null; then uname -m | tr "[A-Z]" "[a-z]" | tr " " "_" ; fi)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment