view TOOLS/realcodecs/cook.sh @ 16813:b0880e80e5a4

-vc null -vo null is not the fastest way to dump...
author diego
date Thu, 20 Oct 2005 00:08:09 +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