C CodeBlocks resource files

I have program written in C with CodeBlocks that uses some files like bitmaps and html files and I want all that files to be in .exe file.
All I can find is how to use .rc file to make custom icon for exe but what about other files that will be used in that program?
Is there any tutorial about usage of resource files?
Read this tutorial under "custom resources" section, it is pretty easy to understand:
http://www.cpp-home.com/tutorials/225_3.htm
Thanks!
Topic archived. No new replies allowed.