view TOOLS/realcodecs/drv3.sh @ 18849:2f4cf2d615cb

fix compilation under mingw (thanks to tempn AT twmi DOT rr DOT com for report and pacman for fix)
author ben
date Thu, 29 Jun 2006 17:07:57 +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