Leaked source code of windows server 2003
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.

241 lines
7.5 KiB

  1. # Microsoft Developer Studio Project File - Name="TestStartTrace" - 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=TestStartTrace - Win32 UNICODEDebug
  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 "TestStartTrace.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 "TestStartTrace.mak" CFG="TestStartTrace - Win32 UNICODEDebug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "TestStartTrace - Win32 Release" (based on "Win32 (x86) Console Application")
  19. !MESSAGE "TestStartTrace - Win32 Debug" (based on "Win32 (x86) Console Application")
  20. !MESSAGE "TestStartTrace - Win32 UNICODEDebug" (based on "Win32 (x86) Console Application")
  21. !MESSAGE
  22. # Begin Project
  23. # PROP AllowPerConfigDependencies 0
  24. # PROP Scc_ProjName ""
  25. # PROP Scc_LocalPath ""
  26. CPP=cl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "TestStartTrace - 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 Target_Dir ""
  34. # PROP Use_MFC 0
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir "Release"
  37. # PROP Intermediate_Dir "Release"
  38. # PROP Target_Dir ""
  39. # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /c
  40. # ADD CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /c
  41. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  42. # ADD RSC /l 0x409 /d "NDEBUG"
  43. BSC32=bscmake.exe
  44. # ADD BASE BSC32 /nologo
  45. # ADD BSC32 /nologo
  46. LINK32=link.exe
  47. # 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 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
  48. # 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 /nologo /subsystem:console /machine:I386
  49. !ELSEIF "$(CFG)" == "TestStartTrace - Win32 Debug"
  50. # PROP BASE Use_MFC 0
  51. # PROP BASE Use_Debug_Libraries 1
  52. # PROP BASE Output_Dir "Debug"
  53. # PROP BASE Intermediate_Dir "Debug"
  54. # PROP BASE Target_Dir ""
  55. # PROP Use_MFC 0
  56. # PROP Use_Debug_Libraries 1
  57. # PROP Output_Dir "Debug"
  58. # PROP Intermediate_Dir "Debug"
  59. # PROP Ignore_Export_Lib 0
  60. # PROP Target_Dir ""
  61. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
  62. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\StartTraceAPI" /I "..\StartTraceAPIData" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "NONNT5" /Yu"stdafx.h" /FD /GZ /c
  63. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  64. # ADD RSC /l 0x409 /d "_DEBUG"
  65. BSC32=bscmake.exe
  66. # ADD BASE BSC32 /nologo
  67. # ADD BSC32 /nologo
  68. LINK32=link.exe
  69. # 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 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
  70. # ADD LINK32 StartTraceAPI.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"E:\EventTrace\StartTraceAPI\Debug"
  71. !ELSEIF "$(CFG)" == "TestStartTrace - Win32 UNICODEDebug"
  72. # PROP BASE Use_MFC 0
  73. # PROP BASE Use_Debug_Libraries 1
  74. # PROP BASE Output_Dir "TestStartTrace___Win32_UNICODEDebug"
  75. # PROP BASE Intermediate_Dir "TestStartTrace___Win32_UNICODEDebug"
  76. # PROP BASE Ignore_Export_Lib 0
  77. # PROP BASE Target_Dir ""
  78. # PROP Use_MFC 0
  79. # PROP Use_Debug_Libraries 1
  80. # PROP Output_Dir "TestStartTrace___Win32_UNICODEDebug"
  81. # PROP Intermediate_Dir "TestStartTrace___Win32_UNICODEDebug"
  82. # PROP Ignore_Export_Lib 0
  83. # PROP Target_Dir ""
  84. # ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /I "..\StartTraceAPI" /I "..\StartTraceAPIData" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "NONNT5" /Yu"stdafx.h" /FD /GZ /c
  85. # ADD CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "NONNT5" /D "UNICODE" /D "_UNICODE" /D "_MT" /D "_OLE32_" /D _WIN32_WINNT=0x0400 /Yu"stdafx.h" /FD /GZ /c
  86. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  87. # ADD RSC /l 0x409 /d "_DEBUG"
  88. BSC32=bscmake.exe
  89. # ADD BASE BSC32 /nologo
  90. # ADD BSC32 /nologo
  91. LINK32=link.exe
  92. # ADD BASE LINK32 StartTraceAPI.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"E:\EventTrace\StartTraceAPI\Debug"
  93. # ADD LINK32 StartTraceAPI.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept /libpath:"E:\EventTrace\StartTraceAPI\Debug"
  94. !ENDIF
  95. # Begin Target
  96. # Name "TestStartTrace - Win32 Release"
  97. # Name "TestStartTrace - Win32 Debug"
  98. # Name "TestStartTrace - Win32 UNICODEDebug"
  99. # Begin Group "Source Files"
  100. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  101. # Begin Source File
  102. SOURCE=.\CollectionControl.cpp
  103. # End Source File
  104. # Begin Source File
  105. SOURCE=.\ConstantMap.cpp
  106. # End Source File
  107. # Begin Source File
  108. SOURCE=.\EnableTraceAPI.cpp
  109. # End Source File
  110. # Begin Source File
  111. SOURCE=.\Logger.cpp
  112. # End Source File
  113. # Begin Source File
  114. SOURCE=.\Persistor.cpp
  115. # End Source File
  116. # Begin Source File
  117. SOURCE=.\QueryAllTracesAPI.cpp
  118. # End Source File
  119. # Begin Source File
  120. SOURCE=.\QueryTraceAPI.cpp
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=.\StartTraceAPI.cpp
  124. # End Source File
  125. # Begin Source File
  126. SOURCE=.\StdAfx.cpp
  127. # ADD CPP /Yc"stdafx.h"
  128. # End Source File
  129. # Begin Source File
  130. SOURCE=.\StopTraceAPI.cpp
  131. # End Source File
  132. # Begin Source File
  133. SOURCE=.\StructureWapperHelpers.cpp
  134. # End Source File
  135. # Begin Source File
  136. SOURCE=.\StructureWrappers.cpp
  137. # End Source File
  138. # Begin Source File
  139. SOURCE=.\T_STRING.CPP
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=.\TCOData.cpp
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=.\UpdateTraceAPI.cpp
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=.\Utilities.cpp
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=.\Validator.cpp
  152. # End Source File
  153. # End Group
  154. # Begin Group "Header Files"
  155. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  156. # Begin Source File
  157. SOURCE=.\CollectionControl.h
  158. # End Source File
  159. # Begin Source File
  160. SOURCE=.\ConstantMap.h
  161. # End Source File
  162. # Begin Source File
  163. SOURCE=.\Logger.h
  164. # End Source File
  165. # Begin Source File
  166. SOURCE=.\Persistor.h
  167. # End Source File
  168. # Begin Source File
  169. SOURCE=.\StdAfx.h
  170. # End Source File
  171. # Begin Source File
  172. SOURCE=.\StructureWapperHelpers.h
  173. # End Source File
  174. # Begin Source File
  175. SOURCE=.\StructureWrappers.h
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=.\T_STRING.H
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=.\TCOData.h
  182. # End Source File
  183. # Begin Source File
  184. SOURCE=.\Utilities.h
  185. # End Source File
  186. # Begin Source File
  187. SOURCE=.\Validator.h
  188. # End Source File
  189. # End Group
  190. # Begin Group "Resource Files"
  191. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  192. # End Group
  193. # Begin Source File
  194. SOURCE=.\ReadMe.txt
  195. # End Source File
  196. # End Target
  197. # End Project