Codebase list mozc / 9723a96
Fix build break in installer for Windows with --noqt When --noqt is specified, {Debug,Release}/GoogleIMEJaTool.exe should be used instead of {Debug,Release}Dynamic/GoogleIMEJaTool.exe to build the installer for Windows. BUG=#327 TEST= REF_BUG=26887740 REF_CL=137113011 REF_TIME=2016-10-24T20:26:36-07:00 REF_TIME_RAW=1477365996 -0700 Yohei Yukawa 7 years ago
3 changed file(s) with 9 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
2929
3030 MAJOR=2
3131 MINOR=19
32 BUILD=2651
32 BUILD=2652
3333 REVISION=102
3434 # This version represents the version of Mozc IME engine (converter, predictor,
3535 # etc.). This version info is included both in the Mozc server and in the Mozc
5555 '../custom_action/custom_action.gyp:mozc_custom_action32',
5656 ],
5757 }],
58 ['use_qt!="YES"', {
59 'dependencies': [
60 '../../gui/gui.gyp:mozc_tool',
61 ],
62 }],
5863 ],
5964 },
6065 ],
7272 'qwindows_dll_path': '',
7373 'qwindowsd_dll_path': '',
7474 'mozc_zinnia_model_data_path': '',
75 'mozc_tool_path': '<(outdir32)/GoogleIMEJaTool.exe',
7576 'conditions': [
7677 ['use_qt=="YES"', {
7778 'mozc_zinnia_model_data_path': '<(DEPTH)/third_party/zinnia/tomoe/handwriting-light-ja.model',
79 'mozc_tool_path': '<(outdir32_dynamic)/GoogleIMEJaTool.exe',
7880 }],
7981 ['use_qt=="YES" and qt_ver==4', {
8082 'qtcore4_dll_path': '<(qt_dir)/bin/QtCore4.dll',
111113 'qwindows_dll_path': '<(qwindows_dll_path)',
112114 'qwindowsd_dll_path': '<(qwindowsd_dll_path)',
113115 'mozc_zinnia_model_data_path': '<(mozc_zinnia_model_data_path)',
114 'mozc_tool_path': '<(outdir32_dynamic)/GoogleIMEJaTool.exe',
116 'mozc_tool_path': '<(mozc_tool_path)',
115117 'mozc_broker32_path': '<(outdir32)/GoogleIMEJaBroker32.exe',
116118 'mozc_broker64_path': '<(outdir64)/GoogleIMEJaBroker64.exe',
117119 'mozc_ca32_path': '<(outdir32)/GoogleIMEJaInstallerHelper32.dll',