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

Windows编程

开发平台:

Visual C++

  1. # Microsoft Developer Studio Project File - Name="wins" - 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=wins - 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 "wins.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 "wins.mak" CFG="wins - Win32 Debug"
  15. !MESSAGE 
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE 
  18. !MESSAGE "wins - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "wins - Win32 Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "wins - 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)" == "wins - 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 Target_Dir ""
  40. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /Yu"stdafx.h" /FD /GZ /c
  41. # ADD CPP /nologo /MDd /W4 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /FR /Yu"stdafx.h" /FD /GZ /c
  42. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  43. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  44. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  45. BSC32=bscmake.exe
  46. # ADD BASE BSC32 /nologo
  47. # ADD BSC32 /nologo
  48. LINK32=link.exe
  49. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  50. # ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  51. # Begin Custom Build - Performing registration
  52. OutDir=.Debug
  53. TargetPath=.Debugwins.dll
  54. InputPath=.Debugwins.dll
  55. SOURCE="$(InputPath)"
  56. "$(OutDir)regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  57. regsvr32 /s /c "$(TargetPath)" 
  58. echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" 
  59. # End Custom Build
  60. !ELSEIF  "$(CFG)" == "wins - Win32 Release MinSize"
  61. # PROP BASE Use_MFC 2
  62. # PROP BASE Use_Debug_Libraries 0
  63. # PROP BASE Output_Dir "ReleaseMinSize"
  64. # PROP BASE Intermediate_Dir "ReleaseMinSize"
  65. # PROP BASE Target_Dir ""
  66. # PROP Use_MFC 2
  67. # PROP Use_Debug_Libraries 0
  68. # PROP Output_Dir "ReleaseMinSize"
  69. # PROP Intermediate_Dir "ReleaseMinSize"
  70. # PROP Target_Dir ""
  71. # ADD BASE CPP /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /c
  72. # ADD CPP /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /D "_ATL_DLL" /Yu"stdafx.h" /FD /c
  73. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  74. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  75. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  76. BSC32=bscmake.exe
  77. # ADD BASE BSC32 /nologo
  78. # ADD BSC32 /nologo
  79. LINK32=link.exe
  80. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  81. # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386
  82. # Begin Custom Build - Performing registration
  83. OutDir=.ReleaseMinSize
  84. TargetPath=.ReleaseMinSizewins.dll
  85. InputPath=.ReleaseMinSizewins.dll
  86. SOURCE="$(InputPath)"
  87. "$(OutDir)regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  88. regsvr32 /s /c "$(TargetPath)" 
  89. echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" 
  90. # End Custom Build
  91. !ELSEIF  "$(CFG)" == "wins - Win32 Release MinDependency"
  92. # PROP BASE Use_MFC 2
  93. # PROP BASE Use_Debug_Libraries 0
  94. # PROP BASE Output_Dir "ReleaseMinDependency"
  95. # PROP BASE Intermediate_Dir "ReleaseMinDependency"
  96. # PROP BASE Target_Dir ""
  97. # PROP Use_MFC 2
  98. # PROP Use_Debug_Libraries 0
  99. # PROP Output_Dir "ReleaseMinDependency"
  100. # PROP Intermediate_Dir "ReleaseMinDependency"
  101. # PROP Target_Dir ""
  102. # ADD BASE CPP /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /FD /c
  103. # ADD CPP /nologo /MD /W3 /GX /O1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /D "_ATL_STATIC_REGISTRY" /Yu"stdafx.h" /FD /c
  104. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  105. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  106. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  107. BSC32=bscmake.exe
  108. # ADD BASE BSC32 /nologo
  109. # ADD BSC32 /nologo
  110. LINK32=link.exe
  111. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  112. # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386
  113. # Begin Custom Build - Performing registration
  114. OutDir=.ReleaseMinDependency
  115. TargetPath=.ReleaseMinDependencywins.dll
  116. InputPath=.ReleaseMinDependencywins.dll
  117. SOURCE="$(InputPath)"
  118. "$(OutDir)regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  119. regsvr32 /s /c "$(TargetPath)" 
  120. echo regsvr32 exec. time > "$(OutDir)regsvr32.trg" 
  121. # End Custom Build
  122. !ENDIF 
  123. # Begin Target
  124. # Name "wins - Win32 Debug"
  125. # Name "wins - Win32 Release MinSize"
  126. # Name "wins - Win32 Release MinDependency"
  127. # Begin Group "Source Files"
  128. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  129. # Begin Source File
  130. SOURCE=.DirList.cpp
  131. # End Source File
  132. # Begin Source File
  133. SOURCE=.DlgWinMgr.cpp
  134. # End Source File
  135. # Begin Source File
  136. SOURCE=.FileItem.cpp
  137. # End Source File
  138. # Begin Source File
  139. SOURCE=.MyListCtrl.cpp
  140. # End Source File
  141. # Begin Source File
  142. SOURCE=.StdAfx.cpp
  143. # ADD CPP /Yc"stdafx.h"
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=.WindowsList.cpp
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=.wins.cpp
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=.wins.def
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=.wins.idl
  156. # ADD MTL /tlb ".wins.tlb" /h "wins.h" /iid "wins_i.c" /Oicf
  157. # End Source File
  158. # Begin Source File
  159. SOURCE=.wins.rc
  160. # End Source File
  161. # End Group
  162. # Begin Group "Header Files"
  163. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  164. # Begin Source File
  165. SOURCE=.DirList.h
  166. # End Source File
  167. # Begin Source File
  168. SOURCE=.DlgWinMgr.h
  169. # End Source File
  170. # Begin Source File
  171. SOURCE=.EnumWndInfo.h
  172. # End Source File
  173. # Begin Source File
  174. SOURCE=.FileItem.h
  175. # End Source File
  176. # Begin Source File
  177. SOURCE=.MyListCtrl.h
  178. # End Source File
  179. # Begin Source File
  180. SOURCE=.Resource.h
  181. # End Source File
  182. # Begin Source File
  183. SOURCE=.StdAfx.h
  184. # End Source File
  185. # Begin Source File
  186. SOURCE=.WindowsList.h
  187. # End Source File
  188. # Begin Source File
  189. SOURCE=.winsapp.h
  190. # End Source File
  191. # Begin Source File
  192. SOURCE=.wndrect.h
  193. # End Source File
  194. # End Group
  195. # Begin Group "Resource Files"
  196. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  197. # Begin Source File
  198. SOURCE=.bmp00001.bmp
  199. # End Source File
  200. # Begin Source File
  201. SOURCE=.toolbar_.bmp
  202. # End Source File
  203. # Begin Source File
  204. SOURCE=.WindowsList.rgs
  205. # End Source File
  206. # End Group
  207. # End Target
  208. # End Project
  209. # Section wins : {1CDA0666-8D5F-11D1-82FC-00A0C91BC942}
  210. #  2:14:MyListCtrl.cpp:MyListCtrl1.cpp
  211. #  2:15:CLASS: SortInfo:SortInfo
  212. #  2:19:Application Include:resource.h
  213. # End Section
  214. # Section wins : {1CDA0661-8D5F-11D1-82FC-00A0C91BC942}
  215. #  1:13:IDD_DLGWINMGR:105
  216. #  2:16:Resource Include:resource.h
  217. #  2:11:DlgWinMgr.h:DlgWinMgr.h
  218. #  2:13:DlgWinMgr.cpp:DlgWinMgr.cpp
  219. #  2:10:ENUM: enum:enum
  220. #  2:13:IDD_DLGWINMGR:IDD_DLGWINMGR
  221. #  2:17:CLASS: CDlgWinMgr:CDlgWinMgr
  222. #  2:19:Application Include:resource.h
  223. # End Section
  224. # Section wins : {1CDA0665-8D5F-11D1-82FC-00A0C91BC942}
  225. #  2:15:CLASS: CWndRect:CWndRect
  226. #  2:11:CWinMgr.cpp:CWinMgr1.cpp
  227. #  2:26:FUNC: EnumChildWindowsProc:EnumChildWindowsProc
  228. #  2:19:CLASS: CEnumWndInfo:CEnumWndInfo
  229. #  2:19:Application Include:resource.h
  230. #  2:25:FUNC: EnumMainWindowsProc:EnumMainWindowsProc
  231. # End Section
  232. # Section wins : {1CDA0660-8D5F-11D1-82FC-00A0C91BC942}
  233. #  2:15:CLASS: CDirList:CDirList
  234. #  2:11:DirList.cpp:DirList.cpp
  235. #  2:9:DirList.h:DirList.h
  236. #  2:19:Application Include:resource.h
  237. # End Section
  238. # Section wins : {1CDA0664-8D5F-11D1-82FC-00A0C91BC942}
  239. #  2:14:MyListCtrl.cpp:MyListCtrl.cpp
  240. #  2:12:MyListCtrl.h:MyListCtrl.h
  241. #  2:18:CLASS: CMyListCtrl:CMyListCtrl
  242. #  2:19:Application Include:resource.h
  243. # End Section
  244. # Section wins : {1CDA0663-8D5F-11D1-82FC-00A0C91BC942}
  245. #  2:16:CLASS: CFileItem:CFileItem
  246. #  2:12:FileItem.cpp:FileItem.cpp
  247. #  2:10:FileItem.h:FileItem.h
  248. #  2:19:Application Include:resource.h
  249. # End Section
  250. # Section wins : {1CDA0662-8D5F-11D1-82FC-00A0C91BC942}
  251. #  2:15:CLASS: CWndRect:CWndRect
  252. #  2:11:CWinMgr.cpp:CWinMgr.cpp
  253. #  2:26:FUNC: EnumChildWindowsProc:EnumChildWindowsProc
  254. #  2:19:CLASS: CEnumWndInfo:CEnumWndInfo
  255. #  2:19:Application Include:resource.h
  256. #  2:25:FUNC: EnumMainWindowsProc:EnumMainWindowsProc
  257. # End Section