PIPE.DSP
上传用户:bangxh
上传日期:2007-01-31
资源大小:42235k
文件大小:8k
源码类别:

Windows编程

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="pipe" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 60000
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=pipe - 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 "pipe.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 "pipe.mak" CFG="pipe - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "pipe - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "pipe - Win32 Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "pipe - Win32 Release MinDependency" (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)" == "pipe - Win32 Debug"
  30. # PROP BASE Use_MFC 2
  31. # PROP BASE Use_Debug_Libraries 1
  32. # PROP BASE Output_Dir "Debug"
  33. # PROP BASE Intermediate_Dir "Debug"
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 2
  36. # PROP Use_Debug_Libraries 1
  37. # PROP Output_Dir "Debug"
  38. # PROP Intermediate_Dir "Debug"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /c
  42. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /c
  43. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  44. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
  45. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  46. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LINK32=link.exe
  51. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  52. # ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  53. # Begin Custom Build - Registering ActiveX Control...
  54. OutDir=.Debug
  55. TargetPath=.Debugpipe.dll
  56. InputPath=.Debugpipe.dll
  57. SOURCE="$(InputPath)"
  58. "$(OutDir)regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  59. regsvr32 /s /c "$(TargetPath)" 
  60. echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" 
  61. # End Custom Build
  62. !ELSEIF  "$(CFG)" == "pipe - Win32 Release MinSize"
  63. # PROP BASE Use_MFC 2
  64. # PROP BASE Use_Debug_Libraries 0
  65. # PROP BASE Output_Dir "ReleaseMinSize"
  66. # PROP BASE Intermediate_Dir "ReleaseMinSize"
  67. # PROP BASE Target_Dir ""
  68. # PROP Use_MFC 2
  69. # PROP Use_Debug_Libraries 0
  70. # PROP Output_Dir "ReleaseMinSize"
  71. # PROP Intermediate_Dir "ReleaseMinSize"
  72. # PROP Ignore_Export_Lib 0
  73. # PROP Target_Dir ""
  74. # ADD BASE CPP /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /Yu"stdafx.h" /FD /c
  75. # ADD CPP /nologo /MD /W3 /GX /Zi /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /D "_ATL_DLL" /Yu"stdafx.h" /FD /c
  76. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  77. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  78. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  79. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  80. BSC32=bscmake.exe
  81. # ADD BASE BSC32 /nologo
  82. # ADD BSC32 /nologo
  83. LINK32=link.exe
  84. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  85. # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386
  86. # Begin Custom Build - Registering ActiveX Control...
  87. OutDir=.ReleaseMinSize
  88. TargetPath=.ReleaseMinSizepipe.dll
  89. InputPath=.ReleaseMinSizepipe.dll
  90. SOURCE="$(InputPath)"
  91. "$(OutDir)regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  92. regsvr32 /s /c "$(TargetPath)" 
  93. echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" 
  94. # End Custom Build
  95. !ELSEIF  "$(CFG)" == "pipe - Win32 Release MinDependency"
  96. # PROP BASE Use_MFC 2
  97. # PROP BASE Use_Debug_Libraries 0
  98. # PROP BASE Output_Dir "ReleaseMinDependency"
  99. # PROP BASE Intermediate_Dir "ReleaseMinDependency"
  100. # PROP BASE Target_Dir ""
  101. # PROP Use_MFC 2
  102. # PROP Use_Debug_Libraries 0
  103. # PROP Output_Dir "ReleaseMinDependency"
  104. # PROP Intermediate_Dir "ReleaseMinDependency"
  105. # PROP Ignore_Export_Lib 0
  106. # PROP Target_Dir ""
  107. # ADD BASE CPP /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /Yu"stdafx.h" /FD /c
  108. # ADD CPP /nologo /MD /W3 /GX /Zi /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /FR /Yu"stdafx.h" /FD /c
  109. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  110. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o "NUL" /win32
  111. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  112. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  113. BSC32=bscmake.exe
  114. # ADD BASE BSC32 /nologo
  115. # ADD BSC32 /nologo
  116. LINK32=link.exe
  117. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  118. # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386
  119. # Begin Custom Build - Registering ActiveX Control...
  120. OutDir=.ReleaseMinDependency
  121. TargetPath=.ReleaseMinDependencypipe.dll
  122. InputPath=.ReleaseMinDependencypipe.dll
  123. SOURCE="$(InputPath)"
  124. "$(OutDir)regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  125. regsvr32 /s /c "$(TargetPath)" 
  126. echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" 
  127. # End Custom Build
  128. !ENDIF 
  129. # Begin Target
  130. # Name "pipe - Win32 Debug"
  131. # Name "pipe - Win32 Release MinSize"
  132. # Name "pipe - Win32 Release MinDependency"
  133. # Begin Group "Source Files"
  134. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  135. # Begin Source File
  136. SOURCE=.DlgFilter.cpp
  137. # End Source File
  138. # Begin Source File
  139. SOURCE=.MRUStrings.cpp
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=.MRUStrings.h
  143. # End Source File
  144. # Begin Source File
  145. SOURCE=.pipe.cpp
  146. # End Source File
  147. # Begin Source File
  148. SOURCE=.pipe.def
  149. # End Source File
  150. # Begin Source File
  151. SOURCE=.pipe.idl
  152. !IF  "$(CFG)" == "pipe - Win32 Debug"
  153. # PROP Ignore_Default_Tool 1
  154. # Begin Custom Build - Performing MIDL step
  155. InputPath=.pipe.idl
  156. BuildCmds= 
  157. midl /Oicf /h "pipe.h" /iid "pipe_i.c" "pipe.idl"
  158. ".pipe.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  159.    $(BuildCmds)
  160. ".pipe.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  161.    $(BuildCmds)
  162. ".pipe_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  163.    $(BuildCmds)
  164. # End Custom Build
  165. !ELSEIF  "$(CFG)" == "pipe - Win32 Release MinSize"
  166. # PROP Ignore_Default_Tool 1
  167. # Begin Custom Build - Performing MIDL step
  168. InputPath=.pipe.idl
  169. BuildCmds= 
  170. midl /Oicf /h "pipe.h" /iid "pipe_i.c" "pipe.idl"
  171. ".pipe.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  172.    $(BuildCmds)
  173. ".pipe.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  174.    $(BuildCmds)
  175. ".pipe_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  176.    $(BuildCmds)
  177. # End Custom Build
  178. !ELSEIF  "$(CFG)" == "pipe - Win32 Release MinDependency"
  179. # PROP Ignore_Default_Tool 1
  180. # Begin Custom Build - Performing MIDL step
  181. InputPath=.pipe.idl
  182. BuildCmds= 
  183. midl /Oicf /h "pipe.h" /iid "pipe_i.c" "pipe.idl"
  184. ".pipe.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  185.    $(BuildCmds)
  186. ".pipe.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  187.    $(BuildCmds)
  188. ".pipe_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  189.    $(BuildCmds)
  190. # End Custom Build
  191. !ENDIF 
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=.pipe.rc
  195. # End Source File
  196. # Begin Source File
  197. SOURCE=.PipeIt.cpp
  198. # End Source File
  199. # Begin Source File
  200. SOURCE=.StdAfx.cpp
  201. # ADD CPP /Yc"stdafx.h"
  202. # End Source File
  203. # End Group
  204. # Begin Group "Header Files"
  205. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  206. # Begin Source File
  207. SOURCE=.DlgFilter.h
  208. # End Source File
  209. # Begin Source File
  210. SOURCE=.PipeIt.h
  211. # End Source File
  212. # Begin Source File
  213. SOURCE=.Resource.h
  214. # End Source File
  215. # Begin Source File
  216. SOURCE=.StdAfx.h
  217. # End Source File
  218. # End Group
  219. # Begin Group "Resource Files"
  220. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  221. # Begin Source File
  222. SOURCE=.bmp00001.bmp
  223. # End Source File
  224. # Begin Source File
  225. SOURCE=.toolbar_.bmp
  226. # End Source File
  227. # End Group
  228. # Begin Source File
  229. SOURCE=.PipeIt.rgs
  230. # End Source File
  231. # End Target
  232. # End Project