...with the content like this:
A ICON MOVEABLE PURE LOADONCALL DISCARDABLE "./hc05.ico"
windres -i ./res.rc --input-format=rc -o icon.res -O coff
g++ -o ./Blutool05.exe -std=c++11 ./src/main.cc ./resources/icon.res $(pkg-config gtkmm-3.0 --cflags --libs | sed 's/ -I/ -isystem /g') -mwindows