aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/makefile
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2019-04-05 19:39:23 +1100
committerNeil <nyamatongwe@gmail.com>2019-04-05 19:39:23 +1100
commitb797dfefb2b599b0085fa8e03180b9d6648e0acd (patch)
treec60bfc710cdc19a0d75a940336dad09533d6dea8 /win32/makefile
parent4f673191c5c43665599392b00c3710d0344d65e3 (diff)
downloadscintilla-mirror-b797dfefb2b599b0085fa8e03180b9d6648e0acd.tar.gz
Move UniqueStringCopy into its own source file UniqueString.cxx to hide the
implementation.
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 149d689b2..d6c918600 100644
--- a/win32/makefile
+++ b/win32/makefile
@@ -103,6 +103,7 @@ BASEOBJS = \
Selection.o \
Style.o \
UniConversion.o \
+ UniqueString.o \
ViewStyle.o \
XPM.o \
HanjaDic.o