view TOOLS/realcodecs/cook.sh @ 17394:d44f30816921

Always try to parse index chunk, no reason to check for movi_end Also check return value of parse_index_chunk
author reimar
date Sat, 14 Jan 2006 22:47:38 +0000
parents 86c478bea7ce
children
line wrap: on
line source

rm cook.so.6.0
gcc -c cook.c -g
ld -shared -o cook.so.6.0 cook.o -ldl -lc