04 2023 档案

摘要:EXE = main.exeOBJ := $(EXE:.exe=.o)SRC := $(EXE:.exe=.c)RC := $(EXE:.exe=.rc)RES := $(EXE:.exe=.res) all:$(OBJ) $(RES) x86_64-w64-mingw32-gcc -o $(EXE 阅读全文
posted @ 2023-04-23 09:43 roverqqq 阅读(22) 评论(0) 推荐(0) 编辑
摘要:x86_64-w64-mingw32-gcc -o test.exe test.c -s -lgdi32 -luser32 -lkernel32 -lcomctl32 -mwindows 阅读全文
posted @ 2023-04-23 09:34 roverqqq 阅读(62) 评论(0) 推荐(0) 编辑
摘要:#if defined(UNICODE) && !defined(_UNICODE) #define _UNICODE #elif defined(_UNICODE) && !defined(UNICODE) #define UNICODE #endif #include <tchar.h> #in 阅读全文
posted @ 2023-04-21 16:15 roverqqq 阅读(167) 评论(0) 推荐(0) 编辑
摘要:#if defined(UNICODE) && !defined(_UNICODE) #define _UNICODE #elif defined(_UNICODE) && !defined(UNICODE) #define UNICODE #endif #include <tchar.h> #in 阅读全文
posted @ 2023-04-21 16:02 roverqqq 阅读(111) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示