From e3dcaa477741dba922e3daf270ff2ecb42b5311c Mon Sep 17 00:00:00 2001 From: Neil Date: Sun, 22 Feb 2015 08:57:07 +1100 Subject: Implement VK_HANJA for Korean on Windows. --- win32/makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'win32/makefile') diff --git a/win32/makefile b/win32/makefile index 6012905b4..6aa0d6139 100644 --- a/win32/makefile +++ b/win32/makefile @@ -91,7 +91,8 @@ BASEOBJS = \ Style.o \ UniConversion.o \ ViewStyle.o \ - XPM.o + XPM.o \ + HanjaDic.o SOBJS = ScintillaWin.o ScintillaBase.o $(BASEOBJS) -- cgit v1.2.3