-----Gcc(Cygwin/Mingw32)-----
windres -i test.rc --input-format=rc -O coff -o test.res
g++ test.cpp test.res -mwindows -lgdi32 -luser32 -o test -s
Submitted by ╰☆往事如风 on 2006, January 27, 2:59 AM. 编程技术
-----Gcc(Cygwin/Mingw32)-----
windres -i test.rc --input-format=rc -O coff -o test.res
g++ test.cpp test.res -mwindows -lgdi32 -luser32 -o test -s