diff options
| author | ruki <[email protected]> | 2017-09-23 23:37:08 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-09-23 23:37:08 +0800 |
| commit | e6c8d3cf01996e97e2f3de61ecc02a6e84be5223 (patch) | |
| tree | 5a96df05e625d3785e0286328b0b28039ef5b4d6 /xmake/modules/core/tools/cl.lua | |
| parent | f31f003cc6de4513382cdd8f3a165f072952652c (diff) | |
add comment for cl
Diffstat (limited to 'xmake/modules/core/tools/cl.lua')
| -rw-r--r-- | xmake/modules/core/tools/cl.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/core/tools/cl.lua b/xmake/modules/core/tools/cl.lua index f727f2f7a..24dd268a2 100644 --- a/xmake/modules/core/tools/cl.lua +++ b/xmake/modules/core/tools/cl.lua @@ -270,7 +270,7 @@ function _include_note(self, line) _g.notes = _g.notes or { "Note: including file: " - , "\215\162\210\226\58\32\176\252\186\172\206\196\188\254\58\32" -- zh-cn + , "\215\162\210\226\58\32\176\252\186\172\206\196\188\254\58\32" -- zh-cn: "注意: 包含文件: " } -- contain notes? |
