summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2016-08-29 13:33:14 +0800
committerruki <[email protected]>2016-08-29 13:33:14 +0800
commitc7271bfdc990f260d5430fb2b1a70786ec617b66 (patch)
treed931df96707b42521395308b2f172ee616556c13
parentc31f75567dc7946c78f25ecb043220934616b435 (diff)
modify README and CHANGELOG
-rw-r--r--CHANGELOG.md4
-rwxr-xr-xREADME.md4
2 files changed, 4 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 698a14307..84d738f15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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
@@ -150,7 +150,7 @@
* ����windowsĿ�����Ĭ��Ĭ������pdb�����ļ�
* ��windows�����ӵ�����֧�֣�vsjitdebugger, ollydbg, windbg ... ��
* ����`getenv`�ӿڵ�`xmake.lua`��ȫ����������
-* ��������vs200x���̲��
+* ��������vstudio���̲��(֧�֣�vs2002 - vs2015)
* Ϊoption����`set_default`�ӿ�
### �Ľ�
diff --git a/README.md b/README.md
index 612a40ea7..281c3476c 100755
--- a/README.md
+++ b/README.md
@@ -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
@@ -263,7 +263,7 @@ xmake的目标是开发者更加关注于项目本身开发,简化项目的描
- 调试器支持,实现直接加载运行调试
-- 提供产生IDE工程文件的插件
+- 提供产生IDE工程文件的插件(支持vs2002 - vs2015)
####常用Actions