diff options
| author | ruki <[email protected]> | 2021-09-02 23:52:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2021-09-02 23:52:56 +0800 |
| commit | 767219ac1f3fb11f592d5a84b62cc2f199ab893a (patch) | |
| tree | 69f67a0667475a27ad05178bfbe25746bc060bef | |
| parent | 5375f19a262a32e9cc9464ed578350026b5b1867 (diff) | |
update readme and changelog
| -rw-r--r-- | CHANGELOG.md | 8 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | README_zh.md | 2 |
3 files changed, 12 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d620e954..4524d2b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## master (unreleased) +### New features + +* [#388](https://github.com/xmake-io/xmake/issues/388): Pascal Language Support + ### Change * [#1618](https://github.com/xmake-io/xmake/issues/1618): Improve vala to support to generate libraries and bindings @@ -1066,6 +1070,10 @@ ## master (开发中) +### 新特性 + +* [#388](https://github.com/xmake-io/xmake/issues/388): Pascal 语言支持,可以使用 fpc 来编译 free pascal + ### 改进 * [#1618](https://github.com/xmake-io/xmake/issues/1618): 改进 vala 支持构建动态库和静态库程序 @@ -223,6 +223,7 @@ emcc A toolchain for compiling to asm.js and WebAssembly icc Intel C/C++ Compiler ifort Intel Fortran Compiler muslcc The musl-based cross-compilation toolchains +fpc Free Pascal Programming Language Compiler ``` ## Supported Languages @@ -239,6 +240,7 @@ muslcc The musl-based cross-compilation toolchains * Cuda * Zig * Vala +* Pascal ## Support Features diff --git a/README_zh.md b/README_zh.md index 2ef9752cf..14ef4938d 100644 --- a/README_zh.md +++ b/README_zh.md @@ -231,6 +231,7 @@ emcc A toolchain for compiling to asm.js and WebAssembly icc Intel C/C++ Compiler ifort Intel Fortran Compiler muslcc The musl-based cross-compilation toolchains +fpc Free Pascal Programming Language Compiler ``` ## 支持语言 @@ -246,6 +247,7 @@ muslcc The musl-based cross-compilation toolchains * Cuda * Zig * Vala +* Pascal ## 支持特性 |
