mirror of
https://github.com/LHY0125/PathEditor.git
synced 2026-05-10 10:19:47 +08:00
docs: 更新注释与README,补充编译说明和架构描述
- 在 main.c 中添加编译和打包命令的注释 - 在 README.md 中新增“架构与二次开发”章节,说明项目的模块化设计和配置管理
This commit is contained in:
+6
-1
@@ -7,7 +7,12 @@
|
||||
#include "ui.h"
|
||||
#include "cb_main.h"
|
||||
|
||||
|
||||
/*
|
||||
编译命令:
|
||||
Remove-Item -Path "obj\*.o" -Force -ErrorAction SilentlyContinue && mingw32-make
|
||||
打包命令:
|
||||
build_installer.bat
|
||||
*/
|
||||
|
||||
// 主函数
|
||||
int main(int argc, char **argv)
|
||||
|
||||
Reference in New Issue
Block a user