mirror of
https://github.com/LHY0125/PathEditor.git
synced 2026-05-10 10:19:47 +08:00
build: 迁移构建系统至 CMake 并清理旧的二进制文件
- 删除过时的 Makefile 和 bin/ 目录下的二进制文件 - 新增 CMakeLists.txt 以支持更标准的跨平台构建 - 更新 README.md 中的编译步骤和依赖说明 - 调整 main.c 中的注释和 installer.iss 中的源文件路径 - 构建输出现在位于 build/ 目录,DLL 文件在构建后自动复制
This commit is contained in:
+5
-3
@@ -8,9 +8,11 @@
|
||||
#include "cb_main.h"
|
||||
|
||||
/*
|
||||
编译命令:
|
||||
Remove-Item -Path "obj\*.o" -Force -ErrorAction SilentlyContinue && mingw32-make
|
||||
打包命令:
|
||||
!编译命令:
|
||||
cmake -B build -G "MinGW Makefiles"
|
||||
cmake --build build
|
||||
|
||||
!打包命令:
|
||||
build_installer.bat
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user