view TOOLS/realcodecs/cook.sh @ 14893:faa87d404b0a

options in config file have been using '-' instead of '_' for ages
author rathann
date Thu, 03 Mar 2005 03:11:44 +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