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

MySQL数据库

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="mysql_test_run_new" - 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=mysql_test_run_new - Win32 Debug
  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 "mysql_test_run_new.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 "mysql_test_run_new.mak" CFG="mysql_test_run_new - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "mysql_test_run_new - Win32 Debug" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "mysql_test_run_new - Win32 Release" (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=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF  "$(CFG)" == "mysql_test_run_new - Win32 Debug"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 1
  31. # PROP BASE Output_Dir ".Debug"
  32. # PROP BASE Intermediate_Dir ".Debug"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 1
  36. # PROP Output_Dir ".Debug"
  37. # PROP Intermediate_Dir ".Debug"
  38. # PROP Target_Dir ""
  39. # ADD BASE CPP /nologo /MTd /I "../include" /I "../" /Z7 /W3 /Od /G6 /D "_DEBUG" /D "_WINDOWS" /D "SAFE_MUTEX" /D "USE_TLS" /D "MYSQL_CLIENT" /D "__WIN__" /D "_WIN32" /Fp".Debug/mysql_test_run_new.pch" /Fo".Debug/" /Fd".Debug/" /GZ /FD /c /GX 
  40. # ADD CPP /nologo /MTd /I "../include" /I "../" /Z7 /W3 /Od /G6 /D "_DEBUG" /D "_WINDOWS" /D "SAFE_MUTEX" /D "USE_TLS" /D "MYSQL_CLIENT" /D "__WIN__" /D "_WIN32" /Fp".Debug/mysql_test_run_new.pch" /Fo".Debug/" /Fd".Debug/" /GZ /FD /c /GX 
  41. # ADD BASE MTL /nologo /tlb".Debugmysql_test_run_new.tlb" /win32 
  42. # ADD MTL /nologo /tlb".Debugmysql_test_run_new.tlb" /win32 
  43. # ADD BASE RSC /l 1033 
  44. # ADD RSC /l 1033 
  45. BSC32=bscmake.exe
  46. # ADD BASE BSC32 /nologo 
  47. # ADD BSC32 /nologo 
  48. LINK32=link.exe
  49. # 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 odbc32.lib odbccp32.lib Ws2_32.lib /nologo /out:"..mysql-testmysql_test_run_new.exe" /incremental:yes /debug /pdb:".Debugmysql_test_run_new.pdb" /pdbtype:sept /map:".Debugmysql_test_run_new.map" /subsystem:console 
  50. # 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 odbc32.lib odbccp32.lib Ws2_32.lib zlib.lib /nologo /out:"..mysql-testmysql_test_run_new.exe" /incremental:yes /libpath:"..lib_debug" /debug /pdb:".Debugmysql_test_run_new.pdb" /pdbtype:sept /map:".Debugmysql_test_run_new.map" /subsystem:console 
  51. !ELSEIF  "$(CFG)" == "mysql_test_run_new - Win32 Release"
  52. # PROP BASE Use_MFC 0
  53. # PROP BASE Use_Debug_Libraries 0
  54. # PROP BASE Output_Dir ".Release"
  55. # PROP BASE Intermediate_Dir ".Release"
  56. # PROP BASE Target_Dir ""
  57. # PROP Use_MFC 0
  58. # PROP Use_Debug_Libraries 0
  59. # PROP Output_Dir ".Release"
  60. # PROP Intermediate_Dir ".Release"
  61. # PROP Target_Dir ""
  62. # ADD BASE CPP /nologo /MTd /I "../include" /I "../" /W3 /Ob1 /G6 /D "DBUG_OFF" /D "_WINDOWS" /D "SAFE_MUTEX" /D "USE_TLS" /D "MYSQL_CLIENT" /D "__WIN__" /D "_WIN32" /GF /Gy /Fp".Release/mysql_test_run_new.pch" /Fo".Release/" /Fd".Release/" /FD /c /GX 
  63. # ADD CPP /nologo /MTd /I "../include" /I "../" /W3 /Ob1 /G6 /D "DBUG_OFF" /D "_WINDOWS" /D "SAFE_MUTEX" /D "USE_TLS" /D "MYSQL_CLIENT" /D "__WIN__" /D "_WIN32" /GF /Gy /Fp".Release/mysql_test_run_new.pch" /Fo".Release/" /Fd".Release/" /FD /c /GX 
  64. # ADD BASE MTL /nologo /tlb".Releasemysql_test_run_new.tlb" /win32 
  65. # ADD MTL /nologo /tlb".Releasemysql_test_run_new.tlb" /win32 
  66. # ADD BASE RSC /l 1033 
  67. # ADD RSC /l 1033 
  68. BSC32=bscmake.exe
  69. # ADD BASE BSC32 /nologo 
  70. # ADD BSC32 /nologo 
  71. LINK32=link.exe
  72. # 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 odbc32.lib odbccp32.lib Ws2_32.lib /nologo /out:"..mysql-testmysql_test_run_new.exe" /incremental:no /pdb:".Releasemysql_test_run_new.pdb" /pdbtype:sept /subsystem:console 
  73. # 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 odbc32.lib odbccp32.lib Ws2_32.lib zlib.lib /nologo /out:"..mysql-testmysql_test_run_new.exe" /incremental:no /libpath:"..lib_release" /pdb:".Releasemysql_test_run_new.pdb" /pdbtype:sept /subsystem:console 
  74. !ENDIF
  75. # Begin Target
  76. # Name "mysql_test_run_new - Win32 Debug"
  77. # Name "mysql_test_run_new - Win32 Release"
  78. # Begin Source File
  79. SOURCE=.my_create_tables.c
  80. # End Source File
  81. # Begin Source File
  82. SOURCE=.my_manage.c
  83. # End Source File
  84. # Begin Source File
  85. SOURCE=.my_manage.h
  86. # End Source File
  87. # Begin Source File
  88. SOURCE=.mysql_test_run_new.c
  89. # End Source File
  90. # End Target
  91. # End Project