Skip to content

Commit 70fb8ec

Browse files
committed
Updated build scripts
1 parent 613d14b commit 70fb8ec

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*******************************************************************************
44

55
=== 1.0.18 ===
6-
6+
* Updated build scripts.
77

88
=== 1.0.17 ===
99
* Updated build scripts.

make/tools.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ ifeq ($(PLATFORM),Solaris)
7676
else ifeq ($(PLATFORM),Windows)
7777
FLAG_RELRO =
7878
FLAG_STDLIB =
79+
CFLAGS_EXT += -DWINVER=0x600 -D_WIN32_WINNT=0x600
80+
CXXFLAGS_EXT += -DWINVER=0x600 -D_WIN32_WINNT=0x600
7981
EXE_FLAGS_EXT += -static-libgcc -static-libstdc++
8082
SO_FLAGS_EXT += -static-libgcc -static-libstdc++
8183
LDFLAGS_EXT += -T $(CURDIR)/make/ld-windows.script

0 commit comments

Comments
 (0)