Makefile.dbapi_driver_mysql.lib
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:0k
源码类别:
生物技术
开发平台:
C/C++
- # $Id: Makefile.dbapi_driver_mysql.lib,v 1000.0 2003/10/29 20:37:35 gouriano Exp $
- SRC = connection context lang_cmd result
- LIB = dbapi_driver_mysql
- CPPFLAGS = $(ORIG_CPPFLAGS) $(MYSQL_INCLUDE)
- # Build shared version when possible
- LIB_OR_DLL = both
- # Dependencies for shared library
- DLL_LIB = dbapi_driver
- LIBS = $(MYSQL_LIBS) $(ORIG_LIBS)