Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

328 lines
8.0 KiB

  1. # Microsoft Developer Studio Project File - Name="MSClus" - 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=MSClus - Win32 Release
  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 "msclus.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 "msclus.mak" CFG="MSClus - Win32 Release"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "MSClus - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "MSClus - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "MSClus - Win32 Release"
  29. # PROP BASE Use_MFC 1
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir ".\Release"
  32. # PROP BASE Intermediate_Dir ".\Release"
  33. # PROP BASE Target_Dir ""
  34. # PROP Use_MFC 1
  35. # PROP Use_Debug_Libraries 0
  36. # PROP Output_Dir ".\Release"
  37. # PROP Intermediate_Dir ".\Release"
  38. # PROP Ignore_Export_Lib 0
  39. # PROP Target_Dir ""
  40. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /Yu"stdafx.h" /c
  41. # ADD CPP /Gz /MT /W3 /GX /O2 /I "..\common" /I "..\..\inc" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_USRDLL" /D "_UNICODE" /FR /Yu"stdafx.h" /FD /c
  42. # SUBTRACT CPP /nologo
  43. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  44. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  45. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  46. # ADD RSC /l 0x409 /i "..\common" /i "..\..\inc" /d "NDEBUG"
  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 /machine:I386
  52. # ADD LINK32 ..\common\obj\i386\common.lib clusapi.lib netapi32.lib /nologo /subsystem:windows /dll /machine:I386
  53. # Begin Custom Build
  54. OutDir=.\Release
  55. TargetPath=.\Release\msclus.dll
  56. InputPath=.\Release\msclus.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)" == "MSClus - Win32 Debug"
  63. # PROP BASE Use_MFC 1
  64. # PROP BASE Use_Debug_Libraries 1
  65. # PROP BASE Output_Dir ".\Debug"
  66. # PROP BASE Intermediate_Dir ".\Debug"
  67. # PROP BASE Target_Dir ""
  68. # PROP Use_MFC 1
  69. # PROP Use_Debug_Libraries 1
  70. # PROP Output_Dir "d:\ntbuilds\chk"
  71. # PROP Intermediate_Dir ".\objd\i386"
  72. # PROP Ignore_Export_Lib 0
  73. # PROP Target_Dir ""
  74. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_MBCS" /Yu"stdafx.h" /c
  75. # ADD CPP /Gz /MTd /W3 /Gm /GX /ZI /Od /I "..\common" /I "..\..\inc" /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_WINDLL" /D "_USRDLL" /D "_UNICODE" /FR /Yu"stdafx.h" /FD /c
  76. # SUBTRACT CPP /nologo
  77. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  78. # ADD MTL /nologo /D "_DEBUG" /win32
  79. # SUBTRACT MTL /mktyplib203
  80. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  81. # ADD RSC /l 0x409 /i "..\common" /i "..\..\inc" /d "_DEBUG"
  82. BSC32=bscmake.exe
  83. # ADD BASE BSC32 /nologo
  84. # ADD BSC32 /nologo
  85. LINK32=link.exe
  86. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  87. # ADD LINK32 ..\common\objd\i386\common.lib clusapi.lib netapi32.lib /nologo /subsystem:windows /dll /debug /machine:I386
  88. # Begin Custom Build
  89. OutDir=d:\ntbuilds\chk
  90. TargetPath=\ntbuilds\chk\msclus.dll
  91. InputPath=\ntbuilds\chk\msclus.dll
  92. SOURCE="$(InputPath)"
  93. "$(OutDir)\regsvr32.trg" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  94. regsvr32 /s /c "$(TargetPath)"
  95. echo regsvr32 exec. time > "$(OutDir)\regsvr32.trg"
  96. # End Custom Build
  97. !ENDIF
  98. # Begin Target
  99. # Name "MSClus - Win32 Release"
  100. # Name "MSClus - Win32 Debug"
  101. # Begin Group "Source Files"
  102. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;hpj;bat;for;f90"
  103. # Begin Source File
  104. SOURCE=.\ClusApp.cpp
  105. # End Source File
  106. # Begin Source File
  107. SOURCE=.\clusneti.cpp
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=.\clusnetw.cpp
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=.\ClusNode.cpp
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=.\ClusRes.cpp
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=.\ClusResG.cpp
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=.\ClusResT.cpp
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.\Cluster.cpp
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=.\ClusterObject.cpp
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=.\MSClus.cpp
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=.\MSClus.def
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=.\MSClus.idl
  138. !IF "$(CFG)" == "MSClus - Win32 Release"
  139. # PROP Ignore_Default_Tool 1
  140. # Begin Custom Build
  141. InputDir=.
  142. InputPath=.\MSClus.idl
  143. InputName=MSClus
  144. BuildCmds= \
  145. midl /D MIDL_PASS -Zp8 -char unsigned -ms_ext -c_ext -Oicf -proxy $(InputDir)\$(InputName)_p.c -iid $(InputDir)\$(InputName)_i.c -header $(InputDir)\$(InputName).h MSClus.idl
  146. "MSClus.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  147. $(BuildCmds)
  148. "MSClus.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  149. $(BuildCmds)
  150. "MSClus_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  151. $(BuildCmds)
  152. "MSClus_p.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  153. $(BuildCmds)
  154. # End Custom Build
  155. !ELSEIF "$(CFG)" == "MSClus - Win32 Debug"
  156. # PROP Ignore_Default_Tool 1
  157. # Begin Custom Build
  158. InputDir=.
  159. InputPath=.\MSClus.idl
  160. InputName=MSClus
  161. BuildCmds= \
  162. midl /D MIDL_PASS -Zp8 -char unsigned -ms_ext -c_ext -Oicf -proxy $(InputDir)\$(InputName)_p.c -iid $(InputDir)\$(InputName)_i.c -header $(InputDir)\$(InputName).h MSClus.idl
  163. "MSClus.tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  164. $(BuildCmds)
  165. "MSClus.h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  166. $(BuildCmds)
  167. "MSClus_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  168. $(BuildCmds)
  169. "MSClus_p.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  170. $(BuildCmds)
  171. # End Custom Build
  172. !ENDIF
  173. # End Source File
  174. # Begin Source File
  175. SOURCE=.\MSClus.rc
  176. # End Source File
  177. # Begin Source File
  178. SOURCE=.\property.cpp
  179. # End Source File
  180. # Begin Source File
  181. SOURCE=.\PropertyValue.cpp
  182. # End Source File
  183. # Begin Source File
  184. SOURCE=.\proplsts.cpp
  185. # End Source File
  186. # Begin Source File
  187. SOURCE=.\StdAfx.cpp
  188. # ADD CPP /Yc"stdafx.h"
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=.\uuencode.cpp
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=.\Version.cpp
  195. # End Source File
  196. # End Group
  197. # Begin Group "Header Files"
  198. # PROP Default_Filter "h;hpp;hxx;hm;inl;fi;fd"
  199. # Begin Source File
  200. SOURCE=.\BarfClus.h
  201. # End Source File
  202. # Begin Source File
  203. SOURCE=.\ClusApp.h
  204. # End Source File
  205. # Begin Source File
  206. SOURCE=.\clusneti.h
  207. # End Source File
  208. # Begin Source File
  209. SOURCE=.\clusnetw.h
  210. # End Source File
  211. # Begin Source File
  212. SOURCE=.\clusnode.h
  213. # End Source File
  214. # Begin Source File
  215. SOURCE=.\clusres.h
  216. # End Source File
  217. # Begin Source File
  218. SOURCE=.\clusresg.h
  219. # End Source File
  220. # Begin Source File
  221. SOURCE=.\clusrest.h
  222. # End Source File
  223. # Begin Source File
  224. SOURCE=.\Cluster.h
  225. # End Source File
  226. # Begin Source File
  227. SOURCE=.\ClusterObject.h
  228. # End Source File
  229. # Begin Source File
  230. SOURCE=.\InterfaceVer.h
  231. # End Source File
  232. # Begin Source File
  233. SOURCE=.\property.h
  234. # End Source File
  235. # Begin Source File
  236. SOURCE=.\PropertyValue.h
  237. # End Source File
  238. # Begin Source File
  239. SOURCE=.\SmartPointer.h
  240. # End Source File
  241. # Begin Source File
  242. SOURCE=.\StdAfx.h
  243. # End Source File
  244. # Begin Source File
  245. SOURCE=.\SupportErrorInfo.h
  246. # End Source File
  247. # Begin Source File
  248. SOURCE=.\uuencode.h
  249. # End Source File
  250. # Begin Source File
  251. SOURCE=.\Version.h
  252. # End Source File
  253. # End Group
  254. # Begin Group "Resource Files"
  255. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;cnt;rtf;gif;jpg;jpeg;jpe"
  256. # End Group
  257. # End Target
  258. # End Project