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

MySQL数据库

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="build_all" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Generic Project" 0x010a
  5. CFG=build_all - 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 "build_all.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 "build_all.mak" CFG="build_all - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "build_all - Win32 Release" (based on "Win32 (x86) External Target")
  19. !MESSAGE "build_all - Win32 Debug" (based on "Win32 (x86) External Target")
  20. !MESSAGE "build_all - Win32 Release Static" (based on "Win32 (x86) External Target")
  21. !MESSAGE "build_all - Win32 Debug Static" (based on "Win32 (x86) External Target")
  22. !MESSAGE 
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName ""
  26. # PROP Scc_LocalPath ""
  27. !IF  "$(CFG)" == "build_all - 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 Cmd_Line "echo DB Release version built."
  38. # PROP Target_Dir ""
  39. !ELSEIF  "$(CFG)" == "build_all - Win32 Debug"
  40. # PROP BASE Use_MFC 0
  41. # PROP BASE Use_Debug_Libraries 1
  42. # PROP BASE Output_Dir "Debug"
  43. # PROP BASE Intermediate_Dir "Debug"
  44. # PROP BASE Target_Dir ""
  45. # PROP Use_MFC 0
  46. # PROP Use_Debug_Libraries 1
  47. # PROP Output_Dir "Debug"
  48. # PROP Intermediate_Dir "Debug"
  49. # PROP Cmd_Line "echo DB Debug version built."
  50. # PROP Target_Dir ""
  51. !ELSEIF  "$(CFG)" == "build_all - Win32 Release Static"
  52. # PROP BASE Use_MFC 0
  53. # PROP BASE Use_Debug_Libraries 0
  54. # PROP BASE Output_Dir "Release_static"
  55. # PROP BASE Intermediate_Dir "Release_static"
  56. # PROP BASE Target_Dir ""
  57. # PROP Use_MFC 0
  58. # PROP Use_Debug_Libraries 0
  59. # PROP Output_Dir "Release_static"
  60. # PROP Intermediate_Dir "Release_static"
  61. # PROP Cmd_Line "echo DB Release Static version built."
  62. # PROP Target_Dir ""
  63. !ELSEIF  "$(CFG)" == "build_all - Win32 Debug Static"
  64. # PROP BASE Use_MFC 0
  65. # PROP BASE Use_Debug_Libraries 1
  66. # PROP BASE Output_Dir "Debug_static"
  67. # PROP BASE Intermediate_Dir "Debug_Static"
  68. # PROP BASE Target_Dir ""
  69. # PROP Use_MFC 0
  70. # PROP Use_Debug_Libraries 1
  71. # PROP Output_Dir "Debug_static"
  72. # PROP Intermediate_Dir "Debug_Static"
  73. # PROP Cmd_Line "echo DB Debug Static version built."
  74. # PROP Target_Dir ""
  75. !ENDIF 
  76. # Begin Target
  77. # Name "build_all - Win32 Release"
  78. # Name "build_all - Win32 Debug"
  79. # Name "build_all - Win32 Release Static"
  80. # Name "build_all - Win32 Debug Static"
  81. # End Target
  82. # End Project