Skip to content

Commit b2ec786

Browse files
authored
[MSCTFIME] Restructuring (reactos#6505)
Improve code flexibility. 3700+ lines of msctfime.cpp was too long. JIRA issue: CORE-19360 - Split msctfime.cpp code to some source files and header files.
1 parent 0610bcb commit b2ec786

19 files changed

+3177
-2920
lines changed

dll/ime/msctfime/CMakeLists.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ include_directories(
55
spec2def(msctfime.ime msctfime.spec)
66

77
list(APPEND SOURCE
8-
msctfime.cpp)
8+
bridge.cpp
9+
compartment.cpp
10+
functions.cpp
11+
inputcontext.cpp
12+
msctfime.cpp
13+
profile.cpp
14+
sinks.cpp
15+
tls.cpp
16+
ui.cpp)
917

1018
file(GLOB msctfime_rc_deps res/*.*)
1119
add_rc_deps(msctfime.rc ${msctfime_rc_deps})

0 commit comments

Comments
 (0)