mirror of
https://github.com/LHY0125/PathEditor.git
synced 2026-05-10 10:19:47 +08:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bd1b05be55 |
@@ -16,6 +16,8 @@ cmake -B build -G "MinGW Makefiles"
|
|||||||
cmake --build build
|
cmake --build build
|
||||||
!打包命令:
|
!打包命令:
|
||||||
build_installer.bat
|
build_installer.bat
|
||||||
|
!运行命令:
|
||||||
|
build\\PathEditor.exe
|
||||||
*/
|
*/
|
||||||
|
|
||||||
// 定义 Windows 消息常量
|
// 定义 Windows 消息常量
|
||||||
@@ -118,5 +120,6 @@ int main(int argc, char **argv)
|
|||||||
|
|
||||||
destroy_app_context(ctx);
|
destroy_app_context(ctx);
|
||||||
IupClose();
|
IupClose();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user