Source code of Windows XP (NT5)
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.

1983 lines
49 KiB

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3. # TARGTYPE "Win32 (x86) Application" 0x0101
  4. # TARGTYPE "Win32 (MIPS) Application" 0x0501
  5. !IF "$(CFG)" == ""
  6. CFG=olecnfg - Win32 MIPS Debug
  7. !MESSAGE No configuration specified. Defaulting to olecnfg - Win32 MIPS Debug.
  8. !ENDIF
  9. !IF "$(CFG)" != "olecnfg - Win32 Release" && "$(CFG)" !=\
  10. "olecnfg - Win32 Debug" && "$(CFG)" != "olecnfg - Win32 MIPS Release" &&\
  11. "$(CFG)" != "olecnfg - Win32 MIPS Debug"
  12. !MESSAGE Invalid configuration "$(CFG)" specified.
  13. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  14. !MESSAGE by defining the macro CFG on the command line. For example:
  15. !MESSAGE
  16. !MESSAGE NMAKE /f "olecnfg.mak" CFG="olecnfg - Win32 MIPS Debug"
  17. !MESSAGE
  18. !MESSAGE Possible choices for configuration are:
  19. !MESSAGE
  20. !MESSAGE "olecnfg - Win32 Release" (based on "Win32 (x86) Application")
  21. !MESSAGE "olecnfg - Win32 Debug" (based on "Win32 (x86) Application")
  22. !MESSAGE "olecnfg - Win32 MIPS Release" (based on "Win32 (MIPS) Application")
  23. !MESSAGE "olecnfg - Win32 MIPS Debug" (based on "Win32 (MIPS) Application")
  24. !MESSAGE
  25. !ERROR An invalid configuration is specified.
  26. !ENDIF
  27. !IF "$(OS)" == "Windows_NT"
  28. NULL=
  29. !ELSE
  30. NULL=nul
  31. !ENDIF
  32. ################################################################################
  33. # Begin Project
  34. # PROP Target_Last_Scanned "olecnfg - Win32 Debug"
  35. !IF "$(CFG)" == "olecnfg - Win32 Release"
  36. # PROP BASE Use_MFC 5
  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 6
  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)\olecnfg.exe" "$(OUTDIR)\olecnfg.bsc"
  49. CLEAN :
  50. -@erase ".\Release\olecnfg.bsc"
  51. -@erase ".\Release\locppg.sbr"
  52. -@erase ".\Release\datapkt.sbr"
  53. -@erase ".\Release\virtreg.sbr"
  54. -@erase ".\Release\util.sbr"
  55. -@erase ".\Release\clspsht.sbr"
  56. -@erase ".\Release\newsrvr.sbr"
  57. -@erase ".\Release\olecnfg.sbr"
  58. -@erase ".\Release\cnfgpsht.sbr"
  59. -@erase ".\Release\creg.sbr"
  60. -@erase ".\Release\StdAfx.sbr"
  61. -@erase ".\Release\cstrings.sbr"
  62. -@erase ".\Release\srvppg.sbr"
  63. -@erase ".\Release\olecnfg.exe"
  64. -@erase ".\Release\StdAfx.obj"
  65. -@erase ".\Release\cstrings.obj"
  66. -@erase ".\Release\srvppg.obj"
  67. -@erase ".\Release\locppg.obj"
  68. -@erase ".\Release\datapkt.obj"
  69. -@erase ".\Release\virtreg.obj"
  70. -@erase ".\Release\util.obj"
  71. -@erase ".\Release\clspsht.obj"
  72. -@erase ".\Release\newsrvr.obj"
  73. -@erase ".\Release\olecnfg.obj"
  74. -@erase ".\Release\cnfgpsht.obj"
  75. -@erase ".\Release\creg.obj"
  76. -@erase ".\Release\olecnfg.res"
  77. -@erase ".\Release\olecnfg.pdb"
  78. "$(OUTDIR)" :
  79. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  80. CPP=cl.exe
  81. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  82. # ADD CPP /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "UNICODE" /D "_UNICODE" /D "_X86_" /FR /YX"stdafx.h" /c
  83. CPP_PROJ=/nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
  84. "_AFXDLL" /D "UNICODE" /D "_UNICODE" /D "_X86_" /FR"$(INTDIR)/"\
  85. /Fp"$(INTDIR)/olecnfg.pch" /YX"stdafx.h" /Fo"$(INTDIR)/" /c
  86. CPP_OBJS=.\Release/
  87. CPP_SBRS=.\Release/
  88. .c{$(CPP_OBJS)}.obj:
  89. $(CPP) $(CPP_PROJ) $<
  90. .cpp{$(CPP_OBJS)}.obj:
  91. $(CPP) $(CPP_PROJ) $<
  92. .cxx{$(CPP_OBJS)}.obj:
  93. $(CPP) $(CPP_PROJ) $<
  94. .c{$(CPP_SBRS)}.sbr:
  95. $(CPP) $(CPP_PROJ) $<
  96. .cpp{$(CPP_SBRS)}.sbr:
  97. $(CPP) $(CPP_PROJ) $<
  98. .cxx{$(CPP_SBRS)}.sbr:
  99. $(CPP) $(CPP_PROJ) $<
  100. MTL=mktyplib.exe
  101. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  102. # ADD MTL /nologo /D "NDEBUG" /win32
  103. MTL_PROJ=/nologo /D "NDEBUG" /win32
  104. RSC=rc.exe
  105. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  106. # ADD RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  107. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/olecnfg.res" /d "NDEBUG" /d "_AFXDLL"
  108. BSC32=bscmake.exe
  109. # ADD BASE BSC32 /nologo
  110. # ADD BSC32 /nologo
  111. BSC32_FLAGS=/nologo /o"$(OUTDIR)/olecnfg.bsc"
  112. BSC32_SBRS= \
  113. "$(INTDIR)/locppg.sbr" \
  114. "$(INTDIR)/datapkt.sbr" \
  115. "$(INTDIR)/virtreg.sbr" \
  116. "$(INTDIR)/util.sbr" \
  117. "$(INTDIR)/clspsht.sbr" \
  118. "$(INTDIR)/newsrvr.sbr" \
  119. "$(INTDIR)/olecnfg.sbr" \
  120. "$(INTDIR)/cnfgpsht.sbr" \
  121. "$(INTDIR)/creg.sbr" \
  122. "$(INTDIR)/StdAfx.sbr" \
  123. "$(INTDIR)/cstrings.sbr" \
  124. "$(INTDIR)/srvppg.sbr"
  125. "$(OUTDIR)\olecnfg.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
  126. $(BSC32) @<<
  127. $(BSC32_FLAGS) $(BSC32_SBRS)
  128. <<
  129. LINK32=link.exe
  130. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  131. # ADD LINK32 ntdll.lib acledit.lib advapi32.lib netui2.lib mpr.lib ntlanui.lib rpcrt4.lib ..\com\class\daytona\obj\i386\scm_c.obj /nologo /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386
  132. # SUBTRACT LINK32 /verbose
  133. LINK32_FLAGS=ntdll.lib acledit.lib advapi32.lib netui2.lib mpr.lib ntlanui.lib\
  134. rpcrt4.lib ..\com\class\daytona\obj\i386\scm_c.obj /nologo\
  135. /entry:"wWinMainCRTStartup" /subsystem:windows /incremental:no\
  136. /pdb:"$(OUTDIR)/olecnfg.pdb" /debug /machine:I386 /out:"$(OUTDIR)/olecnfg.exe"
  137. LINK32_OBJS= \
  138. "$(INTDIR)/StdAfx.obj" \
  139. "$(INTDIR)/cstrings.obj" \
  140. "$(INTDIR)/srvppg.obj" \
  141. "$(INTDIR)/locppg.obj" \
  142. "$(INTDIR)/datapkt.obj" \
  143. "$(INTDIR)/virtreg.obj" \
  144. "$(INTDIR)/util.obj" \
  145. "$(INTDIR)/clspsht.obj" \
  146. "$(INTDIR)/newsrvr.obj" \
  147. "$(INTDIR)/olecnfg.obj" \
  148. "$(INTDIR)/cnfgpsht.obj" \
  149. "$(INTDIR)/creg.obj" \
  150. "$(INTDIR)/olecnfg.res"
  151. "$(OUTDIR)\olecnfg.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  152. $(LINK32) @<<
  153. $(LINK32_FLAGS) $(LINK32_OBJS)
  154. <<
  155. !ELSEIF "$(CFG)" == "olecnfg - Win32 Debug"
  156. # PROP BASE Use_MFC 5
  157. # PROP BASE Use_Debug_Libraries 1
  158. # PROP BASE Output_Dir "Debug"
  159. # PROP BASE Intermediate_Dir "Debug"
  160. # PROP BASE Target_Dir ""
  161. # PROP Use_MFC 6
  162. # PROP Use_Debug_Libraries 1
  163. # PROP Output_Dir "Debug"
  164. # PROP Intermediate_Dir "Debug"
  165. # PROP Target_Dir ""
  166. OUTDIR=.\Debug
  167. INTDIR=.\Debug
  168. ALL : "$(OUTDIR)\olecnfg.exe" "$(OUTDIR)\olecnfg.pch" "$(OUTDIR)\olecnfg.bsc"
  169. CLEAN :
  170. -@erase ".\Debug\vc40.pdb"
  171. -@erase ".\Debug\vc40.idb"
  172. -@erase ".\Debug\olecnfg.pch"
  173. -@erase ".\Debug\olecnfg.bsc"
  174. -@erase ".\Debug\StdAfx.sbr"
  175. -@erase ".\Debug\virtreg.sbr"
  176. -@erase ".\Debug\cstrings.sbr"
  177. -@erase ".\Debug\srvppg.sbr"
  178. -@erase ".\Debug\clspsht.sbr"
  179. -@erase ".\Debug\util.sbr"
  180. -@erase ".\Debug\datapkt.sbr"
  181. -@erase ".\Debug\creg.sbr"
  182. -@erase ".\Debug\newsrvr.sbr"
  183. -@erase ".\Debug\olecnfg.sbr"
  184. -@erase ".\Debug\cnfgpsht.sbr"
  185. -@erase ".\Debug\locppg.sbr"
  186. -@erase ".\Debug\olecnfg.exe"
  187. -@erase ".\Debug\creg.obj"
  188. -@erase ".\Debug\newsrvr.obj"
  189. -@erase ".\Debug\olecnfg.obj"
  190. -@erase ".\Debug\cnfgpsht.obj"
  191. -@erase ".\Debug\locppg.obj"
  192. -@erase ".\Debug\StdAfx.obj"
  193. -@erase ".\Debug\virtreg.obj"
  194. -@erase ".\Debug\cstrings.obj"
  195. -@erase ".\Debug\srvppg.obj"
  196. -@erase ".\Debug\clspsht.obj"
  197. -@erase ".\Debug\util.obj"
  198. -@erase ".\Debug\datapkt.obj"
  199. -@erase ".\Debug\olecnfg.res"
  200. -@erase ".\Debug\olecnfg.ilk"
  201. -@erase ".\Debug\olecnfg.pdb"
  202. "$(OUTDIR)" :
  203. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  204. CPP=cl.exe
  205. # ADD BASE CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  206. # ADD CPP /MDd /W3 /Gm /GX /Zi /Od /Gf /Gy /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "_AFXDLL" /D "UNICODE" /D "_UNICODE" /D "_X86_" /FR /YX"stdafx.h" /GZ /c
  207. CPP_PROJ=/MDd /W3 /Gm /GX /Zi /Od /Gf /Gy /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\
  208. /D "_AFXDLL" /D "UNICODE" /D "_UNICODE" /D "_X86_" /FR"$(INTDIR)/"\
  209. /Fp"$(INTDIR)/olecnfg.pch" /YX"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /GZ /c\
  210. CPP_OBJS=.\Debug/
  211. CPP_SBRS=.\Debug/
  212. .c{$(CPP_OBJS)}.obj:
  213. $(CPP) $(CPP_PROJ) $<
  214. .cpp{$(CPP_OBJS)}.obj:
  215. $(CPP) $(CPP_PROJ) $<
  216. .cxx{$(CPP_OBJS)}.obj:
  217. $(CPP) $(CPP_PROJ) $<
  218. .c{$(CPP_SBRS)}.sbr:
  219. $(CPP) $(CPP_PROJ) $<
  220. .cpp{$(CPP_SBRS)}.sbr:
  221. $(CPP) $(CPP_PROJ) $<
  222. .cxx{$(CPP_SBRS)}.sbr:
  223. $(CPP) $(CPP_PROJ) $<
  224. MTL=mktyplib.exe
  225. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  226. # ADD MTL /nologo /D "_DEBUG" /win32
  227. MTL_PROJ=/nologo /D "_DEBUG" /win32
  228. RSC=rc.exe
  229. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  230. # ADD RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  231. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/olecnfg.res" /d "_DEBUG" /d "_AFXDLL"
  232. BSC32=bscmake.exe
  233. # ADD BASE BSC32 /nologo
  234. # ADD BSC32 /nologo
  235. BSC32_FLAGS=/nologo /o"$(OUTDIR)/olecnfg.bsc"
  236. BSC32_SBRS= \
  237. "$(INTDIR)/StdAfx.sbr" \
  238. "$(INTDIR)/virtreg.sbr" \
  239. "$(INTDIR)/cstrings.sbr" \
  240. "$(INTDIR)/srvppg.sbr" \
  241. "$(INTDIR)/clspsht.sbr" \
  242. "$(INTDIR)/util.sbr" \
  243. "$(INTDIR)/datapkt.sbr" \
  244. "$(INTDIR)/creg.sbr" \
  245. "$(INTDIR)/newsrvr.sbr" \
  246. "$(INTDIR)/olecnfg.sbr" \
  247. "$(INTDIR)/cnfgpsht.sbr" \
  248. "$(INTDIR)/locppg.sbr"
  249. "$(OUTDIR)\olecnfg.bsc" : "$(OUTDIR)" $(BSC32_SBRS)
  250. $(BSC32) @<<
  251. $(BSC32_FLAGS) $(BSC32_SBRS)
  252. <<
  253. LINK32=link.exe
  254. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  255. # ADD LINK32 ntdll.lib acledit.lib advapi32.lib netui2.lib mpr.lib ntlanui.lib rpcrt4.lib ..\com\class\daytona\obj\i386\scm_c.obj /entry:"wWinMainCRTStartup" /subsystem:windows /debug /machine:I386
  256. # SUBTRACT LINK32 /nologo /verbose
  257. LINK32_FLAGS=ntdll.lib acledit.lib advapi32.lib netui2.lib mpr.lib ntlanui.lib\
  258. rpcrt4.lib ..\com\class\daytona\obj\i386\scm_c.obj /entry:"wWinMainCRTStartup"\
  259. /subsystem:windows /incremental:yes /pdb:"$(OUTDIR)/olecnfg.pdb" /debug\
  260. /machine:I386 /out:"$(OUTDIR)/olecnfg.exe"
  261. LINK32_OBJS= \
  262. "$(INTDIR)/creg.obj" \
  263. "$(INTDIR)/newsrvr.obj" \
  264. "$(INTDIR)/olecnfg.obj" \
  265. "$(INTDIR)/cnfgpsht.obj" \
  266. "$(INTDIR)/locppg.obj" \
  267. "$(INTDIR)/StdAfx.obj" \
  268. "$(INTDIR)/virtreg.obj" \
  269. "$(INTDIR)/cstrings.obj" \
  270. "$(INTDIR)/srvppg.obj" \
  271. "$(INTDIR)/clspsht.obj" \
  272. "$(INTDIR)/util.obj" \
  273. "$(INTDIR)/datapkt.obj" \
  274. "$(INTDIR)/olecnfg.res"
  275. "$(OUTDIR)\olecnfg.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  276. $(LINK32) @<<
  277. $(LINK32_FLAGS) $(LINK32_OBJS)
  278. <<
  279. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Release"
  280. # PROP BASE Use_MFC 5
  281. # PROP BASE Use_Debug_Libraries 0
  282. # PROP BASE Output_Dir "Release"
  283. # PROP BASE Intermediate_Dir "Release"
  284. # PROP BASE Target_Dir ""
  285. # PROP Use_MFC 5
  286. # PROP Use_Debug_Libraries 0
  287. # PROP Output_Dir "Release"
  288. # PROP Intermediate_Dir "Release"
  289. # PROP Target_Dir ""
  290. OUTDIR=.\Release
  291. INTDIR=.\Release
  292. "$(OUTDIR)" :
  293. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  294. ALL : "$(OUTDIR)\olecnfg.exe"
  295. CLEAN :
  296. -@erase ".\Release\olecnfg.exe"
  297. -@erase ".\Release\clspsht.obj"
  298. -@erase ".\Release\locppg.obj"
  299. -@erase ".\Release\srvppg.obj"
  300. -@erase ".\Release\olecnfg.obj"
  301. -@erase ".\Release\creg.obj"
  302. -@erase ".\Release\cnfgpsht.obj"
  303. -@erase ".\Release\StdAfx.obj"
  304. -@erase ".\Release\cstrings.obj"
  305. -@erase ".\Release\olecnfg.res"
  306. MTL=mktyplib.exe
  307. # ADD BASE MTL /nologo /D "NDEBUG" /mips
  308. # ADD MTL /nologo /D "NDEBUG" /mips
  309. MTL_PROJ=/nologo /D "NDEBUG" /mips
  310. CPP=cl.exe
  311. # ADD BASE CPP /nologo /MT /Gt0 /QMOb2000 /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /c
  312. # ADD CPP /nologo /MT /Gt0 /QMOb2000 /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /YX /c
  313. CPP_PROJ=/nologo /MT /Gt0 /QMOb2000 /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D\
  314. "_WINDOWS" /D "_MBCS" /Fp"$(INTDIR)/olecnfg.pch" /YX /Fo"$(INTDIR)/" /c
  315. CPP_OBJS=.\Release/
  316. CPP_SBRS=
  317. .c{$(CPP_OBJS)}.obj:
  318. $(CPP) $(CPP_PROJ) $<
  319. .cpp{$(CPP_OBJS)}.obj:
  320. $(CPP) $(CPP_PROJ) $<
  321. .cxx{$(CPP_OBJS)}.obj:
  322. $(CPP) $(CPP_PROJ) $<
  323. .c{$(CPP_SBRS)}.sbr:
  324. $(CPP) $(CPP_PROJ) $<
  325. .cpp{$(CPP_SBRS)}.sbr:
  326. $(CPP) $(CPP_PROJ) $<
  327. .cxx{$(CPP_SBRS)}.sbr:
  328. $(CPP) $(CPP_PROJ) $<
  329. RSC=rc.exe
  330. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  331. # ADD RSC /l 0x409 /d "NDEBUG"
  332. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/olecnfg.res" /d "NDEBUG"
  333. LINK32=link.exe
  334. # ADD BASE LINK32 /nologo /subsystem:windows /machine:MIPS
  335. # ADD LINK32 /nologo /subsystem:windows /machine:MIPS
  336. LINK32_FLAGS=/nologo /subsystem:windows /incremental:no\
  337. /pdb:"$(OUTDIR)/olecnfg.pdb" /machine:MIPS /out:"$(OUTDIR)/olecnfg.exe"
  338. LINK32_OBJS= \
  339. "$(INTDIR)/clspsht.obj" \
  340. "$(INTDIR)/locppg.obj" \
  341. "$(INTDIR)/srvppg.obj" \
  342. "$(INTDIR)/olecnfg.obj" \
  343. "$(INTDIR)/creg.obj" \
  344. "$(INTDIR)/cnfgpsht.obj" \
  345. "$(INTDIR)/StdAfx.obj" \
  346. "$(INTDIR)/cstrings.obj" \
  347. "$(INTDIR)/olecnfg.res"
  348. "$(OUTDIR)\olecnfg.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  349. $(LINK32) @<<
  350. $(LINK32_FLAGS) $(LINK32_OBJS)
  351. <<
  352. BSC32=bscmake.exe
  353. # ADD BASE BSC32 /nologo
  354. # ADD BSC32 /nologo
  355. BSC32_FLAGS=/nologo /o"$(OUTDIR)/olecnfg.bsc"
  356. BSC32_SBRS=
  357. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Debug"
  358. # PROP BASE Use_MFC 5
  359. # PROP BASE Use_Debug_Libraries 1
  360. # PROP BASE Output_Dir "Debug"
  361. # PROP BASE Intermediate_Dir "Debug"
  362. # PROP BASE Target_Dir ""
  363. # PROP Use_MFC 5
  364. # PROP Use_Debug_Libraries 1
  365. # PROP Output_Dir "Debug"
  366. # PROP Intermediate_Dir "Debug"
  367. # PROP Target_Dir ""
  368. OUTDIR=.\Debug
  369. INTDIR=.\Debug
  370. "$(OUTDIR)" :
  371. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  372. ALL : "$(OUTDIR)\olecnfg.exe"
  373. CLEAN :
  374. -@erase ".\Debug\vc40.pdb"
  375. -@erase ".\Debug\olecnfg.exe"
  376. -@erase ".\Debug\olecnfg.obj"
  377. -@erase ".\Debug\StdAfx.obj"
  378. -@erase ".\Debug\locppg.obj"
  379. -@erase ".\Debug\creg.obj"
  380. -@erase ".\Debug\cnfgpsht.obj"
  381. -@erase ".\Debug\srvppg.obj"
  382. -@erase ".\Debug\clspsht.obj"
  383. -@erase ".\Debug\cstrings.obj"
  384. -@erase ".\Debug\olecnfg.res"
  385. -@erase ".\Debug\olecnfg.ilk"
  386. -@erase ".\Debug\olecnfg.pdb"
  387. MTL=mktyplib.exe
  388. # ADD BASE MTL /nologo /D "_DEBUG" /mips
  389. # ADD MTL /nologo /D "_DEBUG" /mips
  390. MTL_PROJ=/nologo /D "_DEBUG" /mips
  391. CPP=cl.exe
  392. # ADD BASE CPP /nologo /MTd /Gt0 /QMOb2000 /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /c
  393. # ADD CPP /nologo /MTd /Gt0 /QMOb2000 /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /YX /c
  394. CPP_PROJ=/nologo /MTd /Gt0 /QMOb2000 /W3 /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D\
  395. "_WINDOWS" /D "_MBCS" /Fp"$(INTDIR)/olecnfg.pch" /YX /Fo"$(INTDIR)/"\
  396. /Fd"$(INTDIR)/" /c
  397. CPP_OBJS=.\Debug/
  398. CPP_SBRS=
  399. .c{$(CPP_OBJS)}.obj:
  400. $(CPP) $(CPP_PROJ) $<
  401. .cpp{$(CPP_OBJS)}.obj:
  402. $(CPP) $(CPP_PROJ) $<
  403. .cxx{$(CPP_OBJS)}.obj:
  404. $(CPP) $(CPP_PROJ) $<
  405. .c{$(CPP_SBRS)}.sbr:
  406. $(CPP) $(CPP_PROJ) $<
  407. .cpp{$(CPP_SBRS)}.sbr:
  408. $(CPP) $(CPP_PROJ) $<
  409. .cxx{$(CPP_SBRS)}.sbr:
  410. $(CPP) $(CPP_PROJ) $<
  411. RSC=rc.exe
  412. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  413. # ADD RSC /l 0x409 /d "_DEBUG"
  414. RSC_PROJ=/l 0x409 /fo"$(INTDIR)/olecnfg.res" /d "_DEBUG"
  415. LINK32=link.exe
  416. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:MIPS
  417. # SUBTRACT BASE LINK32 /incremental:no
  418. # ADD LINK32 /nologo /subsystem:windows /debug /machine:MIPS
  419. # SUBTRACT LINK32 /incremental:no
  420. LINK32_FLAGS=/nologo /subsystem:windows /incremental:yes\
  421. /pdb:"$(OUTDIR)/olecnfg.pdb" /debug /machine:MIPS /out:"$(OUTDIR)/olecnfg.exe"
  422. LINK32_OBJS= \
  423. "$(INTDIR)/olecnfg.obj" \
  424. "$(INTDIR)/StdAfx.obj" \
  425. "$(INTDIR)/locppg.obj" \
  426. "$(INTDIR)/creg.obj" \
  427. "$(INTDIR)/cnfgpsht.obj" \
  428. "$(INTDIR)/srvppg.obj" \
  429. "$(INTDIR)/clspsht.obj" \
  430. "$(INTDIR)/cstrings.obj" \
  431. "$(INTDIR)/olecnfg.res"
  432. "$(OUTDIR)\olecnfg.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  433. $(LINK32) @<<
  434. $(LINK32_FLAGS) $(LINK32_OBJS)
  435. <<
  436. BSC32=bscmake.exe
  437. # ADD BASE BSC32 /nologo
  438. # ADD BSC32 /nologo
  439. BSC32_FLAGS=/nologo /o"$(OUTDIR)/olecnfg.bsc"
  440. BSC32_SBRS=
  441. !ENDIF
  442. ################################################################################
  443. # Begin Target
  444. # Name "olecnfg - Win32 Release"
  445. # Name "olecnfg - Win32 Debug"
  446. # Name "olecnfg - Win32 MIPS Release"
  447. # Name "olecnfg - Win32 MIPS Debug"
  448. !IF "$(CFG)" == "olecnfg - Win32 Release"
  449. !ELSEIF "$(CFG)" == "olecnfg - Win32 Debug"
  450. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Release"
  451. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Debug"
  452. !ENDIF
  453. ################################################################################
  454. # Begin Source File
  455. SOURCE=.\ReadMe.txt
  456. !IF "$(CFG)" == "olecnfg - Win32 Release"
  457. !ELSEIF "$(CFG)" == "olecnfg - Win32 Debug"
  458. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Release"
  459. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Debug"
  460. !ENDIF
  461. # End Source File
  462. ################################################################################
  463. # Begin Source File
  464. SOURCE=.\olecnfg.cpp
  465. !IF "$(CFG)" == "olecnfg - Win32 Release"
  466. DEP_CPP_OLECN=\
  467. ".\stdafx.h"\
  468. ".\olecnfg.h"\
  469. ".\cstrings.h"\
  470. ".\creg.h"\
  471. ".\types.h"\
  472. ".\datapkt.h"\
  473. ".\virtreg.h"\
  474. ".\cnfgpsht.h"\
  475. {$(INCLUDE)}"\nt.h"\
  476. {$(INCLUDE)}"\ntrtl.h"\
  477. {$(INCLUDE)}"\ntdef.h"\
  478. {$(INCLUDE)}"\ntstatus.h"\
  479. {$(INCLUDE)}"\ntkeapi.h"\
  480. ".\..\..\..\public\sdk\inc\nti386.h"\
  481. ".\..\..\..\public\sdk\inc\ntmips.h"\
  482. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  483. ".\..\..\..\public\sdk\inc\ntppc.h"\
  484. {$(INCLUDE)}"\ntseapi.h"\
  485. {$(INCLUDE)}"\ntobapi.h"\
  486. {$(INCLUDE)}"\ntimage.h"\
  487. {$(INCLUDE)}"\ntldr.h"\
  488. {$(INCLUDE)}"\ntpsapi.h"\
  489. {$(INCLUDE)}"\ntxcapi.h"\
  490. {$(INCLUDE)}"\ntlpcapi.h"\
  491. {$(INCLUDE)}"\ntioapi.h"\
  492. {$(INCLUDE)}"\ntiolog.h"\
  493. {$(INCLUDE)}"\ntpoapi.h"\
  494. {$(INCLUDE)}"\ntexapi.h"\
  495. {$(INCLUDE)}"\ntkxapi.h"\
  496. {$(INCLUDE)}"\ntmmapi.h"\
  497. {$(INCLUDE)}"\ntregapi.h"\
  498. {$(INCLUDE)}"\ntelfapi.h"\
  499. {$(INCLUDE)}"\ntconfig.h"\
  500. {$(INCLUDE)}"\ntnls.h"\
  501. {$(INCLUDE)}"\ntpnpapi.h"\
  502. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  503. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  504. {$(INCLUDE)}"\devioctl.h"\
  505. {$(INCLUDE)}"\cfg.h"\
  506. ".\srvppg.h"\
  507. "$(INTDIR)\olecnfg.obj" : $(SOURCE) $(DEP_CPP_OLECN) "$(INTDIR)"
  508. "$(INTDIR)\olecnfg.sbr" : $(SOURCE) $(DEP_CPP_OLECN) "$(INTDIR)"
  509. !ELSEIF "$(CFG)" == "olecnfg - Win32 Debug"
  510. DEP_CPP_OLECN=\
  511. ".\stdafx.h"\
  512. ".\olecnfg.h"\
  513. ".\cstrings.h"\
  514. ".\creg.h"\
  515. ".\types.h"\
  516. ".\datapkt.h"\
  517. ".\virtreg.h"\
  518. ".\cnfgpsht.h"\
  519. {$(INCLUDE)}"\nt.h"\
  520. {$(INCLUDE)}"\ntdef.h"\
  521. {$(INCLUDE)}"\ntstatus.h"\
  522. {$(INCLUDE)}"\ntkeapi.h"\
  523. ".\..\..\..\public\sdk\inc\nti386.h"\
  524. ".\..\..\..\public\sdk\inc\ntmips.h"\
  525. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  526. ".\..\..\..\public\sdk\inc\ntppc.h"\
  527. {$(INCLUDE)}"\ntseapi.h"\
  528. {$(INCLUDE)}"\ntobapi.h"\
  529. {$(INCLUDE)}"\ntimage.h"\
  530. {$(INCLUDE)}"\ntldr.h"\
  531. {$(INCLUDE)}"\ntpsapi.h"\
  532. {$(INCLUDE)}"\ntxcapi.h"\
  533. {$(INCLUDE)}"\ntlpcapi.h"\
  534. {$(INCLUDE)}"\ntioapi.h"\
  535. {$(INCLUDE)}"\ntiolog.h"\
  536. {$(INCLUDE)}"\ntpoapi.h"\
  537. {$(INCLUDE)}"\ntexapi.h"\
  538. {$(INCLUDE)}"\ntkxapi.h"\
  539. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  540. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  541. {$(INCLUDE)}"\devioctl.h"\
  542. ".\srvppg.h"\
  543. "$(INTDIR)\olecnfg.obj" : $(SOURCE) $(DEP_CPP_OLECN) "$(INTDIR)"
  544. "$(INTDIR)\olecnfg.sbr" : $(SOURCE) $(DEP_CPP_OLECN) "$(INTDIR)"
  545. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Release"
  546. DEP_CPP_OLECN=\
  547. ".\stdafx.h"\
  548. ".\olecnfg.h"\
  549. ".\cstrings.h"\
  550. ".\creg.h"\
  551. ".\cnfgpsht.h"\
  552. ".\srvppg.h"\
  553. "$(INTDIR)\olecnfg.obj" : $(SOURCE) $(DEP_CPP_OLECN) "$(INTDIR)"
  554. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Debug"
  555. DEP_CPP_OLECN=\
  556. ".\stdafx.h"\
  557. ".\olecnfg.h"\
  558. ".\cstrings.h"\
  559. ".\creg.h"\
  560. ".\cnfgpsht.h"\
  561. ".\srvppg.h"\
  562. "$(INTDIR)\olecnfg.obj" : $(SOURCE) $(DEP_CPP_OLECN) "$(INTDIR)"
  563. !ENDIF
  564. # End Source File
  565. ################################################################################
  566. # Begin Source File
  567. SOURCE=.\StdAfx.cpp
  568. !IF "$(CFG)" == "olecnfg - Win32 Release"
  569. DEP_CPP_STDAF=\
  570. ".\stdafx.h"\
  571. {$(INCLUDE)}"\nt.h"\
  572. {$(INCLUDE)}"\ntrtl.h"\
  573. {$(INCLUDE)}"\ntdef.h"\
  574. {$(INCLUDE)}"\ntstatus.h"\
  575. {$(INCLUDE)}"\ntkeapi.h"\
  576. ".\..\..\..\public\sdk\inc\nti386.h"\
  577. ".\..\..\..\public\sdk\inc\ntmips.h"\
  578. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  579. ".\..\..\..\public\sdk\inc\ntppc.h"\
  580. {$(INCLUDE)}"\ntseapi.h"\
  581. {$(INCLUDE)}"\ntobapi.h"\
  582. {$(INCLUDE)}"\ntimage.h"\
  583. {$(INCLUDE)}"\ntldr.h"\
  584. {$(INCLUDE)}"\ntpsapi.h"\
  585. {$(INCLUDE)}"\ntxcapi.h"\
  586. {$(INCLUDE)}"\ntlpcapi.h"\
  587. {$(INCLUDE)}"\ntioapi.h"\
  588. {$(INCLUDE)}"\ntiolog.h"\
  589. {$(INCLUDE)}"\ntpoapi.h"\
  590. {$(INCLUDE)}"\ntexapi.h"\
  591. {$(INCLUDE)}"\ntkxapi.h"\
  592. {$(INCLUDE)}"\ntmmapi.h"\
  593. {$(INCLUDE)}"\ntregapi.h"\
  594. {$(INCLUDE)}"\ntelfapi.h"\
  595. {$(INCLUDE)}"\ntconfig.h"\
  596. {$(INCLUDE)}"\ntnls.h"\
  597. {$(INCLUDE)}"\ntpnpapi.h"\
  598. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  599. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  600. {$(INCLUDE)}"\devioctl.h"\
  601. {$(INCLUDE)}"\cfg.h"\
  602. BuildCmds= \
  603. $(CPP) /nologo /MD /W3 /GX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D\
  604. "_AFXDLL" /D "UNICODE" /D "_UNICODE" /D "_X86_" /FR"$(INTDIR)/"\
  605. /Fp"$(INTDIR)/olecnfg.pch" /YX"stdafx.h" /Fo"$(INTDIR)/" /c $(SOURCE) \
  606. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  607. $(BuildCmds)
  608. "$(INTDIR)\StdAfx.sbr" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  609. $(BuildCmds)
  610. !ELSEIF "$(CFG)" == "olecnfg - Win32 Debug"
  611. DEP_CPP_STDAF=\
  612. ".\stdafx.h"\
  613. {$(INCLUDE)}"\nt.h"\
  614. {$(INCLUDE)}"\ntdef.h"\
  615. {$(INCLUDE)}"\ntstatus.h"\
  616. {$(INCLUDE)}"\ntkeapi.h"\
  617. ".\..\..\..\public\sdk\inc\nti386.h"\
  618. ".\..\..\..\public\sdk\inc\ntmips.h"\
  619. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  620. ".\..\..\..\public\sdk\inc\ntppc.h"\
  621. {$(INCLUDE)}"\ntseapi.h"\
  622. {$(INCLUDE)}"\ntobapi.h"\
  623. {$(INCLUDE)}"\ntimage.h"\
  624. {$(INCLUDE)}"\ntldr.h"\
  625. {$(INCLUDE)}"\ntpsapi.h"\
  626. {$(INCLUDE)}"\ntxcapi.h"\
  627. {$(INCLUDE)}"\ntlpcapi.h"\
  628. {$(INCLUDE)}"\ntioapi.h"\
  629. {$(INCLUDE)}"\ntiolog.h"\
  630. {$(INCLUDE)}"\ntpoapi.h"\
  631. {$(INCLUDE)}"\ntexapi.h"\
  632. {$(INCLUDE)}"\ntkxapi.h"\
  633. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  634. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  635. {$(INCLUDE)}"\devioctl.h"\
  636. # ADD CPP /Yc"stdafx.h"
  637. BuildCmds= \
  638. $(CPP) /MDd /W3 /Gm /GX /Zi /Od /Gf /Gy /D "_DEBUG" /D "WIN32" /D "_WINDOWS"\
  639. /D "_AFXDLL" /D "UNICODE" /D "_UNICODE" /D "_X86_" /FR"$(INTDIR)/"\
  640. /Fp"$(INTDIR)/olecnfg.pch" /Yc"stdafx.h" /Fo"$(INTDIR)/" /Fd"$(INTDIR)/" /GZ /c\
  641. $(SOURCE) \
  642. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  643. $(BuildCmds)
  644. "$(INTDIR)\StdAfx.sbr" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  645. $(BuildCmds)
  646. "$(INTDIR)\olecnfg.pch" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  647. $(BuildCmds)
  648. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Release"
  649. DEP_CPP_STDAF=\
  650. ".\stdafx.h"\
  651. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  652. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Debug"
  653. DEP_CPP_STDAF=\
  654. ".\stdafx.h"\
  655. "$(INTDIR)\StdAfx.obj" : $(SOURCE) $(DEP_CPP_STDAF) "$(INTDIR)"
  656. !ENDIF
  657. # End Source File
  658. ################################################################################
  659. # Begin Source File
  660. SOURCE=.\olecnfg.rc
  661. !IF "$(CFG)" == "olecnfg - Win32 Release"
  662. DEP_RSC_OLECNF=\
  663. ".\olecnfg.ico"\
  664. ".\res\olecnfg.rc2"\
  665. "$(INTDIR)\olecnfg.res" : $(SOURCE) $(DEP_RSC_OLECNF) "$(INTDIR)"
  666. $(RSC) $(RSC_PROJ) $(SOURCE)
  667. !ELSEIF "$(CFG)" == "olecnfg - Win32 Debug"
  668. DEP_RSC_OLECNF=\
  669. ".\olecnfg.ico"\
  670. ".\res\olecnfg.rc2"\
  671. "$(INTDIR)\olecnfg.res" : $(SOURCE) $(DEP_RSC_OLECNF) "$(INTDIR)"
  672. $(RSC) $(RSC_PROJ) $(SOURCE)
  673. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Release"
  674. DEP_RSC_OLECNF=\
  675. ".\res\olecnfg.ico"\
  676. ".\res\olecnfg.rc2"\
  677. "$(INTDIR)\olecnfg.res" : $(SOURCE) $(DEP_RSC_OLECNF) "$(INTDIR)"
  678. $(RSC) /l 0x409 /fo"$(INTDIR)/olecnfg.res" /d "NDEBUG" $(SOURCE)
  679. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Debug"
  680. DEP_RSC_OLECNF=\
  681. ".\res\olecnfg.ico"\
  682. ".\res\olecnfg.rc2"\
  683. "$(INTDIR)\olecnfg.res" : $(SOURCE) $(DEP_RSC_OLECNF) "$(INTDIR)"
  684. $(RSC) /l 0x409 /fo"$(INTDIR)/olecnfg.res" /d "_DEBUG" $(SOURCE)
  685. !ENDIF
  686. # End Source File
  687. ################################################################################
  688. # Begin Source File
  689. SOURCE=.\cnfgpsht.cpp
  690. !IF "$(CFG)" == "olecnfg - Win32 Release"
  691. DEP_CPP_CNFGP=\
  692. ".\stdafx.h"\
  693. ".\cstrings.h"\
  694. ".\creg.h"\
  695. ".\types.h"\
  696. ".\datapkt.h"\
  697. {$(INCLUDE)}"\getuser.h"\
  698. ".\util.h"\
  699. ".\virtreg.h"\
  700. ".\cnfgpsht.h"\
  701. {$(INCLUDE)}"\nt.h"\
  702. {$(INCLUDE)}"\ntrtl.h"\
  703. {$(INCLUDE)}"\ntdef.h"\
  704. {$(INCLUDE)}"\ntstatus.h"\
  705. {$(INCLUDE)}"\ntkeapi.h"\
  706. ".\..\..\..\public\sdk\inc\nti386.h"\
  707. ".\..\..\..\public\sdk\inc\ntmips.h"\
  708. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  709. ".\..\..\..\public\sdk\inc\ntppc.h"\
  710. {$(INCLUDE)}"\ntseapi.h"\
  711. {$(INCLUDE)}"\ntobapi.h"\
  712. {$(INCLUDE)}"\ntimage.h"\
  713. {$(INCLUDE)}"\ntldr.h"\
  714. {$(INCLUDE)}"\ntpsapi.h"\
  715. {$(INCLUDE)}"\ntxcapi.h"\
  716. {$(INCLUDE)}"\ntlpcapi.h"\
  717. {$(INCLUDE)}"\ntioapi.h"\
  718. {$(INCLUDE)}"\ntiolog.h"\
  719. {$(INCLUDE)}"\ntpoapi.h"\
  720. {$(INCLUDE)}"\ntexapi.h"\
  721. {$(INCLUDE)}"\ntkxapi.h"\
  722. {$(INCLUDE)}"\ntmmapi.h"\
  723. {$(INCLUDE)}"\ntregapi.h"\
  724. {$(INCLUDE)}"\ntelfapi.h"\
  725. {$(INCLUDE)}"\ntconfig.h"\
  726. {$(INCLUDE)}"\ntnls.h"\
  727. {$(INCLUDE)}"\ntpnpapi.h"\
  728. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  729. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  730. {$(INCLUDE)}"\devioctl.h"\
  731. {$(INCLUDE)}"\cfg.h"\
  732. ".\srvppg.h"\
  733. "$(INTDIR)\cnfgpsht.obj" : $(SOURCE) $(DEP_CPP_CNFGP) "$(INTDIR)"
  734. "$(INTDIR)\cnfgpsht.sbr" : $(SOURCE) $(DEP_CPP_CNFGP) "$(INTDIR)"
  735. !ELSEIF "$(CFG)" == "olecnfg - Win32 Debug"
  736. DEP_CPP_CNFGP=\
  737. ".\stdafx.h"\
  738. ".\cstrings.h"\
  739. ".\creg.h"\
  740. ".\types.h"\
  741. ".\datapkt.h"\
  742. {$(INCLUDE)}"\getuser.h"\
  743. ".\util.h"\
  744. ".\virtreg.h"\
  745. ".\cnfgpsht.h"\
  746. {$(INCLUDE)}"\nt.h"\
  747. {$(INCLUDE)}"\ntdef.h"\
  748. {$(INCLUDE)}"\ntstatus.h"\
  749. {$(INCLUDE)}"\ntkeapi.h"\
  750. ".\..\..\..\public\sdk\inc\nti386.h"\
  751. ".\..\..\..\public\sdk\inc\ntmips.h"\
  752. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  753. ".\..\..\..\public\sdk\inc\ntppc.h"\
  754. {$(INCLUDE)}"\ntseapi.h"\
  755. {$(INCLUDE)}"\ntobapi.h"\
  756. {$(INCLUDE)}"\ntimage.h"\
  757. {$(INCLUDE)}"\ntldr.h"\
  758. {$(INCLUDE)}"\ntpsapi.h"\
  759. {$(INCLUDE)}"\ntxcapi.h"\
  760. {$(INCLUDE)}"\ntlpcapi.h"\
  761. {$(INCLUDE)}"\ntioapi.h"\
  762. {$(INCLUDE)}"\ntiolog.h"\
  763. {$(INCLUDE)}"\ntpoapi.h"\
  764. {$(INCLUDE)}"\ntexapi.h"\
  765. {$(INCLUDE)}"\ntkxapi.h"\
  766. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  767. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  768. {$(INCLUDE)}"\devioctl.h"\
  769. ".\srvppg.h"\
  770. "$(INTDIR)\cnfgpsht.obj" : $(SOURCE) $(DEP_CPP_CNFGP) "$(INTDIR)"
  771. "$(INTDIR)\cnfgpsht.sbr" : $(SOURCE) $(DEP_CPP_CNFGP) "$(INTDIR)"
  772. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Release"
  773. DEP_CPP_CNFGP=\
  774. ".\stdafx.h"\
  775. ".\cstrings.h"\
  776. ".\creg.h"\
  777. ".\cnfgpsht.h"\
  778. ".\srvppg.h"\
  779. "$(INTDIR)\cnfgpsht.obj" : $(SOURCE) $(DEP_CPP_CNFGP) "$(INTDIR)"
  780. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Debug"
  781. DEP_CPP_CNFGP=\
  782. ".\stdafx.h"\
  783. ".\cstrings.h"\
  784. ".\creg.h"\
  785. ".\cnfgpsht.h"\
  786. ".\srvppg.h"\
  787. "$(INTDIR)\cnfgpsht.obj" : $(SOURCE) $(DEP_CPP_CNFGP) "$(INTDIR)"
  788. !ENDIF
  789. # End Source File
  790. ################################################################################
  791. # Begin Source File
  792. SOURCE=.\srvppg.cpp
  793. !IF "$(CFG)" == "olecnfg - Win32 Release"
  794. DEP_CPP_SRVPP=\
  795. ".\stdafx.h"\
  796. ".\cstrings.h"\
  797. ".\creg.h"\
  798. ".\types.h"\
  799. ".\srvppg.h"\
  800. ".\clspsht.h"\
  801. ".\newsrvr.h"\
  802. ".\datapkt.h"\
  803. {$(INCLUDE)}"\getuser.h"\
  804. ".\util.h"\
  805. ".\virtreg.h"\
  806. {$(INCLUDE)}"\nt.h"\
  807. {$(INCLUDE)}"\ntrtl.h"\
  808. {$(INCLUDE)}"\ntdef.h"\
  809. {$(INCLUDE)}"\ntstatus.h"\
  810. {$(INCLUDE)}"\ntkeapi.h"\
  811. ".\..\..\..\public\sdk\inc\nti386.h"\
  812. ".\..\..\..\public\sdk\inc\ntmips.h"\
  813. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  814. ".\..\..\..\public\sdk\inc\ntppc.h"\
  815. {$(INCLUDE)}"\ntseapi.h"\
  816. {$(INCLUDE)}"\ntobapi.h"\
  817. {$(INCLUDE)}"\ntimage.h"\
  818. {$(INCLUDE)}"\ntldr.h"\
  819. {$(INCLUDE)}"\ntpsapi.h"\
  820. {$(INCLUDE)}"\ntxcapi.h"\
  821. {$(INCLUDE)}"\ntlpcapi.h"\
  822. {$(INCLUDE)}"\ntioapi.h"\
  823. {$(INCLUDE)}"\ntiolog.h"\
  824. {$(INCLUDE)}"\ntpoapi.h"\
  825. {$(INCLUDE)}"\ntexapi.h"\
  826. {$(INCLUDE)}"\ntkxapi.h"\
  827. {$(INCLUDE)}"\ntmmapi.h"\
  828. {$(INCLUDE)}"\ntregapi.h"\
  829. {$(INCLUDE)}"\ntelfapi.h"\
  830. {$(INCLUDE)}"\ntconfig.h"\
  831. {$(INCLUDE)}"\ntnls.h"\
  832. {$(INCLUDE)}"\ntpnpapi.h"\
  833. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  834. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  835. {$(INCLUDE)}"\devioctl.h"\
  836. {$(INCLUDE)}"\cfg.h"\
  837. ".\locppg.h"\
  838. "$(INTDIR)\srvppg.obj" : $(SOURCE) $(DEP_CPP_SRVPP) "$(INTDIR)"
  839. "$(INTDIR)\srvppg.sbr" : $(SOURCE) $(DEP_CPP_SRVPP) "$(INTDIR)"
  840. !ELSEIF "$(CFG)" == "olecnfg - Win32 Debug"
  841. DEP_CPP_SRVPP=\
  842. ".\stdafx.h"\
  843. ".\cstrings.h"\
  844. ".\creg.h"\
  845. ".\types.h"\
  846. ".\srvppg.h"\
  847. ".\clspsht.h"\
  848. ".\newsrvr.h"\
  849. ".\datapkt.h"\
  850. {$(INCLUDE)}"\getuser.h"\
  851. ".\util.h"\
  852. ".\virtreg.h"\
  853. {$(INCLUDE)}"\nt.h"\
  854. {$(INCLUDE)}"\ntdef.h"\
  855. {$(INCLUDE)}"\ntstatus.h"\
  856. {$(INCLUDE)}"\ntkeapi.h"\
  857. ".\..\..\..\public\sdk\inc\nti386.h"\
  858. ".\..\..\..\public\sdk\inc\ntmips.h"\
  859. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  860. ".\..\..\..\public\sdk\inc\ntppc.h"\
  861. {$(INCLUDE)}"\ntseapi.h"\
  862. {$(INCLUDE)}"\ntobapi.h"\
  863. {$(INCLUDE)}"\ntimage.h"\
  864. {$(INCLUDE)}"\ntldr.h"\
  865. {$(INCLUDE)}"\ntpsapi.h"\
  866. {$(INCLUDE)}"\ntxcapi.h"\
  867. {$(INCLUDE)}"\ntlpcapi.h"\
  868. {$(INCLUDE)}"\ntioapi.h"\
  869. {$(INCLUDE)}"\ntiolog.h"\
  870. {$(INCLUDE)}"\ntpoapi.h"\
  871. {$(INCLUDE)}"\ntexapi.h"\
  872. {$(INCLUDE)}"\ntkxapi.h"\
  873. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  874. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  875. {$(INCLUDE)}"\devioctl.h"\
  876. ".\locppg.h"\
  877. "$(INTDIR)\srvppg.obj" : $(SOURCE) $(DEP_CPP_SRVPP) "$(INTDIR)"
  878. "$(INTDIR)\srvppg.sbr" : $(SOURCE) $(DEP_CPP_SRVPP) "$(INTDIR)"
  879. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Release"
  880. DEP_CPP_SRVPP=\
  881. ".\stdafx.h"\
  882. ".\cstrings.h"\
  883. ".\creg.h"\
  884. ".\srvppg.h"\
  885. ".\clspsht.h"\
  886. ".\locppg.h"\
  887. "$(INTDIR)\srvppg.obj" : $(SOURCE) $(DEP_CPP_SRVPP) "$(INTDIR)"
  888. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Debug"
  889. DEP_CPP_SRVPP=\
  890. ".\stdafx.h"\
  891. ".\cstrings.h"\
  892. ".\creg.h"\
  893. ".\srvppg.h"\
  894. ".\clspsht.h"\
  895. ".\locppg.h"\
  896. "$(INTDIR)\srvppg.obj" : $(SOURCE) $(DEP_CPP_SRVPP) "$(INTDIR)"
  897. !ENDIF
  898. # End Source File
  899. ################################################################################
  900. # Begin Source File
  901. SOURCE=.\clspsht.cpp
  902. !IF "$(CFG)" == "olecnfg - Win32 Release"
  903. DEP_CPP_CLSPS=\
  904. ".\stdafx.h"\
  905. ".\clspsht.h"\
  906. ".\datapkt.h"\
  907. {$(INCLUDE)}"\getuser.h"\
  908. ".\util.h"\
  909. ".\newsrvr.h"\
  910. ".\virtreg.h"\
  911. {$(INCLUDE)}"\sedapi.h"\
  912. {$(INCLUDE)}"\ntlsa.h"\
  913. {$(INCLUDE)}"\nt.h"\
  914. {$(INCLUDE)}"\ntrtl.h"\
  915. {$(INCLUDE)}"\ntdef.h"\
  916. {$(INCLUDE)}"\ntstatus.h"\
  917. {$(INCLUDE)}"\ntkeapi.h"\
  918. ".\..\..\..\public\sdk\inc\nti386.h"\
  919. ".\..\..\..\public\sdk\inc\ntmips.h"\
  920. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  921. ".\..\..\..\public\sdk\inc\ntppc.h"\
  922. {$(INCLUDE)}"\ntseapi.h"\
  923. {$(INCLUDE)}"\ntobapi.h"\
  924. {$(INCLUDE)}"\ntimage.h"\
  925. {$(INCLUDE)}"\ntldr.h"\
  926. {$(INCLUDE)}"\ntpsapi.h"\
  927. {$(INCLUDE)}"\ntxcapi.h"\
  928. {$(INCLUDE)}"\ntlpcapi.h"\
  929. {$(INCLUDE)}"\ntioapi.h"\
  930. {$(INCLUDE)}"\ntiolog.h"\
  931. {$(INCLUDE)}"\ntpoapi.h"\
  932. {$(INCLUDE)}"\ntexapi.h"\
  933. {$(INCLUDE)}"\ntkxapi.h"\
  934. {$(INCLUDE)}"\ntmmapi.h"\
  935. {$(INCLUDE)}"\ntregapi.h"\
  936. {$(INCLUDE)}"\ntelfapi.h"\
  937. {$(INCLUDE)}"\ntconfig.h"\
  938. {$(INCLUDE)}"\ntnls.h"\
  939. {$(INCLUDE)}"\ntpnpapi.h"\
  940. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  941. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  942. {$(INCLUDE)}"\devioctl.h"\
  943. {$(INCLUDE)}"\cfg.h"\
  944. ".\locppg.h"\
  945. "$(INTDIR)\clspsht.obj" : $(SOURCE) $(DEP_CPP_CLSPS) "$(INTDIR)"
  946. "$(INTDIR)\clspsht.sbr" : $(SOURCE) $(DEP_CPP_CLSPS) "$(INTDIR)"
  947. !ELSEIF "$(CFG)" == "olecnfg - Win32 Debug"
  948. DEP_CPP_CLSPS=\
  949. ".\stdafx.h"\
  950. ".\clspsht.h"\
  951. ".\datapkt.h"\
  952. {$(INCLUDE)}"\getuser.h"\
  953. ".\util.h"\
  954. ".\newsrvr.h"\
  955. ".\virtreg.h"\
  956. {$(INCLUDE)}"\sedapi.h"\
  957. {$(INCLUDE)}"\ntlsa.h"\
  958. {$(INCLUDE)}"\nt.h"\
  959. {$(INCLUDE)}"\ntdef.h"\
  960. {$(INCLUDE)}"\ntstatus.h"\
  961. {$(INCLUDE)}"\ntkeapi.h"\
  962. ".\..\..\..\public\sdk\inc\nti386.h"\
  963. ".\..\..\..\public\sdk\inc\ntmips.h"\
  964. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  965. ".\..\..\..\public\sdk\inc\ntppc.h"\
  966. {$(INCLUDE)}"\ntseapi.h"\
  967. {$(INCLUDE)}"\ntobapi.h"\
  968. {$(INCLUDE)}"\ntimage.h"\
  969. {$(INCLUDE)}"\ntldr.h"\
  970. {$(INCLUDE)}"\ntpsapi.h"\
  971. {$(INCLUDE)}"\ntxcapi.h"\
  972. {$(INCLUDE)}"\ntlpcapi.h"\
  973. {$(INCLUDE)}"\ntioapi.h"\
  974. {$(INCLUDE)}"\ntiolog.h"\
  975. {$(INCLUDE)}"\ntpoapi.h"\
  976. {$(INCLUDE)}"\ntexapi.h"\
  977. {$(INCLUDE)}"\ntkxapi.h"\
  978. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  979. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  980. {$(INCLUDE)}"\devioctl.h"\
  981. ".\locppg.h"\
  982. "$(INTDIR)\clspsht.obj" : $(SOURCE) $(DEP_CPP_CLSPS) "$(INTDIR)"
  983. "$(INTDIR)\clspsht.sbr" : $(SOURCE) $(DEP_CPP_CLSPS) "$(INTDIR)"
  984. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Release"
  985. DEP_CPP_CLSPS=\
  986. ".\stdafx.h"\
  987. ".\clspsht.h"\
  988. ".\locppg.h"\
  989. "$(INTDIR)\clspsht.obj" : $(SOURCE) $(DEP_CPP_CLSPS) "$(INTDIR)"
  990. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Debug"
  991. DEP_CPP_CLSPS=\
  992. ".\stdafx.h"\
  993. ".\clspsht.h"\
  994. ".\locppg.h"\
  995. "$(INTDIR)\clspsht.obj" : $(SOURCE) $(DEP_CPP_CLSPS) "$(INTDIR)"
  996. !ENDIF
  997. # End Source File
  998. ################################################################################
  999. # Begin Source File
  1000. SOURCE=.\locppg.cpp
  1001. !IF "$(CFG)" == "olecnfg - Win32 Release"
  1002. DEP_CPP_LOCPP=\
  1003. ".\stdafx.h"\
  1004. ".\locppg.h"\
  1005. ".\clspsht.h"\
  1006. ".\datapkt.h"\
  1007. {$(INCLUDE)}"\getuser.h"\
  1008. ".\util.h"\
  1009. ".\virtreg.h"\
  1010. {$(INCLUDE)}"\ntlsa.h"\
  1011. {$(INCLUDE)}"\nt.h"\
  1012. {$(INCLUDE)}"\ntrtl.h"\
  1013. {$(INCLUDE)}"\ntdef.h"\
  1014. {$(INCLUDE)}"\ntstatus.h"\
  1015. {$(INCLUDE)}"\ntkeapi.h"\
  1016. ".\..\..\..\public\sdk\inc\nti386.h"\
  1017. ".\..\..\..\public\sdk\inc\ntmips.h"\
  1018. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  1019. ".\..\..\..\public\sdk\inc\ntppc.h"\
  1020. {$(INCLUDE)}"\ntseapi.h"\
  1021. {$(INCLUDE)}"\ntobapi.h"\
  1022. {$(INCLUDE)}"\ntimage.h"\
  1023. {$(INCLUDE)}"\ntldr.h"\
  1024. {$(INCLUDE)}"\ntpsapi.h"\
  1025. {$(INCLUDE)}"\ntxcapi.h"\
  1026. {$(INCLUDE)}"\ntlpcapi.h"\
  1027. {$(INCLUDE)}"\ntioapi.h"\
  1028. {$(INCLUDE)}"\ntiolog.h"\
  1029. {$(INCLUDE)}"\ntpoapi.h"\
  1030. {$(INCLUDE)}"\ntexapi.h"\
  1031. {$(INCLUDE)}"\ntkxapi.h"\
  1032. {$(INCLUDE)}"\ntmmapi.h"\
  1033. {$(INCLUDE)}"\ntregapi.h"\
  1034. {$(INCLUDE)}"\ntelfapi.h"\
  1035. {$(INCLUDE)}"\ntconfig.h"\
  1036. {$(INCLUDE)}"\ntnls.h"\
  1037. {$(INCLUDE)}"\ntpnpapi.h"\
  1038. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  1039. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  1040. {$(INCLUDE)}"\devioctl.h"\
  1041. {$(INCLUDE)}"\cfg.h"\
  1042. "$(INTDIR)\locppg.obj" : $(SOURCE) $(DEP_CPP_LOCPP) "$(INTDIR)"
  1043. "$(INTDIR)\locppg.sbr" : $(SOURCE) $(DEP_CPP_LOCPP) "$(INTDIR)"
  1044. !ELSEIF "$(CFG)" == "olecnfg - Win32 Debug"
  1045. DEP_CPP_LOCPP=\
  1046. ".\stdafx.h"\
  1047. ".\locppg.h"\
  1048. ".\clspsht.h"\
  1049. ".\datapkt.h"\
  1050. {$(INCLUDE)}"\getuser.h"\
  1051. ".\util.h"\
  1052. ".\virtreg.h"\
  1053. {$(INCLUDE)}"\ntlsa.h"\
  1054. {$(INCLUDE)}"\nt.h"\
  1055. {$(INCLUDE)}"\ntdef.h"\
  1056. {$(INCLUDE)}"\ntstatus.h"\
  1057. {$(INCLUDE)}"\ntkeapi.h"\
  1058. ".\..\..\..\public\sdk\inc\nti386.h"\
  1059. ".\..\..\..\public\sdk\inc\ntmips.h"\
  1060. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  1061. ".\..\..\..\public\sdk\inc\ntppc.h"\
  1062. {$(INCLUDE)}"\ntseapi.h"\
  1063. {$(INCLUDE)}"\ntobapi.h"\
  1064. {$(INCLUDE)}"\ntimage.h"\
  1065. {$(INCLUDE)}"\ntldr.h"\
  1066. {$(INCLUDE)}"\ntpsapi.h"\
  1067. {$(INCLUDE)}"\ntxcapi.h"\
  1068. {$(INCLUDE)}"\ntlpcapi.h"\
  1069. {$(INCLUDE)}"\ntioapi.h"\
  1070. {$(INCLUDE)}"\ntiolog.h"\
  1071. {$(INCLUDE)}"\ntpoapi.h"\
  1072. {$(INCLUDE)}"\ntexapi.h"\
  1073. {$(INCLUDE)}"\ntkxapi.h"\
  1074. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  1075. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  1076. {$(INCLUDE)}"\devioctl.h"\
  1077. "$(INTDIR)\locppg.obj" : $(SOURCE) $(DEP_CPP_LOCPP) "$(INTDIR)"
  1078. "$(INTDIR)\locppg.sbr" : $(SOURCE) $(DEP_CPP_LOCPP) "$(INTDIR)"
  1079. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Release"
  1080. DEP_CPP_LOCPP=\
  1081. ".\stdafx.h"\
  1082. ".\locppg.h"\
  1083. "$(INTDIR)\locppg.obj" : $(SOURCE) $(DEP_CPP_LOCPP) "$(INTDIR)"
  1084. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Debug"
  1085. DEP_CPP_LOCPP=\
  1086. ".\stdafx.h"\
  1087. ".\locppg.h"\
  1088. "$(INTDIR)\locppg.obj" : $(SOURCE) $(DEP_CPP_LOCPP) "$(INTDIR)"
  1089. !ENDIF
  1090. # End Source File
  1091. ################################################################################
  1092. # Begin Source File
  1093. SOURCE=.\creg.cpp
  1094. !IF "$(CFG)" == "olecnfg - Win32 Release"
  1095. DEP_CPP_CREG_=\
  1096. ".\stdafx.h"\
  1097. ".\types.h"\
  1098. ".\cstrings.h"\
  1099. ".\creg.h"\
  1100. {$(INCLUDE)}"\nt.h"\
  1101. {$(INCLUDE)}"\ntrtl.h"\
  1102. {$(INCLUDE)}"\ntdef.h"\
  1103. {$(INCLUDE)}"\ntstatus.h"\
  1104. {$(INCLUDE)}"\ntkeapi.h"\
  1105. ".\..\..\..\public\sdk\inc\nti386.h"\
  1106. ".\..\..\..\public\sdk\inc\ntmips.h"\
  1107. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  1108. ".\..\..\..\public\sdk\inc\ntppc.h"\
  1109. {$(INCLUDE)}"\ntseapi.h"\
  1110. {$(INCLUDE)}"\ntobapi.h"\
  1111. {$(INCLUDE)}"\ntimage.h"\
  1112. {$(INCLUDE)}"\ntldr.h"\
  1113. {$(INCLUDE)}"\ntpsapi.h"\
  1114. {$(INCLUDE)}"\ntxcapi.h"\
  1115. {$(INCLUDE)}"\ntlpcapi.h"\
  1116. {$(INCLUDE)}"\ntioapi.h"\
  1117. {$(INCLUDE)}"\ntiolog.h"\
  1118. {$(INCLUDE)}"\ntpoapi.h"\
  1119. {$(INCLUDE)}"\ntexapi.h"\
  1120. {$(INCLUDE)}"\ntkxapi.h"\
  1121. {$(INCLUDE)}"\ntmmapi.h"\
  1122. {$(INCLUDE)}"\ntregapi.h"\
  1123. {$(INCLUDE)}"\ntelfapi.h"\
  1124. {$(INCLUDE)}"\ntconfig.h"\
  1125. {$(INCLUDE)}"\ntnls.h"\
  1126. {$(INCLUDE)}"\ntpnpapi.h"\
  1127. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  1128. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  1129. {$(INCLUDE)}"\devioctl.h"\
  1130. {$(INCLUDE)}"\cfg.h"\
  1131. "$(INTDIR)\creg.obj" : $(SOURCE) $(DEP_CPP_CREG_) "$(INTDIR)"
  1132. "$(INTDIR)\creg.sbr" : $(SOURCE) $(DEP_CPP_CREG_) "$(INTDIR)"
  1133. !ELSEIF "$(CFG)" == "olecnfg - Win32 Debug"
  1134. DEP_CPP_CREG_=\
  1135. ".\stdafx.h"\
  1136. ".\types.h"\
  1137. ".\cstrings.h"\
  1138. ".\creg.h"\
  1139. {$(INCLUDE)}"\nt.h"\
  1140. {$(INCLUDE)}"\ntdef.h"\
  1141. {$(INCLUDE)}"\ntstatus.h"\
  1142. {$(INCLUDE)}"\ntkeapi.h"\
  1143. ".\..\..\..\public\sdk\inc\nti386.h"\
  1144. ".\..\..\..\public\sdk\inc\ntmips.h"\
  1145. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  1146. ".\..\..\..\public\sdk\inc\ntppc.h"\
  1147. {$(INCLUDE)}"\ntseapi.h"\
  1148. {$(INCLUDE)}"\ntobapi.h"\
  1149. {$(INCLUDE)}"\ntimage.h"\
  1150. {$(INCLUDE)}"\ntldr.h"\
  1151. {$(INCLUDE)}"\ntpsapi.h"\
  1152. {$(INCLUDE)}"\ntxcapi.h"\
  1153. {$(INCLUDE)}"\ntlpcapi.h"\
  1154. {$(INCLUDE)}"\ntioapi.h"\
  1155. {$(INCLUDE)}"\ntiolog.h"\
  1156. {$(INCLUDE)}"\ntpoapi.h"\
  1157. {$(INCLUDE)}"\ntexapi.h"\
  1158. {$(INCLUDE)}"\ntkxapi.h"\
  1159. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  1160. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  1161. {$(INCLUDE)}"\devioctl.h"\
  1162. NODEP_CPP_CREG_=\
  1163. ".\szItem"\
  1164. ".\m_applications"\
  1165. ".\TRUE"\
  1166. "$(INTDIR)\creg.obj" : $(SOURCE) $(DEP_CPP_CREG_) "$(INTDIR)"
  1167. "$(INTDIR)\creg.sbr" : $(SOURCE) $(DEP_CPP_CREG_) "$(INTDIR)"
  1168. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Release"
  1169. DEP_CPP_CREG_=\
  1170. ".\stdafx.h"\
  1171. ".\cstrings.h"\
  1172. ".\creg.h"\
  1173. "$(INTDIR)\creg.obj" : $(SOURCE) $(DEP_CPP_CREG_) "$(INTDIR)"
  1174. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Debug"
  1175. DEP_CPP_CREG_=\
  1176. ".\stdafx.h"\
  1177. ".\cstrings.h"\
  1178. ".\creg.h"\
  1179. "$(INTDIR)\creg.obj" : $(SOURCE) $(DEP_CPP_CREG_) "$(INTDIR)"
  1180. !ENDIF
  1181. # End Source File
  1182. ################################################################################
  1183. # Begin Source File
  1184. SOURCE=.\cstrings.cpp
  1185. !IF "$(CFG)" == "olecnfg - Win32 Release"
  1186. DEP_CPP_CSTRI=\
  1187. ".\stdafx.h"\
  1188. ".\types.h"\
  1189. ".\cstrings.h"\
  1190. {$(INCLUDE)}"\nt.h"\
  1191. {$(INCLUDE)}"\ntrtl.h"\
  1192. {$(INCLUDE)}"\ntdef.h"\
  1193. {$(INCLUDE)}"\ntstatus.h"\
  1194. {$(INCLUDE)}"\ntkeapi.h"\
  1195. ".\..\..\..\public\sdk\inc\nti386.h"\
  1196. ".\..\..\..\public\sdk\inc\ntmips.h"\
  1197. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  1198. ".\..\..\..\public\sdk\inc\ntppc.h"\
  1199. {$(INCLUDE)}"\ntseapi.h"\
  1200. {$(INCLUDE)}"\ntobapi.h"\
  1201. {$(INCLUDE)}"\ntimage.h"\
  1202. {$(INCLUDE)}"\ntldr.h"\
  1203. {$(INCLUDE)}"\ntpsapi.h"\
  1204. {$(INCLUDE)}"\ntxcapi.h"\
  1205. {$(INCLUDE)}"\ntlpcapi.h"\
  1206. {$(INCLUDE)}"\ntioapi.h"\
  1207. {$(INCLUDE)}"\ntiolog.h"\
  1208. {$(INCLUDE)}"\ntpoapi.h"\
  1209. {$(INCLUDE)}"\ntexapi.h"\
  1210. {$(INCLUDE)}"\ntkxapi.h"\
  1211. {$(INCLUDE)}"\ntmmapi.h"\
  1212. {$(INCLUDE)}"\ntregapi.h"\
  1213. {$(INCLUDE)}"\ntelfapi.h"\
  1214. {$(INCLUDE)}"\ntconfig.h"\
  1215. {$(INCLUDE)}"\ntnls.h"\
  1216. {$(INCLUDE)}"\ntpnpapi.h"\
  1217. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  1218. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  1219. {$(INCLUDE)}"\devioctl.h"\
  1220. {$(INCLUDE)}"\cfg.h"\
  1221. "$(INTDIR)\cstrings.obj" : $(SOURCE) $(DEP_CPP_CSTRI) "$(INTDIR)"
  1222. "$(INTDIR)\cstrings.sbr" : $(SOURCE) $(DEP_CPP_CSTRI) "$(INTDIR)"
  1223. !ELSEIF "$(CFG)" == "olecnfg - Win32 Debug"
  1224. DEP_CPP_CSTRI=\
  1225. ".\stdafx.h"\
  1226. ".\types.h"\
  1227. ".\cstrings.h"\
  1228. {$(INCLUDE)}"\nt.h"\
  1229. {$(INCLUDE)}"\ntdef.h"\
  1230. {$(INCLUDE)}"\ntstatus.h"\
  1231. {$(INCLUDE)}"\ntkeapi.h"\
  1232. ".\..\..\..\public\sdk\inc\nti386.h"\
  1233. ".\..\..\..\public\sdk\inc\ntmips.h"\
  1234. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  1235. ".\..\..\..\public\sdk\inc\ntppc.h"\
  1236. {$(INCLUDE)}"\ntseapi.h"\
  1237. {$(INCLUDE)}"\ntobapi.h"\
  1238. {$(INCLUDE)}"\ntimage.h"\
  1239. {$(INCLUDE)}"\ntldr.h"\
  1240. {$(INCLUDE)}"\ntpsapi.h"\
  1241. {$(INCLUDE)}"\ntxcapi.h"\
  1242. {$(INCLUDE)}"\ntlpcapi.h"\
  1243. {$(INCLUDE)}"\ntioapi.h"\
  1244. {$(INCLUDE)}"\ntiolog.h"\
  1245. {$(INCLUDE)}"\ntpoapi.h"\
  1246. {$(INCLUDE)}"\ntexapi.h"\
  1247. {$(INCLUDE)}"\ntkxapi.h"\
  1248. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  1249. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  1250. {$(INCLUDE)}"\devioctl.h"\
  1251. "$(INTDIR)\cstrings.obj" : $(SOURCE) $(DEP_CPP_CSTRI) "$(INTDIR)"
  1252. "$(INTDIR)\cstrings.sbr" : $(SOURCE) $(DEP_CPP_CSTRI) "$(INTDIR)"
  1253. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Release"
  1254. DEP_CPP_CSTRI=\
  1255. ".\stdafx.h"\
  1256. ".\cstrings.h"\
  1257. "$(INTDIR)\cstrings.obj" : $(SOURCE) $(DEP_CPP_CSTRI) "$(INTDIR)"
  1258. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Debug"
  1259. DEP_CPP_CSTRI=\
  1260. ".\stdafx.h"\
  1261. ".\cstrings.h"\
  1262. "$(INTDIR)\cstrings.obj" : $(SOURCE) $(DEP_CPP_CSTRI) "$(INTDIR)"
  1263. !ENDIF
  1264. # End Source File
  1265. ################################################################################
  1266. # Begin Source File
  1267. SOURCE=.\newsrvr.cpp
  1268. !IF "$(CFG)" == "olecnfg - Win32 Release"
  1269. DEP_CPP_NEWSR=\
  1270. ".\stdafx.h"\
  1271. ".\olecnfg.h"\
  1272. ".\newsrvr.h"\
  1273. {$(INCLUDE)}"\nt.h"\
  1274. {$(INCLUDE)}"\ntrtl.h"\
  1275. {$(INCLUDE)}"\ntdef.h"\
  1276. {$(INCLUDE)}"\ntstatus.h"\
  1277. {$(INCLUDE)}"\ntkeapi.h"\
  1278. ".\..\..\..\public\sdk\inc\nti386.h"\
  1279. ".\..\..\..\public\sdk\inc\ntmips.h"\
  1280. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  1281. ".\..\..\..\public\sdk\inc\ntppc.h"\
  1282. {$(INCLUDE)}"\ntseapi.h"\
  1283. {$(INCLUDE)}"\ntobapi.h"\
  1284. {$(INCLUDE)}"\ntimage.h"\
  1285. {$(INCLUDE)}"\ntldr.h"\
  1286. {$(INCLUDE)}"\ntpsapi.h"\
  1287. {$(INCLUDE)}"\ntxcapi.h"\
  1288. {$(INCLUDE)}"\ntlpcapi.h"\
  1289. {$(INCLUDE)}"\ntioapi.h"\
  1290. {$(INCLUDE)}"\ntiolog.h"\
  1291. {$(INCLUDE)}"\ntpoapi.h"\
  1292. {$(INCLUDE)}"\ntexapi.h"\
  1293. {$(INCLUDE)}"\ntkxapi.h"\
  1294. {$(INCLUDE)}"\ntmmapi.h"\
  1295. {$(INCLUDE)}"\ntregapi.h"\
  1296. {$(INCLUDE)}"\ntelfapi.h"\
  1297. {$(INCLUDE)}"\ntconfig.h"\
  1298. {$(INCLUDE)}"\ntnls.h"\
  1299. {$(INCLUDE)}"\ntpnpapi.h"\
  1300. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  1301. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  1302. {$(INCLUDE)}"\devioctl.h"\
  1303. {$(INCLUDE)}"\cfg.h"\
  1304. "$(INTDIR)\newsrvr.obj" : $(SOURCE) $(DEP_CPP_NEWSR) "$(INTDIR)"
  1305. "$(INTDIR)\newsrvr.sbr" : $(SOURCE) $(DEP_CPP_NEWSR) "$(INTDIR)"
  1306. !ELSEIF "$(CFG)" == "olecnfg - Win32 Debug"
  1307. DEP_CPP_NEWSR=\
  1308. ".\stdafx.h"\
  1309. ".\olecnfg.h"\
  1310. ".\newsrvr.h"\
  1311. {$(INCLUDE)}"\nt.h"\
  1312. {$(INCLUDE)}"\ntdef.h"\
  1313. {$(INCLUDE)}"\ntstatus.h"\
  1314. {$(INCLUDE)}"\ntkeapi.h"\
  1315. ".\..\..\..\public\sdk\inc\nti386.h"\
  1316. ".\..\..\..\public\sdk\inc\ntmips.h"\
  1317. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  1318. ".\..\..\..\public\sdk\inc\ntppc.h"\
  1319. {$(INCLUDE)}"\ntseapi.h"\
  1320. {$(INCLUDE)}"\ntobapi.h"\
  1321. {$(INCLUDE)}"\ntimage.h"\
  1322. {$(INCLUDE)}"\ntldr.h"\
  1323. {$(INCLUDE)}"\ntpsapi.h"\
  1324. {$(INCLUDE)}"\ntxcapi.h"\
  1325. {$(INCLUDE)}"\ntlpcapi.h"\
  1326. {$(INCLUDE)}"\ntioapi.h"\
  1327. {$(INCLUDE)}"\ntiolog.h"\
  1328. {$(INCLUDE)}"\ntpoapi.h"\
  1329. {$(INCLUDE)}"\ntexapi.h"\
  1330. {$(INCLUDE)}"\ntkxapi.h"\
  1331. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  1332. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  1333. {$(INCLUDE)}"\devioctl.h"\
  1334. "$(INTDIR)\newsrvr.obj" : $(SOURCE) $(DEP_CPP_NEWSR) "$(INTDIR)"
  1335. "$(INTDIR)\newsrvr.sbr" : $(SOURCE) $(DEP_CPP_NEWSR) "$(INTDIR)"
  1336. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Release"
  1337. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Debug"
  1338. !ENDIF
  1339. # End Source File
  1340. ################################################################################
  1341. # Begin Source File
  1342. SOURCE=.\types.h
  1343. !IF "$(CFG)" == "olecnfg - Win32 Release"
  1344. !ELSEIF "$(CFG)" == "olecnfg - Win32 Debug"
  1345. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Release"
  1346. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Debug"
  1347. !ENDIF
  1348. # End Source File
  1349. ################################################################################
  1350. # Begin Source File
  1351. SOURCE=.\virtreg.cpp
  1352. !IF "$(CFG)" == "olecnfg - Win32 Release"
  1353. DEP_CPP_VIRTR=\
  1354. ".\stdafx.h"\
  1355. {$(INCLUDE)}"\ntlsa.h"\
  1356. ".\types.h"\
  1357. ".\datapkt.h"\
  1358. {$(INCLUDE)}"\getuser.h"\
  1359. ".\util.h"\
  1360. ".\virtreg.h"\
  1361. {$(INCLUDE)}"\nt.h"\
  1362. {$(INCLUDE)}"\ntrtl.h"\
  1363. {$(INCLUDE)}"\ntdef.h"\
  1364. {$(INCLUDE)}"\ntstatus.h"\
  1365. {$(INCLUDE)}"\ntkeapi.h"\
  1366. ".\..\..\..\public\sdk\inc\nti386.h"\
  1367. ".\..\..\..\public\sdk\inc\ntmips.h"\
  1368. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  1369. ".\..\..\..\public\sdk\inc\ntppc.h"\
  1370. {$(INCLUDE)}"\ntseapi.h"\
  1371. {$(INCLUDE)}"\ntobapi.h"\
  1372. {$(INCLUDE)}"\ntimage.h"\
  1373. {$(INCLUDE)}"\ntldr.h"\
  1374. {$(INCLUDE)}"\ntpsapi.h"\
  1375. {$(INCLUDE)}"\ntxcapi.h"\
  1376. {$(INCLUDE)}"\ntlpcapi.h"\
  1377. {$(INCLUDE)}"\ntioapi.h"\
  1378. {$(INCLUDE)}"\ntiolog.h"\
  1379. {$(INCLUDE)}"\ntpoapi.h"\
  1380. {$(INCLUDE)}"\ntexapi.h"\
  1381. {$(INCLUDE)}"\ntkxapi.h"\
  1382. {$(INCLUDE)}"\ntmmapi.h"\
  1383. {$(INCLUDE)}"\ntregapi.h"\
  1384. {$(INCLUDE)}"\ntelfapi.h"\
  1385. {$(INCLUDE)}"\ntconfig.h"\
  1386. {$(INCLUDE)}"\ntnls.h"\
  1387. {$(INCLUDE)}"\ntpnpapi.h"\
  1388. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  1389. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  1390. {$(INCLUDE)}"\devioctl.h"\
  1391. {$(INCLUDE)}"\cfg.h"\
  1392. "$(INTDIR)\virtreg.obj" : $(SOURCE) $(DEP_CPP_VIRTR) "$(INTDIR)"
  1393. "$(INTDIR)\virtreg.sbr" : $(SOURCE) $(DEP_CPP_VIRTR) "$(INTDIR)"
  1394. !ELSEIF "$(CFG)" == "olecnfg - Win32 Debug"
  1395. DEP_CPP_VIRTR=\
  1396. ".\stdafx.h"\
  1397. {$(INCLUDE)}"\ntlsa.h"\
  1398. ".\types.h"\
  1399. ".\datapkt.h"\
  1400. {$(INCLUDE)}"\getuser.h"\
  1401. ".\util.h"\
  1402. ".\virtreg.h"\
  1403. {$(INCLUDE)}"\nt.h"\
  1404. {$(INCLUDE)}"\ntdef.h"\
  1405. {$(INCLUDE)}"\ntstatus.h"\
  1406. {$(INCLUDE)}"\ntkeapi.h"\
  1407. ".\..\..\..\public\sdk\inc\nti386.h"\
  1408. ".\..\..\..\public\sdk\inc\ntmips.h"\
  1409. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  1410. ".\..\..\..\public\sdk\inc\ntppc.h"\
  1411. {$(INCLUDE)}"\ntseapi.h"\
  1412. {$(INCLUDE)}"\ntobapi.h"\
  1413. {$(INCLUDE)}"\ntimage.h"\
  1414. {$(INCLUDE)}"\ntldr.h"\
  1415. {$(INCLUDE)}"\ntpsapi.h"\
  1416. {$(INCLUDE)}"\ntxcapi.h"\
  1417. {$(INCLUDE)}"\ntlpcapi.h"\
  1418. {$(INCLUDE)}"\ntioapi.h"\
  1419. {$(INCLUDE)}"\ntiolog.h"\
  1420. {$(INCLUDE)}"\ntpoapi.h"\
  1421. {$(INCLUDE)}"\ntexapi.h"\
  1422. {$(INCLUDE)}"\ntkxapi.h"\
  1423. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  1424. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  1425. {$(INCLUDE)}"\devioctl.h"\
  1426. "$(INTDIR)\virtreg.obj" : $(SOURCE) $(DEP_CPP_VIRTR) "$(INTDIR)"
  1427. "$(INTDIR)\virtreg.sbr" : $(SOURCE) $(DEP_CPP_VIRTR) "$(INTDIR)"
  1428. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Release"
  1429. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Debug"
  1430. !ENDIF
  1431. # End Source File
  1432. ################################################################################
  1433. # Begin Source File
  1434. SOURCE=.\util.cpp
  1435. !IF "$(CFG)" == "olecnfg - Win32 Release"
  1436. DEP_CPP_UTIL_=\
  1437. ".\stdafx.h"\
  1438. ".\types.h"\
  1439. ".\datapkt.h"\
  1440. ".\clspsht.h"\
  1441. {$(INCLUDE)}"\getuser.h"\
  1442. ".\util.h"\
  1443. ".\virtreg.h"\
  1444. {$(INCLUDE)}"\ntlsa.h"\
  1445. {$(INCLUDE)}"\ntseapi.h"\
  1446. {$(INCLUDE)}"\sedapi.h"\
  1447. {$(INCLUDE)}"\uiexport.h"\
  1448. {$(INCLUDE)}"\nt.h"\
  1449. {$(INCLUDE)}"\ntrtl.h"\
  1450. {$(INCLUDE)}"\ntdef.h"\
  1451. {$(INCLUDE)}"\ntstatus.h"\
  1452. {$(INCLUDE)}"\ntkeapi.h"\
  1453. ".\..\..\..\public\sdk\inc\nti386.h"\
  1454. ".\..\..\..\public\sdk\inc\ntmips.h"\
  1455. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  1456. ".\..\..\..\public\sdk\inc\ntppc.h"\
  1457. {$(INCLUDE)}"\ntobapi.h"\
  1458. {$(INCLUDE)}"\ntimage.h"\
  1459. {$(INCLUDE)}"\ntldr.h"\
  1460. {$(INCLUDE)}"\ntpsapi.h"\
  1461. {$(INCLUDE)}"\ntxcapi.h"\
  1462. {$(INCLUDE)}"\ntlpcapi.h"\
  1463. {$(INCLUDE)}"\ntioapi.h"\
  1464. {$(INCLUDE)}"\ntiolog.h"\
  1465. {$(INCLUDE)}"\ntpoapi.h"\
  1466. {$(INCLUDE)}"\ntexapi.h"\
  1467. {$(INCLUDE)}"\ntkxapi.h"\
  1468. {$(INCLUDE)}"\ntmmapi.h"\
  1469. {$(INCLUDE)}"\ntregapi.h"\
  1470. {$(INCLUDE)}"\ntelfapi.h"\
  1471. {$(INCLUDE)}"\ntconfig.h"\
  1472. {$(INCLUDE)}"\ntnls.h"\
  1473. {$(INCLUDE)}"\ntpnpapi.h"\
  1474. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  1475. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  1476. {$(INCLUDE)}"\devioctl.h"\
  1477. {$(INCLUDE)}"\cfg.h"\
  1478. ".\locppg.h"\
  1479. "$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
  1480. "$(INTDIR)\util.sbr" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
  1481. !ELSEIF "$(CFG)" == "olecnfg - Win32 Debug"
  1482. DEP_CPP_UTIL_=\
  1483. ".\stdafx.h"\
  1484. ".\types.h"\
  1485. ".\datapkt.h"\
  1486. ".\clspsht.h"\
  1487. {$(INCLUDE)}"\getuser.h"\
  1488. ".\util.h"\
  1489. ".\virtreg.h"\
  1490. {$(INCLUDE)}"\ntlsa.h"\
  1491. {$(INCLUDE)}"\ntseapi.h"\
  1492. {$(INCLUDE)}"\sedapi.h"\
  1493. {$(INCLUDE)}"\uiexport.h"\
  1494. {$(INCLUDE)}"\nt.h"\
  1495. {$(INCLUDE)}"\ntdef.h"\
  1496. {$(INCLUDE)}"\ntstatus.h"\
  1497. {$(INCLUDE)}"\ntkeapi.h"\
  1498. ".\..\..\..\public\sdk\inc\nti386.h"\
  1499. ".\..\..\..\public\sdk\inc\ntmips.h"\
  1500. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  1501. ".\..\..\..\public\sdk\inc\ntppc.h"\
  1502. {$(INCLUDE)}"\ntobapi.h"\
  1503. {$(INCLUDE)}"\ntimage.h"\
  1504. {$(INCLUDE)}"\ntldr.h"\
  1505. {$(INCLUDE)}"\ntpsapi.h"\
  1506. {$(INCLUDE)}"\ntxcapi.h"\
  1507. {$(INCLUDE)}"\ntlpcapi.h"\
  1508. {$(INCLUDE)}"\ntioapi.h"\
  1509. {$(INCLUDE)}"\ntiolog.h"\
  1510. {$(INCLUDE)}"\ntpoapi.h"\
  1511. {$(INCLUDE)}"\ntexapi.h"\
  1512. {$(INCLUDE)}"\ntkxapi.h"\
  1513. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  1514. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  1515. {$(INCLUDE)}"\devioctl.h"\
  1516. ".\locppg.h"\
  1517. "$(INTDIR)\util.obj" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
  1518. "$(INTDIR)\util.sbr" : $(SOURCE) $(DEP_CPP_UTIL_) "$(INTDIR)"
  1519. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Release"
  1520. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Debug"
  1521. !ENDIF
  1522. # End Source File
  1523. ################################################################################
  1524. # Begin Source File
  1525. SOURCE=\nt\public\sdk\inc\ntrtl.h
  1526. !IF "$(CFG)" == "olecnfg - Win32 Release"
  1527. !ELSEIF "$(CFG)" == "olecnfg - Win32 Debug"
  1528. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Release"
  1529. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Debug"
  1530. !ENDIF
  1531. # End Source File
  1532. ################################################################################
  1533. # Begin Source File
  1534. SOURCE=.\datapkt.cpp
  1535. !IF "$(CFG)" == "olecnfg - Win32 Release"
  1536. DEP_CPP_DATAP=\
  1537. ".\stdafx.h"\
  1538. ".\datapkt.h"\
  1539. {$(INCLUDE)}"\nt.h"\
  1540. {$(INCLUDE)}"\ntrtl.h"\
  1541. {$(INCLUDE)}"\ntdef.h"\
  1542. {$(INCLUDE)}"\ntstatus.h"\
  1543. {$(INCLUDE)}"\ntkeapi.h"\
  1544. ".\..\..\..\public\sdk\inc\nti386.h"\
  1545. ".\..\..\..\public\sdk\inc\ntmips.h"\
  1546. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  1547. ".\..\..\..\public\sdk\inc\ntppc.h"\
  1548. {$(INCLUDE)}"\ntseapi.h"\
  1549. {$(INCLUDE)}"\ntobapi.h"\
  1550. {$(INCLUDE)}"\ntimage.h"\
  1551. {$(INCLUDE)}"\ntldr.h"\
  1552. {$(INCLUDE)}"\ntpsapi.h"\
  1553. {$(INCLUDE)}"\ntxcapi.h"\
  1554. {$(INCLUDE)}"\ntlpcapi.h"\
  1555. {$(INCLUDE)}"\ntioapi.h"\
  1556. {$(INCLUDE)}"\ntiolog.h"\
  1557. {$(INCLUDE)}"\ntpoapi.h"\
  1558. {$(INCLUDE)}"\ntexapi.h"\
  1559. {$(INCLUDE)}"\ntkxapi.h"\
  1560. {$(INCLUDE)}"\ntmmapi.h"\
  1561. {$(INCLUDE)}"\ntregapi.h"\
  1562. {$(INCLUDE)}"\ntelfapi.h"\
  1563. {$(INCLUDE)}"\ntconfig.h"\
  1564. {$(INCLUDE)}"\ntnls.h"\
  1565. {$(INCLUDE)}"\ntpnpapi.h"\
  1566. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  1567. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  1568. {$(INCLUDE)}"\devioctl.h"\
  1569. {$(INCLUDE)}"\cfg.h"\
  1570. "$(INTDIR)\datapkt.obj" : $(SOURCE) $(DEP_CPP_DATAP) "$(INTDIR)"
  1571. "$(INTDIR)\datapkt.sbr" : $(SOURCE) $(DEP_CPP_DATAP) "$(INTDIR)"
  1572. !ELSEIF "$(CFG)" == "olecnfg - Win32 Debug"
  1573. DEP_CPP_DATAP=\
  1574. ".\stdafx.h"\
  1575. ".\datapkt.h"\
  1576. {$(INCLUDE)}"\nt.h"\
  1577. {$(INCLUDE)}"\ntdef.h"\
  1578. {$(INCLUDE)}"\ntstatus.h"\
  1579. {$(INCLUDE)}"\ntkeapi.h"\
  1580. ".\..\..\..\public\sdk\inc\nti386.h"\
  1581. ".\..\..\..\public\sdk\inc\ntmips.h"\
  1582. ".\..\..\..\public\sdk\inc\ntalpha.h"\
  1583. ".\..\..\..\public\sdk\inc\ntppc.h"\
  1584. {$(INCLUDE)}"\ntseapi.h"\
  1585. {$(INCLUDE)}"\ntobapi.h"\
  1586. {$(INCLUDE)}"\ntimage.h"\
  1587. {$(INCLUDE)}"\ntldr.h"\
  1588. {$(INCLUDE)}"\ntpsapi.h"\
  1589. {$(INCLUDE)}"\ntxcapi.h"\
  1590. {$(INCLUDE)}"\ntlpcapi.h"\
  1591. {$(INCLUDE)}"\ntioapi.h"\
  1592. {$(INCLUDE)}"\ntiolog.h"\
  1593. {$(INCLUDE)}"\ntpoapi.h"\
  1594. {$(INCLUDE)}"\ntexapi.h"\
  1595. {$(INCLUDE)}"\ntkxapi.h"\
  1596. ".\..\..\..\public\sdk\inc\mipsinst.h"\
  1597. ".\..\..\..\public\sdk\inc\ppcinst.h"\
  1598. {$(INCLUDE)}"\devioctl.h"\
  1599. "$(INTDIR)\datapkt.obj" : $(SOURCE) $(DEP_CPP_DATAP) "$(INTDIR)"
  1600. "$(INTDIR)\datapkt.sbr" : $(SOURCE) $(DEP_CPP_DATAP) "$(INTDIR)"
  1601. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Release"
  1602. !ELSEIF "$(CFG)" == "olecnfg - Win32 MIPS Debug"
  1603. !ENDIF
  1604. # End Source File
  1605. # End Target
  1606. # End Project
  1607. ################################################################################