view TOOLS/realcodecs/drv3.sh @ 13290:fb8f8882fb6a

adding the code documentation guide lines now everyone has to follow them
author attila
date Thu, 09 Sep 2004 01:13:26 +0000
parents 86c478bea7ce
children
line wrap: on
line source

rm drv3.so.6.0
gcc -c drv3.c -g &&
ld -shared -o drv3.so.6.0 drv3.o -ldl -lc