view TOOLS/realcodecs/cook.sh @ 15201:7706a3bef8a3

newer versions of mingws gcc do not like terminating slahes when specifying extra include paths
author faust3
date Sun, 17 Apr 2005 13:04:28 +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