Doh, I meant bin2res. After making clean I need to extract them like: ../../tools/bin2res -o faces.bmp ./rsrc.rc
Otherwise they aren't available when wrc runs on rc.rc. Seems odd that wrc can't pull the data out of the src.rc file itself though.
Actually it can, but it's the other resource compilers that can't (MS' rc, and windres). So for compatibility with those, we use the current scheme.
-- Dimi.