CaptionDemo.dsp
上传用户:kssdz899
上传日期:2007-01-08
资源大小:79k
文件大小:6k
源码类别:

钩子与API截获

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="CaptionDemo" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. CFG=CaptionDemo - 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 "CaptionDemo.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 "CaptionDemo.mak" CFG="CaptionDemo - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "CaptionDemo - Win32 Release" (based on "Win32 (x86) Application")
  19. !MESSAGE "CaptionDemo - Win32 Debug" (based on "Win32 (x86) Application")
  20. !MESSAGE 
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""$/CaptionDemo", DBAAAAAA"
  24. # PROP Scc_LocalPath "."
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF  "$(CFG)" == "CaptionDemo - Win32 Release"
  29. # PROP BASE Use_MFC 6
  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 6
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir "Release"
  37. # PROP Intermediate_Dir "Release"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  41. # ADD CPP /nologo /MD /W3 /GR /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /FR /Yu"stdafx.h" /FD /c
  42. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  43. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  44. # ADD BASE RSC /l 0x809 /d "NDEBUG" /d "_AFXDLL"
  45. # ADD RSC /l 0x809 /d "NDEBUG" /d "_AFXDLL"
  46. BSC32=bscmake.exe
  47. # ADD BASE BSC32 /nologo
  48. # ADD BSC32 /nologo
  49. LINK32=link.exe
  50. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  51. # ADD LINK32 ../CustomCaption/Release/CustomCaption.lib /nologo /subsystem:windows /machine:I386
  52. # Begin Special Build Tool
  53. SOURCE="$(InputPath)"
  54. PostBuild_Desc=Copy CustomCaption DLL
  55. PostBuild_Cmds=copy ..CustomCaptionReleaseCustomCaption.dll .releaseCustomCaption.dll
  56. # End Special Build Tool
  57. !ELSEIF  "$(CFG)" == "CaptionDemo - Win32 Debug"
  58. # PROP BASE Use_MFC 6
  59. # PROP BASE Use_Debug_Libraries 1
  60. # PROP BASE Output_Dir "Debug"
  61. # PROP BASE Intermediate_Dir "Debug"
  62. # PROP BASE Target_Dir ""
  63. # PROP Use_MFC 6
  64. # PROP Use_Debug_Libraries 1
  65. # PROP Output_Dir "Debug"
  66. # PROP Intermediate_Dir "Debug"
  67. # PROP Ignore_Export_Lib 0
  68. # PROP Target_Dir ""
  69. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
  70. # ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /FD /GZ /c
  71. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  72. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  73. # ADD BASE RSC /l 0x809 /d "_DEBUG" /d "_AFXDLL"
  74. # ADD RSC /l 0x809 /d "_DEBUG" /d "_AFXDLL"
  75. BSC32=bscmake.exe
  76. # ADD BASE BSC32 /nologo
  77. # ADD BSC32 /nologo
  78. LINK32=link.exe
  79. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  80. # ADD LINK32 ../CustomCaption/Debug/CustomCaption.lib /nologo /subsystem:windows /debug /machine:I386 /pdbtype:sept
  81. # Begin Special Build Tool
  82. SOURCE="$(InputPath)"
  83. PreLink_Cmds=copy ..CustomCaptionDebugCustomCaption.dll .debugCustomCaption.dll
  84. PostBuild_Desc=Copy CustomCaption DLL
  85. PostBuild_Cmds=copy ..CustomCaptionDebugCustomCaption.dll .debugCustomCaption.dll
  86. # End Special Build Tool
  87. !ENDIF 
  88. # Begin Target
  89. # Name "CaptionDemo - Win32 Release"
  90. # Name "CaptionDemo - Win32 Debug"
  91. # Begin Group "Source Files"
  92. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  93. # Begin Source File
  94. SOURCE=.BmpCaptionBackground.cpp
  95. # End Source File
  96. # Begin Source File
  97. SOURCE=.CaptionDemo.cpp
  98. # End Source File
  99. # Begin Source File
  100. SOURCE=.CaptionDemo.rc
  101. # End Source File
  102. # Begin Source File
  103. SOURCE=.CaptionDemoDoc.cpp
  104. # End Source File
  105. # Begin Source File
  106. SOURCE=.CaptionDemoView.cpp
  107. # End Source File
  108. # Begin Source File
  109. SOURCE=.ChildFrm.cpp
  110. # End Source File
  111. # Begin Source File
  112. SOURCE=.ColorPickDialog.cpp
  113. # End Source File
  114. # Begin Source File
  115. SOURCE=.ColourPicker.cpp
  116. # End Source File
  117. # Begin Source File
  118. SOURCE=.ColourPopup.cpp
  119. # End Source File
  120. # Begin Source File
  121. SOURCE=.Dib.cpp
  122. # End Source File
  123. # Begin Source File
  124. SOURCE=.MainFrm.cpp
  125. # End Source File
  126. # Begin Source File
  127. SOURCE=.MaxLinesDialog.cpp
  128. # End Source File
  129. # Begin Source File
  130. SOURCE=.StdAfx.cpp
  131. # ADD CPP /Yc"stdafx.h"
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=.TitleDialog.cpp
  135. # End Source File
  136. # End Group
  137. # Begin Group "Header Files"
  138. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  139. # Begin Source File
  140. SOURCE=.BmpCaptionBackground.h
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=.CaptionDemo.h
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=.CaptionDemoDoc.h
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=.CaptionDemoView.h
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=.ChildFrm.h
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=.ColorPickDialog.h
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=.ColourPicker.h
  159. # End Source File
  160. # Begin Source File
  161. SOURCE=.ColourPopup.h
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=.Dib.h
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=.MainFrm.h
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=.MaxLinesDialog.h
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=.Resource.h
  174. # End Source File
  175. # Begin Source File
  176. SOURCE=.StdAfx.h
  177. # End Source File
  178. # Begin Source File
  179. SOURCE=.TitleDialog.h
  180. # End Source File
  181. # End Group
  182. # Begin Group "Resource Files"
  183. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  184. # Begin Source File
  185. SOURCE=.resCaptionDemo.ico
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=.resCaptionDemo.rc2
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=.resCaptionDemoDoc.ico
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=.resToolbar.bmp
  195. # End Source File
  196. # End Group
  197. # Begin Source File
  198. SOURCE=.ReadMe.txt
  199. # End Source File
  200. # End Target
  201. # End Project