Removed the OS version stuff in the previous commit. Not sure what the difference between OS Version and Subsystem Version is.
This commit is contained in:
parent
bf2bacd32c
commit
22599c3428
|
@ -48,7 +48,6 @@ osCFLAGS = \
|
||||||
|
|
||||||
osLDFLAGS = \
|
osLDFLAGS = \
|
||||||
-static-libgcc \
|
-static-libgcc \
|
||||||
--major-os-version 6 \
|
|
||||||
-luser32 -lkernel32 -lgdi32 -lcomctl32 -luxtheme -lmsimg32 -lcomdlg32 -lole32 -loleaut32 -loleacc -luuid
|
-luser32 -lkernel32 -lgdi32 -lcomctl32 -luxtheme -lmsimg32 -lcomdlg32 -lole32 -loleaut32 -loleacc -luuid
|
||||||
|
|
||||||
osLDWarnUndefinedFlags = -Wl,--no-undefined -Wl,--no-allow-shlib-undefined
|
osLDWarnUndefinedFlags = -Wl,--no-undefined -Wl,--no-allow-shlib-undefined
|
||||||
|
|
Loading…
Reference in New Issue