⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 dbapi_driver_mysql.dsp

📁 ncbi源码
💻 DSP
字号:
# Microsoft Developer Studio Project File - Name="dbapi_driver_mysql" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102

CFG=dbapi_driver_mysql - Win32 ReleaseDLL
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE 
!MESSAGE NMAKE /f "dbapi_driver_mysql.mak".
!MESSAGE 
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE 
!MESSAGE NMAKE /f "dbapi_driver_mysql.mak" CFG="dbapi_driver_mysql - Win32 ReleaseDLL"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "dbapi_driver_mysql - Win32 ReleaseDLL" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE "dbapi_driver_mysql - Win32 DebugDLL" (based on "Win32 (x86) Dynamic-Link Library")
!MESSAGE 

# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
MTL=midl.exe
RSC=rc.exe

!IF  "$(CFG)" == "dbapi_driver_mysql - Win32 ReleaseDLL"

# PROP BASE Use_MFC 6
# PROP BASE Use_Debug_Libraries 0
# PROP BASE Output_Dir "ReleaseDLL"
# PROP BASE Intermediate_Dir "ReleaseDLL"
# PROP BASE Target_Dir ""
# PROP Use_MFC 6
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "..\..\bin\ReleaseDLL"
# PROP Intermediate_Dir "ReleaseDLL"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
# ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "..\..\..\..\..\include" /I "..\..\..\..\..\..\mysql\include" /D "NCBI_DBAPIDRIVER_MYSQL_EXPORTS" /D "NDEBUG" /D "_WINDLL" /D "_AFXDLL" /D "_AFXEXT" /D "_MBCS" /D "WIN32" /D "NCBI_DLL_BUILD" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRALEAN" /YX /FD /c
# ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
# ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /dll /pdb:none /machine:I386
# ADD LINK32 libmysql.lib /nologo /subsystem:windows /dll /pdb:none /machine:I386 /def:".\dbapi_driver_mysql.def" /libpath:".\..\..\..\..\..\..\mysql\ReleaseDLL"

!ELSEIF  "$(CFG)" == "dbapi_driver_mysql - Win32 DebugDLL"

# PROP BASE Use_MFC 6
# PROP BASE Use_Debug_Libraries 1
# PROP BASE Output_Dir "DebugDLL"
# PROP BASE Intermediate_Dir "DebugDLL"
# PROP BASE Target_Dir ""
# PROP Use_MFC 6
# PROP Use_Debug_Libraries 1
# PROP Output_Dir "..\..\bin\DebugDLL"
# PROP Intermediate_Dir "DebugDLL"
# PROP Ignore_Export_Lib 0
# PROP Target_Dir ""
# ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Z7 /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /Z7 /Od /I "..\..\..\..\..\include" /I "..\..\..\..\..\..\mysql\include" /D "NCBI_DBAPIDRIVER_MYSQL_EXPORTS" /D "_DEBUG" /D "_WINDLL" /D "_AFXDLL" /D "_AFXEXT" /D "_MBCS" /D "WIN32" /D "NCBI_DLL_BUILD" /D "WIN32_LEAN_AND_MEAN" /D "VC_EXTRALEAN" /YX /FD /GZ /c
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
# ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 /nologo /subsystem:windows /dll /pdb:none /debug /machine:I386
# ADD LINK32 libmysql.lib /nologo /subsystem:windows /dll /pdb:none /debug /machine:I386 /def:".\dbapi_driver_mysql.def" /libpath:".\..\..\..\..\..\..\mysql\DebugDLL"

!ENDIF 

# Begin Target

# Name "dbapi_driver_mysql - Win32 ReleaseDLL"
# Name "dbapi_driver_mysql - Win32 DebugDLL"
# Begin Group "Source Files"

# PROP Default_Filter "cpp;c;cxx;def;r;odl;idl;hpj;bat"
# Begin Source File

SOURCE=..\..\..\..\..\src\dbapi\driver\mysql\connection.cpp
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\dbapi\driver\mysql\context.cpp
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\dbapi\driver\mysql\lang_cmd.cpp
# End Source File
# Begin Source File

SOURCE=..\..\..\..\..\src\dbapi\driver\mysql\result.cpp
# End Source File
# End Group
# Begin Group "Header Files"

# PROP Default_Filter "h;hpp;hxx;hm;inl"
# Begin Source File

SOURCE=..\..\..\..\..\include\dbapi\driver\mysql\interfaces.hpp
# End Source File
# End Group
# Begin Group "Resource Files"

# PROP Default_Filter "rc;rc2;ico;cur;bmp;dlg;rct;bin;rgs;gif;jpg;jpeg;jpe"
# Begin Source File

SOURCE=.\dbapi_driver_mysql.cpp
# End Source File
# Begin Source File

SOURCE=.\dbapi_driver_mysql.def
# PROP Exclude_From_Build 1
# End Source File
# Begin Source File

SOURCE=..\..\..\ncbi.rc
# End Source File
# Begin Source File

SOURCE=.\StdAfx.cpp
# End Source File
# Begin Source File

SOURCE=.\StdAfx.h
# End Source File
# End Group
# End Target
# End Project

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -