ndb_desc.dsp
上传用户:romrleung
上传日期:2022-05-23
资源大小:18897k
文件大小:6k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="mysqld" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Console Application" 0x0103
  5. CFG=ndb_desc - Win32 Release
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "ndb_desc.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "ndb_desc.mak" CFG="ndb_desc - Win32 Release"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "ndb_desc - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "ndb_desc - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=xicl6.exe
  26. RSC=rc.exe
  27. !IF  "$(CFG)" == "ndb_desc - Win32 Release"
  28. # PROP BASE Use_MFC 0
  29. # PROP BASE Use_Debug_Libraries 0
  30. # PROP BASE Output_Dir "Release"
  31. # PROP BASE Intermediate_Dir "Release"
  32. # PROP BASE Target_Dir ""
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir "release"
  36. # PROP Intermediate_Dir "release"
  37. # PROP Ignore_Export_Lib 0
  38. # PROP Target_Dir ""
  39. # ADD BASE CPP /nologo /W3 /GX /O2 /D "NDB_WIN32" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  40. # ADD CPP /nologo /G6 /MT /W3 /O2 /D "NDB_WIN32" /I "../zlib" /I "../include" /I "../regex" /D "NDEBUG" /D "DBUG_OFF" /D "HAVE_INNOBASE_DB" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "HAVE_DLOPEN" /FD /c
  41. # ADD BASE CPP /I "." /I "../../include" /I "../../ndb/include" /I "../../ndb/include/ndbapi" /I "../../ndb/include/util" /I "../../ndb/include/portlib" /I "../../ndb/test/include" /I "../../ndb/include/mgmapi" /I "../../ndb/include/kernel"
  42. # ADD CPP /I "." /I "../../include" /I "../../ndb/include" /I "../../ndb/include/ndbapi" /I "../../ndb/include/util" /I "../../ndb/include/portlib" /I "../../ndb/test/include" /I "../../ndb/include/mgmapi" /I "../../ndb/include/kernel"
  43. # SUBTRACT CPP /YX
  44. # ADD BASE RSC /l 0x410 /d "NDEBUG"
  45. # ADD RSC /l 0x409 /d "NDEBUG"
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LINK32=xilink6.exe
  50. # ADD BASE LINK32 ../../ndb/src/lib_release/libndbclient.lib ../../lib_release/dbug.lib ../../lib_release/mysys.lib ../../lib_release/strings.lib
  51. # ADD LINK32 ../../ndb/src/lib_release/libndbclient.lib ../../lib_release/dbug.lib ../../lib_release/mysys.lib ../../lib_release/strings.lib
  52. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /machine:I386
  53. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Wsock32.lib /nologo /subsystem:console /pdb:none /machine:I386 /out:"release/ndb_desc-opt.exe"
  54. # SUBTRACT LINK32 /debug
  55. !ELSEIF  "$(CFG)" == "ndb_desc - Win32 Debug"
  56. # PROP BASE Use_MFC 0
  57. # PROP BASE Use_Debug_Libraries 1
  58. # PROP BASE Output_Dir "Debug"
  59. # PROP BASE Intermediate_Dir "Debug"
  60. # PROP BASE Target_Dir ""
  61. # PROP Use_MFC 0
  62. # PROP Use_Debug_Libraries 1
  63. # PROP Output_Dir "debug"
  64. # PROP Intermediate_Dir "debug"
  65. # PROP Ignore_Export_Lib 0
  66. # PROP Target_Dir ""
  67. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "NDB_WIN32" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  68. # ADD CPP /nologo /G6 /MTd /W3 /Z7 /Od /D "NDB_WIN32" /I "../bdb/build_win32" /I "../include" /I "../regex" /I "../zlib" /D "_DEBUG" /D "SAFEMALLOC" /D "SAFE_MUTEX" /D "HAVE_INNOBASE_DB" /D "HAVE_BERKELEY_DB" /D "MYSQL_SERVER" /D "_WINDOWS" /D "_CONSOLE" /D "_MBCS" /D "HAVE_DLOPEN" /FD /c
  69. # ADD BASE CPP /I "." /I "../../include" /I "../../ndb/include" /I "../../ndb/include/ndbapi" /I "../../ndb/include/util" /I "../../ndb/include/portlib" /I "../../ndb/test/include" /I "../../ndb/include/mgmapi" /I "../../ndb/include/kernel"
  70. # ADD CPP /I "." /I "../../include" /I "../../ndb/include" /I "../../ndb/include/ndbapi" /I "../../ndb/include/util" /I "../../ndb/include/portlib" /I "../../ndb/test/include" /I "../../ndb/include/mgmapi" /I "../../ndb/include/kernel"
  71. # SUBTRACT CPP /Fr /YX
  72. # ADD BASE RSC /l 0x410 /d "_DEBUG"
  73. # ADD RSC /l 0x409 /d "_DEBUG"
  74. BSC32=bscmake.exe
  75. # ADD BASE BSC32 /nologo
  76. # ADD BSC32 /nologo
  77. LINK32=xilink6.exe
  78. # ADD BASE LINK32 ../../ndb/src/lib_debug/libndbclient.lib ../../lib_debug/dbug.lib ../../lib_debug/mysys.lib ../../lib_debug/strings.lib
  79. # ADD LINK32 ../../ndb/src/lib_debug/libndbclient.lib ../../lib_debug/dbug.lib ../../lib_debug/mysys.lib ../../lib_debug/strings.lib
  80. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
  81. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib Wsock32.lib /nologo /subsystem:console /incremental:no /debug /machine:I386 /out:"debug/ndb_desc.exe" /pdbtype:sept
  82. !ENDIF
  83. # Begin Target
  84. # Name "ndb_desc - Win32 Release"
  85. # Name "ndb_desc - Win32 Debug"
  86. # Begin Source File
  87. SOURCE=desc.cpp
  88. # End Source File
  89.  # Begin Source File
  90. SOURCE=../test/src/NDBT_ReturnCodes.cpp
  91. # End Source File
  92.  # Begin Source File
  93. SOURCE=../test/src/NDBT_Table.cpp
  94. # End Source File
  95.  # Begin Source File
  96. SOURCE=../test/src/NDBT_Output.cpp
  97. # End Source File
  98. # End Target
  99. # End Project