# in 64 bit cygwin
windres winws.rc -O coff -o winws_res64.o
# in 32 bit cygwin
windres winws.rc -O coff -o winws_res32.o
