Skip to content

Commit 33a55b9

Browse files
committed
Updated build scripts
1 parent 5216b7c commit 33a55b9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* Implemented safer algorithm of loading sample when the underlying stream
77
does not know the actual number of frames in the stream.
88
* Implemented dspu::Correlometer module.
9+
* Updated build scripts.
910

1011
=== 1.0.20 ===
1112
* Added Hold option to the dspu::Compressor module.

make/tools.mk

+2
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)