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.

546 lines
15 KiB

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.20
  2. # ** DO NOT EDIT **
  3. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  4. !IF "$(CFG)" == ""
  5. CFG=DebugEx - Win32 Debug
  6. !MESSAGE No configuration specified. Defaulting to DebugEx - Win32 Debug.
  7. !ENDIF
  8. !IF "$(CFG)" != "DebugEx - Win32 Release" && "$(CFG)" !=\
  9. "DebugEx - Win32 Debug"
  10. !MESSAGE Invalid configuration "$(CFG)" specified.
  11. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "debugex.mak" CFG="DebugEx - Win32 Debug"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "DebugEx - Win32 Release" (based on\
  19. "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE "DebugEx - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  21. !MESSAGE
  22. !ERROR An invalid configuration is specified.
  23. !ENDIF
  24. !IF "$(OS)" == "Windows_NT"
  25. NULL=
  26. !ELSE
  27. NULL=nul
  28. !ENDIF
  29. ################################################################################
  30. # Begin Project
  31. # PROP Target_Last_Scanned "DebugEx - Win32 Debug"
  32. CPP=cl.exe
  33. RSC=rc.exe
  34. MTL=mktyplib.exe
  35. !IF "$(CFG)" == "DebugEx - Win32 Release"
  36. # PROP BASE Use_MFC 2
  37. # PROP BASE Use_Debug_Libraries 0
  38. # PROP BASE Output_Dir "Release"
  39. # PROP BASE Intermediate_Dir "Release"
  40. # PROP BASE Target_Dir ""
  41. # PROP Use_MFC 2
  42. # PROP Use_Debug_Libraries 0
  43. # PROP Output_Dir "Release"
  44. # PROP Intermediate_Dir "Release"
  45. # PROP Target_Dir ""
  46. OUTDIR=.\Release
  47. INTDIR=.\Release
  48. ALL : "$(OUTDIR)\debugex.dll" ".\ExtObjID.tlb"
  49. CLEAN :
  50. -@erase "$(INTDIR)\BasePage.obj"
  51. -@erase "$(INTDIR)\DebugEx.obj"
  52. -@erase "$(INTDIR)\debugex.pch"
  53. -@erase "$(INTDIR)\DebugEx.res"
  54. -@erase "$(INTDIR)\DlgHelpS.obj"
  55. -@erase "$(INTDIR)\ExtObj.obj"
  56. -@erase "$(INTDIR)\HelpData.obj"
  57. -@erase "$(INTDIR)\PropLstS.obj"
  58. -@erase "$(INTDIR)\RegExtS.obj"
  59. -@erase "$(INTDIR)\ResProp.obj"
  60. -@erase "$(INTDIR)\StdAfx.obj"
  61. -@erase "$(OUTDIR)\debugex.dll"
  62. -@erase "$(OUTDIR)\debugex.exp"
  63. -@erase "$(OUTDIR)\debugex.lib"
  64. -@erase ".\ExtObjID.h"
  65. -@erase ".\ExtObjID.tlb"
  66. -@erase ".\ExtObjID_i.c"
  67. "$(OUTDIR)" :
  68. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  69. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  70. # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\DebugEx" /I "..\Common" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /c
  71. CPP_PROJ=/nologo /MD /W3 /GX /O2 /I "..\DebugEx" /I "..\Common" /D "WIN32" /D\
  72. "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL"\
  73. /Fp"$(INTDIR)/debugex.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/" /c
  74. CPP_OBJS=.\Release/
  75. CPP_SBRS=.\.
  76. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  77. # ADD MTL /nologo /D "NDEBUG" /win32
  78. MTL_PROJ=/nologo /D "NDEBUG" /win32
  79. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  80. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  81. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/DebugEx.res" /d "NDEBUG" /d "_AFXDLL"
  82. BSC32=bscmake.exe
  83. # ADD BASE BSC32 /nologo
  84. # ADD BSC32 /nologo
  85. BSC32_FLAGS=/nologo /o"$(OUTDIR)/debugex.bsc"
  86. BSC32_SBRS= \
  87. LINK32=link.exe
  88. # ADD BASE LINK32 /nologo /subsystem:windows /dll /machine:I386
  89. # ADD LINK32 /nologo /subsystem:windows /dll /machine:I386
  90. LINK32_FLAGS=/nologo /subsystem:windows /dll /incremental:no\
  91. /pdb:"$(OUTDIR)/debugex.pdb" /machine:I386 /def:".\DebugEx.def"\
  92. /out:"$(OUTDIR)/debugex.dll" /implib:"$(OUTDIR)/debugex.lib"
  93. DEF_FILE= \
  94. ".\DebugEx.def"
  95. LINK32_OBJS= \
  96. "$(INTDIR)\BasePage.obj" \
  97. "$(INTDIR)\DebugEx.obj" \
  98. "$(INTDIR)\DebugEx.res" \
  99. "$(INTDIR)\DlgHelpS.obj" \
  100. "$(INTDIR)\ExtObj.obj" \
  101. "$(INTDIR)\HelpData.obj" \
  102. "$(INTDIR)\PropLstS.obj" \
  103. "$(INTDIR)\RegExtS.obj" \
  104. "$(INTDIR)\ResProp.obj" \
  105. "$(INTDIR)\StdAfx.obj"
  106. "$(OUTDIR)\debugex.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  107. $(LINK32) @<<
  108. $(LINK32_FLAGS) $(LINK32_OBJS)
  109. <<
  110. !ELSEIF "$(CFG)" == "DebugEx - Win32 Debug"
  111. # PROP BASE Use_MFC 2
  112. # PROP BASE Use_Debug_Libraries 1
  113. # PROP BASE Output_Dir "Debug"
  114. # PROP BASE Intermediate_Dir "Debug"
  115. # PROP BASE Target_Dir ""
  116. # PROP Use_MFC 2
  117. # PROP Use_Debug_Libraries 1
  118. # PROP Output_Dir "Debug"
  119. # PROP Intermediate_Dir "Debug"
  120. # PROP Target_Dir ""
  121. OUTDIR=.\Debug
  122. INTDIR=.\Debug
  123. ALL : "$(OUTDIR)\debugex.dll" ".\ExtObjID.tlb"
  124. CLEAN :
  125. -@erase "$(INTDIR)\BasePage.obj"
  126. -@erase "$(INTDIR)\DebugEx.obj"
  127. -@erase "$(INTDIR)\debugex.pch"
  128. -@erase "$(INTDIR)\DebugEx.res"
  129. -@erase "$(INTDIR)\DlgHelpS.obj"
  130. -@erase "$(INTDIR)\ExtObj.obj"
  131. -@erase "$(INTDIR)\HelpData.obj"
  132. -@erase "$(INTDIR)\PropLstS.obj"
  133. -@erase "$(INTDIR)\RegExtS.obj"
  134. -@erase "$(INTDIR)\ResProp.obj"
  135. -@erase "$(INTDIR)\StdAfx.obj"
  136. -@erase "$(INTDIR)\vc40.idb"
  137. -@erase "$(INTDIR)\vc40.pdb"
  138. -@erase "$(OUTDIR)\debugex.dll"
  139. -@erase "$(OUTDIR)\debugex.exp"
  140. -@erase "$(OUTDIR)\debugex.ilk"
  141. -@erase "$(OUTDIR)\debugex.lib"
  142. -@erase "$(OUTDIR)\debugex.pdb"
  143. -@erase ".\ExtObjID.h"
  144. -@erase ".\ExtObjID.tlb"
  145. -@erase ".\ExtObjID_i.c"
  146. "$(OUTDIR)" :
  147. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  148. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  149. # ADD CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\DebugEx" /I "..\Common" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL" /Yu"stdafx.h" /c
  150. CPP_PROJ=/nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\DebugEx" /I "..\Common" /D\
  151. "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D\
  152. "_USRDLL" /Fp"$(INTDIR)/debugex.pch" /Yu"stdafx.h" /Fo"$(INTDIR)/"\
  153. /Fd"$(INTDIR)/" /c
  154. CPP_OBJS=.\Debug/
  155. CPP_SBRS=.\.
  156. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  157. # ADD MTL /nologo /D "_DEBUG" /win32
  158. MTL_PROJ=/nologo /D "_DEBUG" /win32
  159. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  160. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  161. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/DebugEx.res" /d "_DEBUG" /d "_AFXDLL"
  162. BSC32=bscmake.exe
  163. # ADD BASE BSC32 /nologo
  164. # ADD BSC32 /nologo
  165. BSC32_FLAGS=/nologo /o"$(OUTDIR)/debugex.bsc"
  166. BSC32_SBRS= \
  167. LINK32=link.exe
  168. # ADD BASE LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  169. # ADD LINK32 /nologo /subsystem:windows /dll /debug /machine:I386
  170. LINK32_FLAGS=/nologo /subsystem:windows /dll /incremental:yes\
  171. /pdb:"$(OUTDIR)/debugex.pdb" /debug /machine:I386 /def:".\DebugEx.def"\
  172. /out:"$(OUTDIR)/debugex.dll" /implib:"$(OUTDIR)/debugex.lib"
  173. DEF_FILE= \
  174. ".\DebugEx.def"
  175. LINK32_OBJS= \
  176. "$(INTDIR)\BasePage.obj" \
  177. "$(INTDIR)\DebugEx.obj" \
  178. "$(INTDIR)\DebugEx.res" \
  179. "$(INTDIR)\DlgHelpS.obj" \
  180. "$(INTDIR)\ExtObj.obj" \
  181. "$(INTDIR)\HelpData.obj" \
  182. "$(INTDIR)\PropLstS.obj" \
  183. "$(INTDIR)\RegExtS.obj" \
  184. "$(INTDIR)\ResProp.obj" \
  185. "$(INTDIR)\StdAfx.obj"
  186. "$(OUTDIR)\debugex.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  187. $(LINK32) @<<
  188. $(LINK32_FLAGS) $(LINK32_OBJS)
  189. <<
  190. !ENDIF
  191. .c{$(CPP_OBJS)}.obj:
  192. $(CPP) $(CPP_PROJ) $<
  193. .cpp{$(CPP_OBJS)}.obj:
  194. $(CPP) $(CPP_PROJ) $<
  195. .cxx{$(CPP_OBJS)}.obj:
  196. $(CPP) $(CPP_PROJ) $<
  197. .c{$(CPP_SBRS)}.sbr:
  198. $(CPP) $(CPP_PROJ) $<
  199. .cpp{$(CPP_SBRS)}.sbr:
  200. $(CPP) $(CPP_PROJ) $<
  201. .cxx{$(CPP_SBRS)}.sbr:
  202. $(CPP) $(CPP_PROJ) $<
  203. ################################################################################
  204. # Begin Target
  205. # Name "DebugEx - Win32 Release"
  206. # Name "DebugEx - Win32 Debug"
  207. !IF "$(CFG)" == "DebugEx - Win32 Release"
  208. !ELSEIF "$(CFG)" == "DebugEx - Win32 Debug"
  209. !ENDIF
  210. ################################################################################
  211. # Begin Source File
  212. SOURCE=.\ExtObjID.idl
  213. !IF "$(CFG)" == "DebugEx - Win32 Release"
  214. # Begin Custom Build - Running MIDL
  215. InputDir=.
  216. InputPath=.\ExtObjID.idl
  217. InputName=ExtObjID
  218. BuildCmds= \
  219. midl $(InputPath) -DMIDL_PASS /header $(InputDir)\$(InputName).h /iid\
  220. $(InputDir)\$(InputName)_i.c /tlb $(InputDir)\$(InputName).tlb \
  221. "$(InputDir)\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  222. $(BuildCmds)
  223. "$(InputDir)\$(InputName)_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  224. $(BuildCmds)
  225. "$(InputDir)\$(InputName).tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  226. $(BuildCmds)
  227. # End Custom Build
  228. !ELSEIF "$(CFG)" == "DebugEx - Win32 Debug"
  229. # Begin Custom Build - Running MIDL
  230. InputDir=.
  231. InputPath=.\ExtObjID.idl
  232. InputName=ExtObjID
  233. BuildCmds= \
  234. midl $(InputPath) -DMIDL_PASS /header $(InputDir)\$(InputName).h /iid\
  235. $(InputDir)\$(InputName)_i.c /tlb $(InputDir)\$(InputName).tlb \
  236. "$(InputDir)\$(InputName).h" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  237. $(BuildCmds)
  238. "$(InputDir)\$(InputName)_i.c" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  239. $(BuildCmds)
  240. "$(InputDir)\$(InputName).tlb" : $(SOURCE) "$(INTDIR)" "$(OUTDIR)"
  241. $(BuildCmds)
  242. # End Custom Build
  243. !ENDIF
  244. # End Source File
  245. ################################################################################
  246. # Begin Source File
  247. SOURCE=.\ExtObj.cpp
  248. DEP_CPP_EXTOB=\
  249. "..\Common\DlgHelp.h"\
  250. "..\Common\PropList.h"\
  251. "..\DebugEx\stdafx.h"\
  252. ".\BasePage.h"\
  253. ".\DebugEx.h"\
  254. ".\ExtObj.h"\
  255. ".\ExtObjID.h"\
  256. ".\ResProp.h"\
  257. {$(INCLUDE)}"\CluAdmEx.h"\
  258. {$(INCLUDE)}"\clusapi.h"\
  259. "$(INTDIR)\ExtObj.obj" : $(SOURCE) $(DEP_CPP_EXTOB) "$(INTDIR)"\
  260. "$(INTDIR)\debugex.pch" ".\ExtObjID.h"
  261. # End Source File
  262. ################################################################################
  263. # Begin Source File
  264. SOURCE=.\DebugEx.cpp
  265. DEP_CPP_DEBUG=\
  266. "..\Common\DlgHelp.h"\
  267. "..\Common\PropList.h"\
  268. "..\Common\RegExt.h"\
  269. "..\DebugEx\stdafx.h"\
  270. ".\BasePage.h"\
  271. ".\DebugEx.h"\
  272. ".\ExtObj.h"\
  273. ".\ExtObjID.h"\
  274. ".\ExtObjID_i.c"\
  275. {$(INCLUDE)}"\CluAdmEx.h"\
  276. {$(INCLUDE)}"\clusapi.h"\
  277. "$(INTDIR)\DebugEx.obj" : $(SOURCE) $(DEP_CPP_DEBUG) "$(INTDIR)"\
  278. "$(INTDIR)\debugex.pch" ".\ExtObjID_i.c" ".\ExtObjID.h"
  279. # End Source File
  280. ################################################################################
  281. # Begin Source File
  282. SOURCE=.\DebugEx.def
  283. !IF "$(CFG)" == "DebugEx - Win32 Release"
  284. !ELSEIF "$(CFG)" == "DebugEx - Win32 Debug"
  285. !ENDIF
  286. # End Source File
  287. ################################################################################
  288. # Begin Source File
  289. SOURCE=.\DebugEx.rc
  290. DEP_RSC_DEBUGE=\
  291. ".\res\DebugEx.rc2"\
  292. "$(INTDIR)\DebugEx.res" : $(SOURCE) $(DEP_RSC_DEBUGE) "$(INTDIR)"
  293. $(RSC) $(RSC_PROJ) $(SOURCE)
  294. # End Source File
  295. ################################################################################
  296. # Begin Source File
  297. SOURCE=.\ReadMe.txt
  298. !IF "$(CFG)" == "DebugEx - Win32 Release"
  299. !ELSEIF "$(CFG)" == "DebugEx - Win32 Debug"
  300. !ENDIF
  301. # End Source File
  302. ################################################################################
  303. # Begin Source File
  304. SOURCE=.\StdAfx.cpp
  305. DEP_CPP_STDAF=\
  306. "..\DebugEx\stdafx.h"\
  307. {$(INCLUDE)}"\clusapi.h"\
  308. !IF "$(CFG)" == "DebugEx - Win32 Release"
  309. # ADD CPP /Yc"stdafx.h"
  310. BuildCmds= \
  311. $(CPP) /nologo /MD /W3 /GX /O2 /I "..\DebugEx" /I "..\Common" /D "WIN32" /D\
  312. "NDEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D "_USRDLL"\
  313. /Fp"$(INTDIR)/debugex.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /c $(SOURCE) \
  314. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  315. $(BuildCmds)
  316. "$(INTDIR)\debugex.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  317. $(BuildCmds)
  318. !ELSEIF "$(CFG)" == "DebugEx - Win32 Debug"
  319. # ADD CPP /Yc"stdafx.h"
  320. BuildCmds= \
  321. $(CPP) /nologo /MDd /W3 /Gm /GX /Zi /Od /I "..\DebugEx" /I "..\Common" /D\
  322. "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_WINDLL" /D "_AFXDLL" /D "_MBCS" /D\
  323. "_USRDLL" /Fp"$(INTDIR)/debugex.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/"\
  324. /Fd"$(INTDIR)/" /c $(SOURCE) \
  325. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  326. $(BuildCmds)
  327. "$(INTDIR)\debugex.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  328. $(BuildCmds)
  329. !ENDIF
  330. # End Source File
  331. ################################################################################
  332. # Begin Source File
  333. SOURCE=.\BasePage.cpp
  334. DEP_CPP_BASEP=\
  335. "..\Common\DlgHelp.h"\
  336. "..\Common\PropList.h"\
  337. "..\DebugEx\stdafx.h"\
  338. ".\BasePage.h"\
  339. ".\BasePage.inl"\
  340. ".\DebugEx.h"\
  341. ".\ExtObj.h"\
  342. ".\ExtObjID.h"\
  343. {$(INCLUDE)}"\CluAdmEx.h"\
  344. {$(INCLUDE)}"\clusapi.h"\
  345. "$(INTDIR)\BasePage.obj" : $(SOURCE) $(DEP_CPP_BASEP) "$(INTDIR)"\
  346. "$(INTDIR)\debugex.pch" ".\ExtObjID.h"
  347. # End Source File
  348. ################################################################################
  349. # Begin Source File
  350. SOURCE=.\ResProp.cpp
  351. DEP_CPP_RESPR=\
  352. "..\Common\DlgHelp.h"\
  353. "..\Common\PropList.h"\
  354. "..\DebugEx\stdafx.h"\
  355. ".\BasePage.h"\
  356. ".\DebugEx.h"\
  357. ".\ExtObj.h"\
  358. ".\ExtObjID.h"\
  359. ".\HelpArr.h"\
  360. ".\HelpData.h"\
  361. ".\ResProp.h"\
  362. {$(INCLUDE)}"\CluAdmEx.h"\
  363. {$(INCLUDE)}"\clusapi.h"\
  364. "$(INTDIR)\ResProp.obj" : $(SOURCE) $(DEP_CPP_RESPR) "$(INTDIR)"\
  365. "$(INTDIR)\debugex.pch" ".\ExtObjID.h"
  366. # End Source File
  367. ################################################################################
  368. # Begin Source File
  369. SOURCE=.\sources
  370. !IF "$(CFG)" == "DebugEx - Win32 Release"
  371. !ELSEIF "$(CFG)" == "DebugEx - Win32 Debug"
  372. !ENDIF
  373. # End Source File
  374. ################################################################################
  375. # Begin Source File
  376. SOURCE=.\DlgHelpS.cpp
  377. DEP_CPP_DLGHE=\
  378. "..\Common\DlgHelp.cpp"\
  379. "..\Common\DlgHelp.h"\
  380. "..\DebugEx\stdafx.h"\
  381. "..\DebugEx\TraceTag.h"\
  382. {$(INCLUDE)}"\clusapi.h"\
  383. "$(INTDIR)\DlgHelpS.obj" : $(SOURCE) $(DEP_CPP_DLGHE) "$(INTDIR)"\
  384. "$(INTDIR)\debugex.pch"
  385. # End Source File
  386. ################################################################################
  387. # Begin Source File
  388. SOURCE=.\HelpData.cpp
  389. DEP_CPP_HELPD=\
  390. "..\DebugEx\stdafx.h"\
  391. ".\HelpArr.h"\
  392. ".\HelpIDs.h"\
  393. {$(INCLUDE)}"\clusapi.h"\
  394. "$(INTDIR)\HelpData.obj" : $(SOURCE) $(DEP_CPP_HELPD) "$(INTDIR)"\
  395. "$(INTDIR)\debugex.pch"
  396. # End Source File
  397. ################################################################################
  398. # Begin Source File
  399. SOURCE=.\RegExtS.cpp
  400. DEP_CPP_REGEX=\
  401. "..\Common\RegExt.cpp"\
  402. "..\DebugEx\stdafx.h"\
  403. {$(INCLUDE)}"\clusapi.h"\
  404. "$(INTDIR)\RegExtS.obj" : $(SOURCE) $(DEP_CPP_REGEX) "$(INTDIR)"\
  405. "$(INTDIR)\debugex.pch"
  406. # End Source File
  407. ################################################################################
  408. # Begin Source File
  409. SOURCE=.\PropLstS.cpp
  410. DEP_CPP_PROPL=\
  411. "..\Common\PropList.cpp"\
  412. "..\Common\PropList.h"\
  413. "..\DebugEx\stdafx.h"\
  414. {$(INCLUDE)}"\clusapi.h"\
  415. "$(INTDIR)\PropLstS.obj" : $(SOURCE) $(DEP_CPP_PROPL) "$(INTDIR)"\
  416. "$(INTDIR)\debugex.pch"
  417. # End Source File
  418. # End Target
  419. # End Project
  420. ################################################################################