diff options
| author | ruki <[email protected]> | 2019-07-19 23:14:35 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-07-19 13:27:34 +0800 |
| commit | 60532b02e42b277cebfa166f54a80f2c443dbdbf (patch) | |
| tree | 2b384f7311eb47200cdc7982b5a87761ff081cb7 | |
| parent | f5e728f9e3e9dc829a87b62b4025cf2259576878 (diff) | |
update changelogs
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b6b49a691..54d250642 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ * Add protobuf c/c++ rules * [#468](https://github.com/xmake-io/xmake/pull/468): Add utf-8 support for windows * [#472](https://github.com/xmake-io/xmake/pull/472): Add `xmake project -k vsxmake201x` plugin to support call xmake from vs/msbuild +* [#487](https://github.com/xmake-io/xmake/issues/487): Support to build the selected files for the given target ## v2.2.7 @@ -614,6 +615,7 @@ * 添加protobuf c/c++构建规则 * [#468](https://github.com/xmake-io/xmake/pull/468): 添加对 Windows 的 UTF-8 支持 * [#472](https://github.com/xmake-io/xmake/pull/472): 添加`xmake project -k vsxmake201x`去更好的支持vs工程的生成,内部直接调用xmake来编译 +* [#487](https://github.com/xmake-io/xmake/issues/487): 通过`xmake --files="src/*.c"`支持指定一批文件进行编译。 ## v2.2.7 |
