diff options
author | 2014-11-11 21:21:03 +0000 | |
---|---|---|
committer | 2014-11-11 21:21:04 +0000 | |
commit | da99cfc29d71f7aa417b4646234d532ed5dcb7de (patch) | |
tree | ee7e78c20d6e2c8b3434654f30659c65cf20e42c /native/dicttoolkit/NativeFileList.mk | |
parent | 7a3e6242103b7637171c6430bb9cca916583bfc0 (diff) | |
parent | cd105409739db85f5f325e7cca322dadb12cded7 (diff) | |
download | latinime-da99cfc29d71f7aa417b4646234d532ed5dcb7de.tar.gz latinime-da99cfc29d71f7aa417b4646234d532ed5dcb7de.tar.xz latinime-da99cfc29d71f7aa417b4646234d532ed5dcb7de.zip |
Merge "Introduce OffdeviceIntermediateDict for dicttolkit."
Diffstat (limited to 'native/dicttoolkit/NativeFileList.mk')
-rw-r--r-- | native/dicttoolkit/NativeFileList.mk | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/native/dicttoolkit/NativeFileList.mk b/native/dicttoolkit/NativeFileList.mk index 925ec458b..b39a24890 100644 --- a/native/dicttoolkit/NativeFileList.mk +++ b/native/dicttoolkit/NativeFileList.mk @@ -22,8 +22,13 @@ LATIN_IME_DICT_TOOLKIT_SRC_FILES := \ help_executor.cpp \ info_executor.cpp \ makedict_executor.cpp) \ + $(addprefix offdevice_intermediate_dict/, \ + offdevice_intermediate_dict.cpp) \ utils/command_utils.cpp LATIN_IME_DICT_TOOLKIT_TEST_FILES := \ dict_toolkit_defines_test.cpp \ - utils/command_utils_test.cpp + $(addprefix offdevice_intermediate_dict/, \ + offdevice_intermediate_dict_test.cpp) \ + $(addprefix utils/, \ + command_utils_test.cpp) |