aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'win32/makefile')
-rw-r--r--win32/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/makefile b/win32/makefile
index 07413f60f..9f6309f67 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -13,7 +13,7 @@ else
LDMINGW = -Wl,--enable-runtime-pseudo-reloc-v2 -Wl,--add-stdcall-alias
LIBSMINGW = -lstdc++
STRIPOPTION = -s
-CXXSTD = gnu++0x
+CXXSTD = gnu++17
endif
.SUFFIXES: .cxx
@@ -83,6 +83,7 @@ BASEOBJS = \
CharacterSet.o \
CharClassify.o \
ContractionState.o \
+ DBCS.o \
Decoration.o \
Document.o \
EditModel.o \