diff options
| author | Neil <nyamatongwe@gmail.com> | 2015-02-22 08:57:07 +1100 |
|---|---|---|
| committer | Neil <nyamatongwe@gmail.com> | 2015-02-22 08:57:07 +1100 |
| commit | e3dcaa477741dba922e3daf270ff2ecb42b5311c (patch) | |
| tree | e09f3e1c465e3f63cf1231a3a64e684d6ba2eb79 /win32/SciLexer.vcxproj | |
| parent | e06bdec7a8e31dbef56c7953083151b888f2f89c (diff) | |
| download | scintilla-mirror-e3dcaa477741dba922e3daf270ff2ecb42b5311c.tar.gz | |
Implement VK_HANJA for Korean on Windows.
Diffstat (limited to 'win32/SciLexer.vcxproj')
| -rw-r--r-- | win32/SciLexer.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/SciLexer.vcxproj b/win32/SciLexer.vcxproj index 50b2e5f7f..2e821b39a 100644 --- a/win32/SciLexer.vcxproj +++ b/win32/SciLexer.vcxproj @@ -111,6 +111,7 @@ <ClCompile Include="..\lexers\*.cxx" />
<ClCompile Include="..\lexlib\*.cxx" />
<ClCompile Include="..\src\*.cxx" />
+ <ClCompile Include="..\win32\HanjaDic.cxx" />
<ClCompile Include="..\win32\PlatWin.cxx" />
<ClCompile Include="..\win32\ScintillaWin.cxx" />
</ItemGroup>
|
