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

生物技术

开发平台:

C/C++

  1. # $Id: Makefile.dbapi_driver_ctlib.lib,v 1000.0 2003/10/29 20:27:57 gouriano Exp $
  2. SRC = bcp connection context cursor lang_cmd rpc result
  3. LIB    = dbapi_driver_ctlib
  4. CPPFLAGS = $(ORIG_CPPFLAGS) $(SYBASE_INCLUDE)
  5. REQUIRES = Sybase
  6. # Build shared version when possible
  7. LIB_OR_DLL = both
  8. # Dependencies for shared library
  9. DLL_LIB = dbapi_driver
  10. LIBS = $(SYBASE_LIBS) $(SYBASE_DLLS) $(NETWORK_LIBS) $(ORIG_LIBS)