mirror of
https://github.com/RubyMetric/chsrc
synced 2025-10-19 17:17:25 +08:00
feat(chsrc): 移除一处无用的宏定义,删除文档过时内容
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
! Contributors : Mikachu2333 <mikachu.23333@zohomail.com>
|
! Contributors : Mikachu2333 <mikachu.23333@zohomail.com>
|
||||||
! |
|
! |
|
||||||
! Created On : <2024-12-27>
|
! Created On : <2024-12-27>
|
||||||
! Last Modified : <2025-10-10>
|
! Last Modified : <2025-10-11>
|
||||||
! ---------------------------------------------------------- -->
|
! ---------------------------------------------------------- -->
|
||||||
|
|
||||||
# 开发 chsrc
|
# 开发 chsrc
|
||||||
@@ -46,8 +46,6 @@ git clone https://gitee.com/RubyMetric/chsrc.git -b dev
|
|||||||
|
|
||||||
## 编译运行
|
## 编译运行
|
||||||
|
|
||||||
**⚠️警告:Windows 上使用 `make` 将无法正确编译版本号与附加信息,仅 `just` 可完整编译**
|
|
||||||
|
|
||||||
共有四种构建模式:
|
共有四种构建模式:
|
||||||
|
|
||||||
1. **`DEV mode`**
|
1. **`DEV mode`**
|
||||||
|
@@ -20,5 +20,4 @@
|
|||||||
#define CHSRC_VERSION_MAJOR 0
|
#define CHSRC_VERSION_MAJOR 0
|
||||||
#define CHSRC_VERSION_MINOR 2
|
#define CHSRC_VERSION_MINOR 2
|
||||||
#define CHSRC_VERSION_PATCH 3
|
#define CHSRC_VERSION_PATCH 3
|
||||||
#define CHSRC_VERSION_STRING "0.2.3"
|
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user