view TOOLS/realcodecs/cook.sh @ 19417:c31ca009077a

Add -Wdeclaration-after-statement to CFLAGS if available to ensure people won't miss this requirement and thus don't have to fix it later.
author reimar
date Thu, 17 Aug 2006 15:11:10 +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