home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / addins / wins / wins.dsp < prev    next >
Text File  |  1998-04-08  |  9KB  |  302 lines

  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.  
  5. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  6.  
  7. CFG=wins - Win32 Debug
  8. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  9. !MESSAGE use the Export Makefile command and run
  10. !MESSAGE 
  11. !MESSAGE NMAKE /f "wins.mak".
  12. !MESSAGE 
  13. !MESSAGE You can specify a configuration when running NMAKE
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE 
  16. !MESSAGE NMAKE /f "wins.mak" CFG="wins - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "wins - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE "wins - Win32 Release MinSize" (based on "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE "wins - Win32 Release MinDependency" (based on "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE 
  24.  
  25. # Begin Project
  26. # PROP AllowPerConfigDependencies 0
  27. # PROP Scc_ProjName ""
  28. # PROP Scc_LocalPath ""
  29. CPP=cl.exe
  30. MTL=midl.exe
  31. RSC=rc.exe
  32.  
  33. !IF  "$(CFG)" == "wins - Win32 Debug"
  34.  
  35. # PROP BASE Use_MFC 2
  36. # PROP BASE Use_Debug_Libraries 1
  37. # PROP BASE Output_Dir "Debug"
  38. # PROP BASE Intermediate_Dir "Debug"
  39. # PROP BASE Target_Dir ""
  40. # PROP Use_MFC 2
  41. # PROP Use_Debug_Libraries 1
  42. # PROP Output_Dir "Debug"
  43. # PROP Intermediate_Dir "Debug"
  44. # PROP Target_Dir ""
  45. # 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
  46. # 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
  47. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
  48. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  49. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  50. BSC32=bscmake.exe
  51. # ADD BASE BSC32 /nologo
  52. # ADD BSC32 /nologo
  53. LINK32=link.exe
  54. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  55. # ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  56. # Begin Custom Build - Performing registration
  57. OutDir=.\Debug
  58. TargetPath=.\Debug\wins.dll
  59. InputPath=.\Debug\wins.dll
  60. SOURCE="$(InputPath)"
  61.  
  62. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  63.     regsvr32 /s /c "$(TargetPath)" 
  64.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  65.     
  66. # End Custom Build
  67.  
  68. !ELSEIF  "$(CFG)" == "wins - Win32 Release MinSize"
  69.  
  70. # PROP BASE Use_MFC 2
  71. # PROP BASE Use_Debug_Libraries 0
  72. # PROP BASE Output_Dir "ReleaseMinSize"
  73. # PROP BASE Intermediate_Dir "ReleaseMinSize"
  74. # PROP BASE Target_Dir ""
  75. # PROP Use_MFC 2
  76. # PROP Use_Debug_Libraries 0
  77. # PROP Output_Dir "ReleaseMinSize"
  78. # PROP Intermediate_Dir "ReleaseMinSize"
  79. # PROP Target_Dir ""
  80. # 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
  81. # 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
  82. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  83. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  84. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  85. BSC32=bscmake.exe
  86. # ADD BASE BSC32 /nologo
  87. # ADD BSC32 /nologo
  88. LINK32=link.exe
  89. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  90. # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386
  91. # Begin Custom Build - Performing registration
  92. OutDir=.\ReleaseMinSize
  93. TargetPath=.\ReleaseMinSize\wins.dll
  94. InputPath=.\ReleaseMinSize\wins.dll
  95. SOURCE="$(InputPath)"
  96.  
  97. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  98.     regsvr32 /s /c "$(TargetPath)" 
  99.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  100.     
  101. # End Custom Build
  102.  
  103. !ELSEIF  "$(CFG)" == "wins - Win32 Release MinDependency"
  104.  
  105. # PROP BASE Use_MFC 2
  106. # PROP BASE Use_Debug_Libraries 0
  107. # PROP BASE Output_Dir "ReleaseMinDependency"
  108. # PROP BASE Intermediate_Dir "ReleaseMinDependency"
  109. # PROP BASE Target_Dir ""
  110. # PROP Use_MFC 2
  111. # PROP Use_Debug_Libraries 0
  112. # PROP Output_Dir "ReleaseMinDependency"
  113. # PROP Intermediate_Dir "ReleaseMinDependency"
  114. # PROP Target_Dir ""
  115. # 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
  116. # 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
  117. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  118. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  119. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  120. BSC32=bscmake.exe
  121. # ADD BASE BSC32 /nologo
  122. # ADD BSC32 /nologo
  123. LINK32=link.exe
  124. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  125. # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386
  126. # Begin Custom Build - Performing registration
  127. OutDir=.\ReleaseMinDependency
  128. TargetPath=.\ReleaseMinDependency\wins.dll
  129. InputPath=.\ReleaseMinDependency\wins.dll
  130. SOURCE="$(InputPath)"
  131.  
  132. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  133.     regsvr32 /s /c "$(TargetPath)" 
  134.     echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg" 
  135.     
  136. # End Custom Build
  137.  
  138. !ENDIF 
  139.  
  140. # Begin Target
  141.  
  142. # Name "wins - Win32 Debug"
  143. # Name "wins - Win32 Release MinSize"
  144. # Name "wins - Win32 Release MinDependency"
  145. # Begin Group "Source Files"
  146.  
  147. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  148. # Begin Source File
  149.  
  150. SOURCE=.\DirList.cpp
  151. # End Source File
  152. # Begin Source File
  153.  
  154. SOURCE=.\DlgWinMgr.cpp
  155. # End Source File
  156. # Begin Source File
  157.  
  158. SOURCE=.\FileItem.cpp
  159. # End Source File
  160. # Begin Source File
  161.  
  162. SOURCE=.\MyListCtrl.cpp
  163. # End Source File
  164. # Begin Source File
  165.  
  166. SOURCE=.\StdAfx.cpp
  167. # ADD CPP /Yc"stdafx.h"
  168. # End Source File
  169. # Begin Source File
  170.  
  171. SOURCE=.\WindowsList.cpp
  172. # End Source File
  173. # Begin Source File
  174.  
  175. SOURCE=.\wins.cpp
  176. # End Source File
  177. # Begin Source File
  178.  
  179. SOURCE=.\wins.def
  180. # End Source File
  181. # Begin Source File
  182.  
  183. SOURCE=.\wins.idl
  184. # ADD MTL /tlb ".\wins.tlb" /h "wins.h" /iid "wins_i.c" /Oicf
  185. # End Source File
  186. # Begin Source File
  187.  
  188. SOURCE=.\wins.rc
  189. # End Source File
  190. # End Group
  191. # Begin Group "Header Files"
  192.  
  193. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  194. # Begin Source File
  195.  
  196. SOURCE=.\DirList.h
  197. # End Source File
  198. # Begin Source File
  199.  
  200. SOURCE=.\DlgWinMgr.h
  201. # End Source File
  202. # Begin Source File
  203.  
  204. SOURCE=.\EnumWndInfo.h
  205. # End Source File
  206. # Begin Source File
  207.  
  208. SOURCE=.\FileItem.h
  209. # End Source File
  210. # Begin Source File
  211.  
  212. SOURCE=.\MyListCtrl.h
  213. # End Source File
  214. # Begin Source File
  215.  
  216. SOURCE=.\Resource.h
  217. # End Source File
  218. # Begin Source File
  219.  
  220. SOURCE=.\StdAfx.h
  221. # End Source File
  222. # Begin Source File
  223.  
  224. SOURCE=.\WindowsList.h
  225. # End Source File
  226. # Begin Source File
  227.  
  228. SOURCE=.\winsapp.h
  229. # End Source File
  230. # Begin Source File
  231.  
  232. SOURCE=.\wndrect.h
  233. # End Source File
  234. # End Group
  235. # Begin Group "Resource Files"
  236.  
  237. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  238. # Begin Source File
  239.  
  240. SOURCE=.\bmp00001.bmp
  241. # End Source File
  242. # Begin Source File
  243.  
  244. SOURCE=.\toolbar_.bmp
  245. # End Source File
  246. # Begin Source File
  247.  
  248. SOURCE=.\WindowsList.rgs
  249. # End Source File
  250. # End Group
  251. # End Target
  252. # End Project
  253. # Section wins : {1CDA0666-8D5F-11D1-82FC-00A0C91BC942}
  254. #     2:14:MyListCtrl.cpp:MyListCtrl1.cpp
  255. #     2:15:CLASS: SortInfo:SortInfo
  256. #     2:19:Application Include:resource.h
  257. # End Section
  258. # Section wins : {1CDA0661-8D5F-11D1-82FC-00A0C91BC942}
  259. #     1:13:IDD_DLGWINMGR:105
  260. #     2:16:Resource Include:resource.h
  261. #     2:11:DlgWinMgr.h:DlgWinMgr.h
  262. #     2:13:DlgWinMgr.cpp:DlgWinMgr.cpp
  263. #     2:10:ENUM: enum:enum
  264. #     2:13:IDD_DLGWINMGR:IDD_DLGWINMGR
  265. #     2:17:CLASS: CDlgWinMgr:CDlgWinMgr
  266. #     2:19:Application Include:resource.h
  267. # End Section
  268. # Section wins : {1CDA0665-8D5F-11D1-82FC-00A0C91BC942}
  269. #     2:15:CLASS: CWndRect:CWndRect
  270. #     2:11:CWinMgr.cpp:CWinMgr1.cpp
  271. #     2:26:FUNC: EnumChildWindowsProc:EnumChildWindowsProc
  272. #     2:19:CLASS: CEnumWndInfo:CEnumWndInfo
  273. #     2:19:Application Include:resource.h
  274. #     2:25:FUNC: EnumMainWindowsProc:EnumMainWindowsProc
  275. # End Section
  276. # Section wins : {1CDA0660-8D5F-11D1-82FC-00A0C91BC942}
  277. #     2:15:CLASS: CDirList:CDirList
  278. #     2:11:DirList.cpp:DirList.cpp
  279. #     2:9:DirList.h:DirList.h
  280. #     2:19:Application Include:resource.h
  281. # End Section
  282. # Section wins : {1CDA0664-8D5F-11D1-82FC-00A0C91BC942}
  283. #     2:14:MyListCtrl.cpp:MyListCtrl.cpp
  284. #     2:12:MyListCtrl.h:MyListCtrl.h
  285. #     2:18:CLASS: CMyListCtrl:CMyListCtrl
  286. #     2:19:Application Include:resource.h
  287. # End Section
  288. # Section wins : {1CDA0663-8D5F-11D1-82FC-00A0C91BC942}
  289. #     2:16:CLASS: CFileItem:CFileItem
  290. #     2:12:FileItem.cpp:FileItem.cpp
  291. #     2:10:FileItem.h:FileItem.h
  292. #     2:19:Application Include:resource.h
  293. # End Section
  294. # Section wins : {1CDA0662-8D5F-11D1-82FC-00A0C91BC942}
  295. #     2:15:CLASS: CWndRect:CWndRect
  296. #     2:11:CWinMgr.cpp:CWinMgr.cpp
  297. #     2:26:FUNC: EnumChildWindowsProc:EnumChildWindowsProc
  298. #     2:19:CLASS: CEnumWndInfo:CEnumWndInfo
  299. #     2:19:Application Include:resource.h
  300. #     2:25:FUNC: EnumMainWindowsProc:EnumMainWindowsProc
  301. # End Section
  302.