mydll.dsp
上传用户:nbcables
上传日期:2007-01-11
资源大小:1243k
文件大小:6k
源码类别:

钩子与API截获

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="mydll" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=mydll - 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 "mydll.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 "mydll.mak" CFG="mydll - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "mydll - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "mydll - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "mydll - Win32 Win32 Release for Win95" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE 
  22. # Begin Project
  23. # PROP AllowPerConfigDependencies 0
  24. # PROP Scc_ProjName ""
  25. # PROP Scc_LocalPath ""
  26. CPP=cl.exe
  27. MTL=midl.exe
  28. RSC=rc.exe
  29. !IF  "$(CFG)" == "mydll - 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 /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MYDLL_EXPORTS" /Yu"stdafx.h" /FD /c
  42. # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MYDLL_EXPORTS" /FR /Yu"stdafx.h" /FD /c
  43. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  44. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  45. # ADD BASE RSC /l 0x804 /d "NDEBUG"
  46. # ADD RSC /l 0x804 /d "NDEBUG"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LINK32=link.exe
  51. # 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 /dll /machine:I386
  52. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib netapi32.lib advapi32.lib rasapi32.lib /nologo /dll /machine:I386 /out:"..mydll.dll"
  53. !ELSEIF  "$(CFG)" == "mydll - Win32 Debug"
  54. # PROP BASE Use_MFC 0
  55. # PROP BASE Use_Debug_Libraries 1
  56. # PROP BASE Output_Dir "Debug"
  57. # PROP BASE Intermediate_Dir "Debug"
  58. # PROP BASE Target_Dir ""
  59. # PROP Use_MFC 0
  60. # PROP Use_Debug_Libraries 1
  61. # PROP Output_Dir "Debug"
  62. # PROP Intermediate_Dir "Debug"
  63. # PROP Ignore_Export_Lib 0
  64. # PROP Target_Dir ""
  65. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MYDLL_EXPORTS" /Yu"stdafx.h" /FD /GZ /c
  66. # ADD CPP /nologo /MTd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MYDLL_EXPORTS" /Yu"stdafx.h" /FD /GZ /c
  67. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  68. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  69. # ADD BASE RSC /l 0x804 /d "_DEBUG"
  70. # ADD RSC /l 0x804 /d "_DEBUG"
  71. BSC32=bscmake.exe
  72. # ADD BASE BSC32 /nologo
  73. # ADD BSC32 /nologo
  74. LINK32=link.exe
  75. # 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 /dll /debug /machine:I386 /pdbtype:sept
  76. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib netapi32.lib advapi32.lib rasapi32.lib /nologo /version:1.3 /dll /debug /machine:I386 /out:"..mydll.dll" /pdbtype:sept
  77. !ELSEIF  "$(CFG)" == "mydll - Win32 Win32 Release for Win95"
  78. # PROP BASE Use_MFC 0
  79. # PROP BASE Use_Debug_Libraries 0
  80. # PROP BASE Output_Dir "mydll___Win32_Win32_Release_for_Win95"
  81. # PROP BASE Intermediate_Dir "mydll___Win32_Win32_Release_for_Win95"
  82. # PROP BASE Ignore_Export_Lib 0
  83. # PROP BASE Target_Dir ""
  84. # PROP Use_MFC 0
  85. # PROP Use_Debug_Libraries 0
  86. # PROP Output_Dir "mydll___Win32_Win32_Release_for_Win95"
  87. # PROP Intermediate_Dir "mydll___Win32_Win32_Release_for_Win95"
  88. # PROP Ignore_Export_Lib 0
  89. # PROP Target_Dir ""
  90. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MYDLL_EXPORTS" /D "WIN95" /FR /Yu"stdafx.h" /FD /c
  91. # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "MYDLL_EXPORTS" /D "WIN95" /FR /Yu"stdafx.h" /FD /c
  92. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  93. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  94. # ADD BASE RSC /l 0x804 /d "NDEBUG"
  95. # ADD RSC /l 0x804 /d "NDEBUG"
  96. BSC32=bscmake.exe
  97. # ADD BASE BSC32 /nologo
  98. # ADD BSC32 /nologo
  99. LINK32=link.exe
  100. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib netapi32.lib advapi32.lib /nologo /dll /machine:I386 /out:"..mydll.dll"
  101. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib wsock32.lib netapi32.lib advapi32.lib rasapi32.lib /nologo /dll /machine:I386 /out:"..mydll_9x.dll"
  102. !ENDIF 
  103. # Begin Target
  104. # Name "mydll - Win32 Release"
  105. # Name "mydll - Win32 Debug"
  106. # Name "mydll - Win32 Win32 Release for Win95"
  107. # Begin Group "Source Files"
  108. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  109. # Begin Source File
  110. SOURCE=.mydll.cpp
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=.mydll.def
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=.mydll.rc
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=.StdAfx.cpp
  120. # ADD CPP /Yc"stdafx.h"
  121. # End Source File
  122. # Begin Source File
  123. SOURCE=.util.cpp
  124. # End Source File
  125. # End Group
  126. # Begin Group "Header Files"
  127. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  128. # Begin Source File
  129. SOURCE=..DllMydll.h
  130. # End Source File
  131. # Begin Source File
  132. SOURCE=.StdAfx.h
  133. # End Source File
  134. # Begin Source File
  135. SOURCE=.util.h
  136. # End Source File
  137. # End Group
  138. # Begin Group "Resource Files"
  139. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  140. # End Group
  141. # Begin Source File
  142. SOURCE=.ReadMe.txt
  143. # End Source File
  144. # End Target
  145. # End Project