We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 613d14b commit 70fb8ecCopy full SHA for 70fb8ec
CHANGELOG
@@ -3,7 +3,7 @@
3
*******************************************************************************
4
5
=== 1.0.18 ===
6
-
+* Updated build scripts.
7
8
=== 1.0.17 ===
9
* Updated build scripts.
make/tools.mk
@@ -76,6 +76,8 @@ ifeq ($(PLATFORM),Solaris)
76
else ifeq ($(PLATFORM),Windows)
77
FLAG_RELRO =
78
FLAG_STDLIB =
79
+ CFLAGS_EXT += -DWINVER=0x600 -D_WIN32_WINNT=0x600
80
+ CXXFLAGS_EXT += -DWINVER=0x600 -D_WIN32_WINNT=0x600
81
EXE_FLAGS_EXT += -static-libgcc -static-libstdc++
82
SO_FLAGS_EXT += -static-libgcc -static-libstdc++
83
LDFLAGS_EXT += -T $(CURDIR)/make/ld-windows.script
0 commit comments