Skip to content

Commit

Permalink
modify README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
waruqi committed Aug 29, 2016
1 parent c31f755 commit c7271bf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
* Enable pdb symbol files for windows
* Add debugger support on windows (vsjitdebugger, ollydbg, windbg ... )
* Add `getenv` interface for the global scope of `xmake.lua`
* Add plugin for generating vs200x project file
* Add plugin for generating vstudio project file (vs2002 - vs2015)
* Add `set_default` api for option

### Changes
Expand Down Expand Up @@ -150,7 +150,7 @@
* 编译windows目标程序,默认默认启用pdb符号文件
* 在windows上添加调试器支持(vsjitdebugger, ollydbg, windbg ... )
* 添加`getenv`接口到`xmake.lua`的全局作用域中
* 添加生成vs200x工程插件
* 添加生成vstudio工程插件(支持:vs2002 - vs2015)
* 为option添加`set_default`接口

### 改进
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ so that any developer can quickly pick it up and enjoy the productivity boost wh
- The doxygen plugin: Make doxygen document from source codes
- The macro plugin: Record and playback commands
- The hello plugin: A simple plugin demo to show 'hello xmake!'
- The project plugin: Create the project file for IDE (.e.g makefile, vs2002 - vs2008, developing vs2010 - vs2015)
- The project plugin: Create the project file for IDE (.e.g makefile, vs2002 - vs2015)

####Languages

Expand Down Expand Up @@ -263,7 +263,7 @@ xmake的目标是开发者更加关注于项目本身开发,简化项目的描

- 调试器支持,实现直接加载运行调试

- 提供产生IDE工程文件的插件
- 提供产生IDE工程文件的插件(支持vs2002 - vs2015)

####常用Actions

Expand Down

0 comments on commit c7271bf

Please sign in to comment.