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