exexedat(3) - Linux man page
Name
exexedat - Appending datafiles onto your executable. Allegro game programming library.Synopsis
#include <allegro.h>Example exexedat
Description
You may ask: how do you compile, append and exec your program?
Answer: like this...
1) Compile your program like normal. Use the magic filenames with '#' to load your data where needed.
2) Once you compressed your program, run "exedat foo.exe data.dat"
3) Finally run your program.
Note that appending data to the end of binaries may not be portable accross all platforms supported by Allegro.