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

MySQL数据库

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="db_perf" - 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=db_perf - Win32 Debug Static
  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 "db_perf.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 "db_perf.mak" CFG="db_perf - Win32 Debug Static"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "db_perf - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "db_perf - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE "db_perf - Win32 Release Static" (based on "Win32 (x86) Console Application")
  21. !MESSAGE "db_perf - Win32 Debug Static" (based on "Win32 (x86) Console Application")
  22. !MESSAGE 
  23. # Begin Project
  24. # PROP AllowPerConfigDependencies 0
  25. # PROP Scc_ProjName ""
  26. # PROP Scc_LocalPath ""
  27. CPP=cl.exe
  28. RSC=rc.exe
  29. !IF  "$(CFG)" == "db_perf - Win32 Release"
  30. # PROP BASE Use_MFC 0
  31. # PROP BASE Use_Debug_Libraries 0
  32. # PROP BASE Output_Dir "Release"
  33. # PROP BASE Intermediate_Dir "Release"
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 0
  37. # PROP Output_Dir "Release"
  38. # PROP Intermediate_Dir "Release"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  42. # ADD CPP /nologo /MD /W3 /GX /O2 /I "." /I ".." /I "../dbinc" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  43. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  44. # ADD RSC /l 0x409 /d "NDEBUG"
  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 /nologo /subsystem:console /machine:I386
  50. # ADD LINK32 Release/libdb41.lib /nologo /subsystem:console /machine:I386 /nodefaultlib:"libcmt"
  51. !ELSEIF  "$(CFG)" == "db_perf - Win32 Debug"
  52. # PROP BASE Use_MFC 0
  53. # PROP BASE Use_Debug_Libraries 1
  54. # PROP BASE Output_Dir "Debug"
  55. # PROP BASE Intermediate_Dir "Debug"
  56. # PROP BASE Target_Dir ""
  57. # PROP Use_MFC 0
  58. # PROP Use_Debug_Libraries 1
  59. # PROP Output_Dir "Debug"
  60. # PROP Intermediate_Dir "Debug"
  61. # PROP Ignore_Export_Lib 0
  62. # PROP Target_Dir ""
  63. # ADD BASE CPP /nologo /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  64. # ADD CPP /nologo /MDd /W3 /GX /Z7 /Od /I "." /I ".." /I "../dbinc" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  65. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  66. # ADD RSC /l 0x409 /d "_DEBUG"
  67. BSC32=bscmake.exe
  68. # ADD BASE BSC32 /nologo
  69. # ADD BSC32 /nologo
  70. LINK32=link.exe
  71. # 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
  72. # ADD LINK32 Debug/libdb41d.lib /nologo /subsystem:console /pdb:none /debug /machine:I386 /nodefaultlib:"libcmtd" /fixed:no
  73. !ELSEIF  "$(CFG)" == "db_perf - Win32 Release Static"
  74. # PROP BASE Use_MFC 0
  75. # PROP BASE Use_Debug_Libraries 0
  76. # PROP BASE Output_Dir "Release"
  77. # PROP BASE Intermediate_Dir "Release"
  78. # PROP BASE Ignore_Export_Lib 0
  79. # PROP BASE Target_Dir ""
  80. # PROP Use_MFC 0
  81. # PROP Use_Debug_Libraries 0
  82. # PROP Output_Dir "Release_static"
  83. # PROP Intermediate_Dir "Release_static"
  84. # PROP Ignore_Export_Lib 0
  85. # PROP Target_Dir ""
  86. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /I "." /I ".." /I "../dbinc" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  87. # ADD CPP /nologo /MT /W3 /GX /O2 /I "." /I ".." /I "../dbinc" /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  88. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  89. # ADD RSC /l 0x409 /d "NDEBUG"
  90. BSC32=bscmake.exe
  91. # ADD BASE BSC32 /nologo
  92. # ADD BSC32 /nologo
  93. LINK32=link.exe
  94. # ADD BASE LINK32 Release_static/libdb41.lib /nologo /subsystem:console /machine:I386
  95. # ADD LINK32 Release_static/libdb41s.lib /nologo /subsystem:console /machine:I386
  96. !ELSEIF  "$(CFG)" == "db_perf - Win32 Debug Static"
  97. # PROP BASE Use_MFC 0
  98. # PROP BASE Use_Debug_Libraries 1
  99. # PROP BASE Output_Dir "Debug"
  100. # PROP BASE Intermediate_Dir "Debug"
  101. # PROP BASE Ignore_Export_Lib 0
  102. # PROP BASE Target_Dir ""
  103. # PROP Use_MFC 0
  104. # PROP Use_Debug_Libraries 1
  105. # PROP Output_Dir "Debug_static"
  106. # PROP Intermediate_Dir "Debug_static"
  107. # PROP Ignore_Export_Lib 0
  108. # PROP Target_Dir ""
  109. # ADD BASE CPP /nologo /MDd /W3 /GX /Z7 /Od /I "." /I ".." /I "../dbinc" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  110. # ADD CPP /nologo /MTd /W3 /GX /Z7 /Od /I "." /I ".." /I "../dbinc" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c
  111. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  112. # ADD RSC /l 0x409 /d "_DEBUG"
  113. BSC32=bscmake.exe
  114. # ADD BASE BSC32 /nologo
  115. # ADD BSC32 /nologo
  116. LINK32=link.exe
  117. # ADD BASE LINK32 Debug_static/libdb41d.lib 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 /pdb:none /debug /machine:I386 /fixed:no
  118. # ADD LINK32 Debug_static/libdb41sd.lib 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 /pdb:none /debug /machine:I386 /fixed:no
  119. !ENDIF 
  120. # Begin Target
  121. # Name "db_perf - Win32 Release"
  122. # Name "db_perf - Win32 Debug"
  123. # Name "db_perf - Win32 Release Static"
  124. # Name "db_perf - Win32 Debug Static"
  125. # Begin Source File
  126. SOURCE=..test_perfdb_perf.c
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=..test_perfperf_cache_check.c
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=..test_perfperf_checkpoint.c
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=..test_perfperf_config.c
  136. # End Source File
  137. # Begin Source File
  138. SOURCE=..test_perfperf_dbs.c
  139. # End Source File
  140. # Begin Source File
  141. SOURCE=..test_perfperf_debug.c
  142. # End Source File
  143. # Begin Source File
  144. SOURCE=..test_perfperf_file.c
  145. # End Source File
  146. # Begin Source File
  147. SOURCE=..test_perfperf_key.c
  148. # End Source File
  149. # Begin Source File
  150. SOURCE=..test_perfperf_log.c
  151. # End Source File
  152. # Begin Source File
  153. SOURCE=..test_perfperf_misc.c
  154. # End Source File
  155. # Begin Source File
  156. SOURCE=..test_perfperf_op.c
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=..test_perfperf_parse.c
  160. # End Source File
  161. # Begin Source File
  162. SOURCE=..test_perfperf_rand.c
  163. # End Source File
  164. # Begin Source File
  165. SOURCE=..test_perfperf_spawn.c
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=..test_perfperf_thread.c
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=..test_perfperf_trickle.c
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=..test_perfperf_txn.c
  175. # End Source File
  176. # Begin Source File
  177. SOURCE=..test_perfperf_util.c
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=..clibgetopt.c
  181. # End Source File
  182. # End Target
  183. # End Project