Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

191 lines
5.4 KiB

  1. # Microsoft Developer Studio Project File - Name="ThreadCtlPerf" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 61000
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=ThreadCtlPerf - 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 "ThreadCtlPerf.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 "ThreadCtlPerf.mak" CFG="ThreadCtlPerf - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "ThreadCtlPerf - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "ThreadCtlPerf - Win32 Debug" (based on "Win32 (x86) 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)" == "ThreadCtlPerf - Win32 Release"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "Release"
  32. # PROP BASE Intermediate_Dir "Release"
  33. # PROP BASE ComPlus 0
  34. # PROP BASE Target_Dir ""
  35. # PROP BASE Debug_Exe ""
  36. # PROP Use_MFC 0
  37. # PROP Use_Debug_Libraries 0
  38. # PROP Output_Dir "Release"
  39. # PROP Intermediate_Dir "Release"
  40. # PROP ComPlus 0
  41. # PROP Target_Dir ""
  42. # PROP Debug_Exe ""
  43. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /c
  44. # ADD CPP /nologo
  45. # ADD CPP /MT
  46. # ADD CPP /W3
  47. # ADD CPP /O2
  48. # ADD CPP /I "c:\wtl31\include"
  49. # ADD CPP /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "UNICODE" /D "STRICT"
  50. # ADD CPP /Yu"stdafx.h"
  51. # ADD CPP /FD
  52. # ADD CPP /c
  53. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  54. # ADD MTL /nologo
  55. # ADD MTL /D "NDEBUG"
  56. # ADD MTL /mktyplib203
  57. # ADD MTL /win32
  58. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  59. # ADD RSC /l 0x409
  60. # ADD RSC /i "c:\wtl31\include"
  61. # ADD RSC /d "NDEBUG"
  62. BSC32=bscmake.exe
  63. # ADD BASE BSC32 /nologo
  64. # ADD BSC32 /nologo
  65. LINK32=link.exe
  66. # 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:windows /machine:I386
  67. # 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib
  68. # ADD LINK32 /nologo
  69. # ADD LINK32 /subsystem:windows
  70. # ADD LINK32 /machine:I386
  71. !ELSEIF "$(CFG)" == "ThreadCtlPerf - Win32 Debug"
  72. # PROP BASE Use_MFC 0
  73. # PROP BASE Use_Debug_Libraries 1
  74. # PROP BASE Output_Dir "Debug"
  75. # PROP BASE Intermediate_Dir "Debug"
  76. # PROP BASE ComPlus 0
  77. # PROP BASE Target_Dir ""
  78. # PROP BASE Debug_Exe ""
  79. # PROP Use_MFC 0
  80. # PROP Use_Debug_Libraries 1
  81. # PROP Output_Dir "Debug"
  82. # PROP Intermediate_Dir "Debug"
  83. # PROP ComPlus 0
  84. # PROP Target_Dir ""
  85. # PROP Debug_Exe ""
  86. # ADD BASE CPP /nologo /RTC1 /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /FD /c
  87. # ADD CPP /nologo
  88. # ADD CPP /MTd
  89. # ADD CPP /RTC1
  90. # ADD CPP /W3
  91. # ADD CPP /Gm
  92. # ADD CPP /GX
  93. # ADD CPP /ZI
  94. # ADD CPP /Od
  95. # ADD CPP /I "c:\wtl31\include"
  96. # ADD CPP /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "UNICODE" /D "STRICT"
  97. # ADD CPP /Yu"stdafx.h"
  98. # ADD CPP /FD
  99. # ADD CPP /c
  100. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  101. # ADD MTL /nologo
  102. # ADD MTL /D "_DEBUG"
  103. # ADD MTL /mktyplib203
  104. # ADD MTL /win32
  105. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  106. # ADD RSC /l 0x409
  107. # ADD RSC /i "c:\wtl31\include"
  108. # ADD RSC /d "_DEBUG"
  109. BSC32=bscmake.exe
  110. # ADD BASE BSC32 /nologo
  111. # ADD BSC32 /nologo
  112. LINK32=link.exe
  113. # 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:windows /debug /machine:I386
  114. # 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 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib comctl32.lib
  115. # ADD LINK32 /nologo
  116. # ADD LINK32 /subsystem:windows
  117. # ADD LINK32 /debug
  118. # ADD LINK32 /machine:I386
  119. !ENDIF
  120. # Begin Target
  121. # Name "ThreadCtlPerf - Win32 Release"
  122. # Name "ThreadCtlPerf - Win32 Debug"
  123. # Begin Group "Source Files"
  124. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  125. # Begin Source File
  126. SOURCE=.\samples.cpp
  127. # End Source File
  128. # Begin Source File
  129. SOURCE=.\stdafx.cpp
  130. # ADD CPP /Yc"stdafx.h"
  131. # End Source File
  132. # Begin Source File
  133. SOURCE=.\ThreadCtlPerf.cpp
  134. # End Source File
  135. # Begin Source File
  136. SOURCE=.\ThreadCtlPerf.rc
  137. # End Source File
  138. # End Group
  139. # Begin Group "Header Files"
  140. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  141. # Begin Source File
  142. SOURCE=.\aboutdlg.h
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=.\mainfrm.h
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=.\resource.h
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=.\stdafx.h
  152. # End Source File
  153. # Begin Source File
  154. SOURCE=.\ThreadCtlPerfview.h
  155. # End Source File
  156. # End Group
  157. # Begin Group "Resource Files"
  158. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  159. # Begin Source File
  160. SOURCE=.\res\ThreadCtlPerf.ico
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=.\res\toolbar.bmp
  164. # End Source File
  165. # End Group
  166. # End Target
  167. # End Project