home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / winui / shell / regview / regview.dsp < prev    next >
Encoding:
MS Developer Studio Project  |  1997-08-27  |  5.7 KB  |  225 lines

  1. # Microsoft Developer Studio Project File - Name="RegView" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 5.00
  3. # ** DO NOT EDIT **
  4.  
  5. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  6.  
  7. CFG=RegView - 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 "RegView.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 "RegView.mak" CFG="RegView - Win32 Debug"
  17. !MESSAGE 
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE 
  20. !MESSAGE "RegView - Win32 Release" (based on\
  21.  "Win32 (x86) Dynamic-Link Library")
  22. !MESSAGE "RegView - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  23. !MESSAGE 
  24.  
  25. # Begin Project
  26. # PROP Scc_ProjName ""
  27. # PROP Scc_LocalPath ""
  28. CPP=cl.exe
  29. MTL=midl.exe
  30. RSC=rc.exe
  31.  
  32. !IF  "$(CFG)" == "RegView - Win32 Release"
  33.  
  34. # PROP BASE Use_MFC 0
  35. # PROP BASE Use_Debug_Libraries 0
  36. # PROP BASE Output_Dir "Release"
  37. # PROP BASE Intermediate_Dir "Release"
  38. # PROP BASE Target_Dir ""
  39. # PROP Use_MFC 0
  40. # PROP Use_Debug_Libraries 0
  41. # PROP Output_Dir "Release"
  42. # PROP Intermediate_Dir "Release"
  43. # PROP Ignore_Export_Lib 0
  44. # PROP Target_Dir ""
  45. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
  46. # ADD CPP /nologo /MT /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /YX /FD /c
  47. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  48. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  49. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  50. # ADD RSC /l 0x409 /d "NDEBUG"
  51. BSC32=bscmake.exe
  52. # ADD BASE BSC32 /nologo
  53. # ADD BSC32 /nologo
  54. LINK32=link.exe
  55. # 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 /subsystem:windows /dll /machine:I386
  56. # ADD 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 comctl32.lib /nologo /subsystem:windows /dll /machine:I386
  57. # Begin Special Build Tool
  58. OutDir=.\Release
  59. SOURCE=$(InputPath)
  60. PostBuild_Cmds=regsvr32.exe /s /c $(OUTDIR)\RegView.dll
  61. # End Special Build Tool
  62.  
  63. !ELSEIF  "$(CFG)" == "RegView - Win32 Debug"
  64.  
  65. # PROP BASE Use_MFC 0
  66. # PROP BASE Use_Debug_Libraries 1
  67. # PROP BASE Output_Dir "Debug"
  68. # PROP BASE Intermediate_Dir "Debug"
  69. # PROP BASE Target_Dir ""
  70. # PROP Use_MFC 0
  71. # PROP Use_Debug_Libraries 1
  72. # PROP Output_Dir "Debug"
  73. # PROP Intermediate_Dir "Debug"
  74. # PROP Ignore_Export_Lib 0
  75. # PROP Target_Dir ""
  76. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /YX /FD /c
  77. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /FR /YX /FD /c
  78. # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  79. # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  80. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  81. # ADD RSC /l 0x409 /d "_DEBUG"
  82. BSC32=bscmake.exe
  83. # ADD BASE BSC32 /nologo
  84. # ADD BSC32 /nologo
  85. LINK32=link.exe
  86. # 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 /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  87. # ADD 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 comctl32.lib /nologo /subsystem:windows /dll /debug /machine:I386 /pdbtype:sept
  88. # Begin Special Build Tool
  89. OutDir=.\Debug
  90. SOURCE=$(InputPath)
  91. PostBuild_Cmds=regsvr32.exe /s /c $(OUTDIR)\RegView.dll
  92. # End Special Build Tool
  93.  
  94. !ENDIF 
  95.  
  96. # Begin Target
  97.  
  98. # Name "RegView - Win32 Release"
  99. # Name "RegView - Win32 Debug"
  100. # Begin Source File
  101.  
  102. SOURCE=.\binary.ico
  103. # End Source File
  104. # Begin Source File
  105.  
  106. SOURCE=.\ClsFact.cpp
  107. # End Source File
  108. # Begin Source File
  109.  
  110. SOURCE=.\ClsFact.h
  111. # End Source File
  112. # Begin Source File
  113.  
  114. SOURCE=.\DockWndw.cpp
  115. # End Source File
  116. # Begin Source File
  117.  
  118. SOURCE=.\DockWndw.h
  119. # End Source File
  120. # Begin Source File
  121.  
  122. SOURCE=.\EnumIDL.cpp
  123. # End Source File
  124. # Begin Source File
  125.  
  126. SOURCE=.\EnumIDL.h
  127. # End Source File
  128. # Begin Source File
  129.  
  130. SOURCE=.\ExtrIcon.cpp
  131. # End Source File
  132. # Begin Source File
  133.  
  134. SOURCE=.\ExtrIcon.h
  135. # End Source File
  136. # Begin Source File
  137.  
  138. SOURCE=.\folder.ico
  139. # End Source File
  140. # Begin Source File
  141.  
  142. SOURCE=.\folderop.ico
  143. # End Source File
  144. # Begin Source File
  145.  
  146. SOURCE=.\Guid.h
  147. # End Source File
  148. # Begin Source File
  149.  
  150. SOURCE=.\InfoTip.cpp
  151. # End Source File
  152. # Begin Source File
  153.  
  154. SOURCE=.\InfoTip.h
  155. # End Source File
  156. # Begin Source File
  157.  
  158. SOURCE=.\PidlMgr.cpp
  159. # End Source File
  160. # Begin Source File
  161.  
  162. SOURCE=.\PidlMgr.h
  163. # End Source File
  164. # Begin Source File
  165.  
  166. SOURCE=.\RegView.cpp
  167. # End Source File
  168. # Begin Source File
  169.  
  170. SOURCE=.\RegView.def
  171. # End Source File
  172. # Begin Source File
  173.  
  174. SOURCE=.\RegView.ico
  175. # End Source File
  176. # Begin Source File
  177.  
  178. SOURCE=.\RegView.rc
  179.  
  180. !IF  "$(CFG)" == "RegView - Win32 Release"
  181.  
  182. !ELSEIF  "$(CFG)" == "RegView - Win32 Debug"
  183.  
  184. !ENDIF 
  185.  
  186. # End Source File
  187. # Begin Source File
  188.  
  189. SOURCE=.\resource.h
  190. # End Source File
  191. # Begin Source File
  192.  
  193. SOURCE=.\ShlFldr.cpp
  194. # End Source File
  195. # Begin Source File
  196.  
  197. SOURCE=.\ShlFldr.h
  198. # End Source File
  199. # Begin Source File
  200.  
  201. SOURCE=.\ShlView.cpp
  202. # End Source File
  203. # Begin Source File
  204.  
  205. SOURCE=.\ShlView.h
  206. # End Source File
  207. # Begin Source File
  208.  
  209. SOURCE=.\string.ico
  210. # End Source File
  211. # Begin Source File
  212.  
  213. SOURCE=.\Tools.h
  214. # End Source File
  215. # Begin Source File
  216.  
  217. SOURCE=.\Utility.cpp
  218. # End Source File
  219. # Begin Source File
  220.  
  221. SOURCE=.\Utility.h
  222. # End Source File
  223. # End Target
  224. # End Project
  225.