Hello, There is way under Windows to include resources like files, bitmaps, ... into the binary using
res.o:main.rc
windres -i $< -o $@
(mingw32-gcc under Windows)
I would like to do the same thing under Linux, targeting Linux.
I haven't found a way how to do it.
Can someone help me?
Cheers, Juergen
_______________________________________________
help-gnu-utils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gnu-utils
