From 22599c3428edadc3f623a1f9a61e9355b0c6c3c5 Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Sun, 9 Aug 2015 16:01:55 -0400 Subject: [PATCH] Removed the OS version stuff in the previous commit. Not sure what the difference between OS Version and Subsystem Version is. --- redo/windows/GNUmakeinc.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/redo/windows/GNUmakeinc.mk b/redo/windows/GNUmakeinc.mk index a5a9b42d..4573e681 100644 --- a/redo/windows/GNUmakeinc.mk +++ b/redo/windows/GNUmakeinc.mk @@ -48,7 +48,6 @@ osCFLAGS = \ osLDFLAGS = \ -static-libgcc \ - --major-os-version 6 \ -luser32 -lkernel32 -lgdi32 -lcomctl32 -luxtheme -lmsimg32 -lcomdlg32 -lole32 -loleaut32 -loleacc -luuid osLDWarnUndefinedFlags = -Wl,--no-undefined -Wl,--no-allow-shlib-undefined