#!/bin/sh
# $Id: importmake.sh 6 2005-11-24 00:02:59Z ggw $
#
gcc -DLinux import.c -o import.exe -lmsql /usr/lib/mysql/libmysqlclient.a

