Gregory D Abram wrote: > > Didn't get added to the tarball. Here it is; put it in > ...src/exec/uipp/dxuilib/net2c, then chmod a+x net2c > I'll fix the tarball. > > src=`echo $1 | tr "\134" "/"` > dst=`echo $2 | tr "\134" "/"` > echo src: $src dst: $dst > grep -h -v // $src | \ > grep -v include | \ > grep -v "= NULL" | \ > sed -e 's/"/\\"/g' | \ > sed -e 's/\\\\"/\\\\\\"/g' | \ > sed -e 's/Image_/I/g' | \ > sed -e 's/Receiver_/Rcv/g' | \ > sed -e 's/Input_/Inp/g' | \ > sed -e 's/Inquire_/Inq/g' | \ > sed -e 's/_out_/_o/g' | \ > sed -e 's/_in_/_i/g' | \ > sed -e 's/ //g' | \ > sed -e 's/^/"/' | \ > sed -e 's/$/",/' > $dst > echo NULL >> $dst
Thank you very much, but I think it needs to be in src/uipp/dxuilib/net2c By the way, I guess the line 1951 in the Makefile of src/exec/dxmods needs to be removed, Otherwise it wont compile !! Alex
