Codebase list mozc / d96c054
Add patch of remove *.target.mk Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 13 years ago
2 changed file(s) with 15 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 diff --git a/build_mozc.py b/build_mozc.py
1 index 91b8681..545f6b9 100755
2 --- a/build_mozc.py
3 +++ b/build_mozc.py
4 @@ -178,6 +178,9 @@ def GetGypFileNames():
5 '%s/dictionary/file/dictionary_file.gyp' % SRC_DIR)
6 gyp_file_names.append(
7 '%s/dictionary/system/system_dictionary.gyp' % SRC_DIR)
8 + # include subdirectory of rewriter.
9 + gyp_file_names.append(
10 + '%s/rewriter/calculator/calculator.gyp' % SRC_DIR)
11 # Include subdirectory of win32 and breakpad for Windows
12 if IsWindows():
13 gyp_file_names.extend(glob.glob('%s/win32/*/*.gyp' % SRC_DIR))
00 0001-Add-support-kfreebsd.patch
11 0002-Add-uim-mozc-r202.patch
22 r47-r48.patch
3 add_file_to_gypfile_check.patch