view TOOLS/realcodecs/cook.sh @ 17321:7f9fcf5245a0

Improve overall structure by adding a few top-level chapters so that sections no longer nest as deeply. This has the added benefit of removing a few sections that only consisted of the section title.
author diego
date Thu, 05 Jan 2006 23:32:18 +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