view TOOLS/realcodecs/cook.sh @ 12898:2054ffe13177

Explain how to handle big patches and why uploading patches is bad.
author diego
date Mon, 26 Jul 2004 00:52:56 +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