diff options
author | Neil <nyamatongwe@gmail.com> | 2019-04-05 19:39:23 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2019-04-05 19:39:23 +1100 |
commit | b797dfefb2b599b0085fa8e03180b9d6648e0acd (patch) | |
tree | c60bfc710cdc19a0d75a940336dad09533d6dea8 /win32/makefile | |
parent | 4f673191c5c43665599392b00c3710d0344d65e3 (diff) | |
download | scintilla-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/makefile | 1 |
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 |