DebugPrint Monitor.dsp
上传用户:shebeicn
上传日期:2007-01-04
资源大小:1029k
文件大小:5k
源码类别:

驱动编程

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="DebugPrint Monitor" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=DebugPrint Monitor - 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 "DebugPrint Monitor.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 "DebugPrint Monitor.mak"
  15.  CFG="DebugPrint Monitor - Win32 Debug"
  16. !MESSAGE 
  17. !MESSAGE Possible choices for configuration are:
  18. !MESSAGE 
  19. !MESSAGE "DebugPrint Monitor - Win32 Release" (based on
  20.  "Win32 (x86) Application")
  21. !MESSAGE "DebugPrint Monitor - Win32 Debug" (based on
  22.  "Win32 (x86) Application")
  23. !MESSAGE 
  24. # Begin Project
  25. # PROP Scc_ProjName ""
  26. # PROP Scc_LocalPath ""
  27. CPP=cl.exe
  28. MTL=midl.exe
  29. RSC=rc.exe
  30. !IF  "$(CFG)" == "DebugPrint Monitor - Win32 Release"
  31. # PROP BASE Use_MFC 6
  32. # PROP BASE Use_Debug_Libraries 0
  33. # PROP BASE Output_Dir "Release"
  34. # PROP BASE Intermediate_Dir "Release"
  35. # PROP BASE Target_Dir ""
  36. # PROP Use_MFC 6
  37. # PROP Use_Debug_Libraries 0
  38. # PROP Output_Dir "Release"
  39. # PROP Intermediate_Dir "Release"
  40. # PROP Ignore_Export_Lib 0
  41. # PROP Target_Dir ""
  42. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  43. # ADD CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  44. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  45. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  46. # ADD BASE RSC /l 0x809 /d "NDEBUG" /d "_AFXDLL"
  47. # ADD RSC /l 0x809 /d "NDEBUG" /d "_AFXDLL"
  48. BSC32=bscmake.exe
  49. # ADD BASE BSC32 /nologo
  50. # ADD BSC32 /nologo
  51. LINK32=link.exe
  52. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  53. # ADD LINK32 c:98ddklibi386checkedsetupapi.lib /nologo /subsystem:windows /machine:I386 /out:"Release/DebugPrintMonitor.exe"
  54. !ELSEIF  "$(CFG)" == "DebugPrint Monitor - Win32 Debug"
  55. # PROP BASE Use_MFC 6
  56. # PROP BASE Use_Debug_Libraries 1
  57. # PROP BASE Output_Dir "DebugPri"
  58. # PROP BASE Intermediate_Dir "DebugPri"
  59. # PROP BASE Target_Dir ""
  60. # PROP Use_MFC 6
  61. # PROP Use_Debug_Libraries 1
  62. # PROP Output_Dir "Debug"
  63. # PROP Intermediate_Dir "Debug"
  64. # PROP Ignore_Export_Lib 0
  65. # PROP Target_Dir ""
  66. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  67. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  68. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  69. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  70. # ADD BASE RSC /l 0x809 /d "_DEBUG" /d "_AFXDLL"
  71. # ADD RSC /l 0x809 /d "_DEBUG" /d "_AFXDLL"
  72. BSC32=bscmake.exe
  73. # ADD BASE BSC32 /nologo
  74. # ADD BSC32 /nologo
  75. LINK32=link.exe
  76. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  77. # ADD LINK32 c:98ddklibi386checkedsetupapi.lib /nologo /subsystem:windows /debug /machine:I386 /out:"Debug/DebugPrintMonitor.exe" /pdbtype:sept
  78. !ENDIF 
  79. # Begin Target
  80. # Name "DebugPrint Monitor - Win32 Release"
  81. # Name "DebugPrint Monitor - Win32 Debug"
  82. # Begin Group "Source Files"
  83. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  84. # Begin Source File
  85. SOURCE=..DbgPrtGUID.h
  86. # End Source File
  87. # Begin Source File
  88. SOURCE=".DebugPrint Monitor.cpp"
  89. # End Source File
  90. # Begin Source File
  91. SOURCE=".DebugPrint Monitor.rc"
  92. # End Source File
  93. # Begin Source File
  94. SOURCE=".DebugPrint MonitorDoc.cpp"
  95. # End Source File
  96. # Begin Source File
  97. SOURCE=".DebugPrint MonitorView.cpp"
  98. # End Source File
  99. # Begin Source File
  100. SOURCE=.Listener.cpp
  101. # End Source File
  102. # Begin Source File
  103. SOURCE=.MainFrm.cpp
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=.StdAfx.cpp
  107. # ADD CPP /Yc"stdafx.h"
  108. # End Source File
  109. # End Group
  110. # Begin Group "Header Files"
  111. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  112. # Begin Source File
  113. SOURCE=".DebugPrint Monitor.h"
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=".DebugPrint MonitorDoc.h"
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=".DebugPrint MonitorView.h"
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=.Listener.h
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.MainFrm.h
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=.Resource.h
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=.StdAfx.h
  132. # End Source File
  133. # End Group
  134. # Begin Group "Resource Files"
  135. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  136. # Begin Source File
  137. SOURCE=.resbitmap1.bmp
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=".resDebugPrint Monitor.ico"
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=".resDebugPrint Monitor.rc2"
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=".resDebugPrint MonitorDoc.ico"
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=.resToolbar.bmp
  150. # End Source File
  151. # End Group
  152. # Begin Source File
  153. SOURCE=".DebugPrint Monitor.reg"
  154. # End Source File
  155. # End Target
  156. # End Project