beta-0.89.2
[luatex.git] / source / libs / zziplib / zziplib-0.13.62 / msvc8 / zzipself.txt
blobf423a018e2983fa902007fb4343d8bfb82b3af62
1 HOWTO create an exe-file with an appended zip-resource - file
3 we assume an imaginary game called "tetris.exe"
4 1. create a zip-archive "tetris.zip" and store "tetris.exe" with NO COMPRESSION (-e0 option in pkzip)
5 2. add your data-files, images and sounds to "tetris.zip" with arbitrary compression
6 3. call "setstub tetris.zip tetris.exe"
7 4. rename tetris.zip into tetris.exe
9 now your app should be able read data from itself.