aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
diff options
context:
space:
mode:
authormitchell <unknown>2019-04-17 00:22:27 -0400
committermitchell <unknown>2019-04-17 00:22:27 -0400
commit5746a0c90259cd39255749a33389b2854100905b (patch)
tree1adec96f4f20b866b5c8babbc21dc30aa80c5a98 /win32/makefile
parent639b77a3634190cb6b8ea2e93896b10449a4f687 (diff)
downloadscintilla-mirror-5746a0c90259cd39255749a33389b2854100905b.tar.gz
Backport: Move UniqueStringCopy into its own source file UniqueString.cxx to hide the implementation.
Backport of changeset 7402:751b76b567f9, but with an alternative to C++17's string_view.
Diffstat (limited to 'win32/makefile')
-rw-r--r--win32/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/makefile b/win32/makefile
index 1b6c36933..bc96c76be 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -116,6 +116,7 @@ BASEOBJS = \
Selection.o \
Style.o \
UniConversion.o \
+ UniqueString.o \
ViewStyle.o \
XPM.o \
HanjaDic.o