Makefile.dbapi_driver_mysql.lib
上传用户:yhdzpy8989
上传日期:2007-06-13
资源大小:13604k
文件大小:0k
源码类别:

生物技术

开发平台:

C/C++

  1. # $Id: Makefile.dbapi_driver_mysql.lib,v 1000.0 2003/10/29 20:37:35 gouriano Exp $
  2. SRC = connection context lang_cmd result
  3. LIB = dbapi_driver_mysql
  4. CPPFLAGS = $(ORIG_CPPFLAGS) $(MYSQL_INCLUDE)
  5. # Build shared version when possible
  6. LIB_OR_DLL = both
  7. # Dependencies for shared library
  8. DLL_LIB = dbapi_driver
  9. LIBS = $(MYSQL_LIBS) $(ORIG_LIBS)