mirror of
https://github.com/LHY0125/PathEditor.git
synced 2026-05-10 02:09:46 +08:00
chore: 迁移构建系统并清理遗留的二进制文件
- 删除 bin/ 目录下遗留的 DLL 和可执行文件,它们现在由 CMake 构建过程自动复制 - 更新 CMakeLists.txt,明确设置 C17 标准并优化编译选项 - 更新 Inno Setup 安装脚本,使其从 build/ 目录获取构建产物 - 更新 main.c 中的编译说明,反映当前基于 CMake 的构建流程
This commit is contained in:
+4
-3
@@ -11,9 +11,10 @@
|
||||
#include "config.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