mirror of https://gitee.com/cxasm/notepad--.git
repo: 处理 核心编辑器组件 2.11 时期的 master 分支构建
This commit is contained in:
parent
f5d0a54ab5
commit
9be36a85a0
|
@ -20,7 +20,7 @@ include(cmake/SparkMacrosExtendConfig.cmake)
|
|||
if(WIN32)
|
||||
add_compile_definitions(_UNICODE= UNICODE=)
|
||||
endif()
|
||||
# 符合 2.0.0 代码预期的版本处理
|
||||
# 符合 2.0.0 代码预期的版本处理, 核心编辑器组件 2.11
|
||||
add_compile_definitions(TEST_PRE)
|
||||
|
||||
# ----------------- 构建 QSci 库 ----------------- #
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
//#define TEST_PRE
|
||||
|
||||
#ifdef TEST_PRE
|
||||
static const char* VersionStr = u8"(内部测试非稳定) v2.0.0";
|
||||
static const char* VersionStr = u8"(内部测试非稳定) v2.0.0, 核心编辑器组件 2.11";
|
||||
#else
|
||||
|
||||
static const char* VersionStr = "v2.0.0";
|
||||
|
|
Loading…
Reference in New Issue