mingw编译windows桌面程序

x86_64-w64-mingw32-gcc -o test.exe test.c  -s  -lgdi32 -luser32 -lkernel32 -lcomctl32 -mwindows

  

posted @ 2023-04-23 09:34  roverqqq  阅读(78)  评论(0)    收藏  举报