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.

372 lines
11 KiB

  1. # Microsoft Developer Studio Generated NMAKE File, Format Version 4.00
  2. # ** DO NOT EDIT **
  3. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  4. !IF "$(CFG)" == ""
  5. CFG=adptif - Win32 Release
  6. !MESSAGE No configuration specified. Defaulting to adptif - Win32 Release.
  7. !ENDIF
  8. !IF "$(CFG)" != "adptif - Win32 Release"
  9. !MESSAGE Invalid configuration "$(CFG)" specified.
  10. !MESSAGE You can specify a configuration when running NMAKE on this makefile
  11. !MESSAGE by defining the macro CFG on the command line. For example:
  12. !MESSAGE
  13. !MESSAGE NMAKE /f "adptif.mak" CFG="adptif - Win32 Release"
  14. !MESSAGE
  15. !MESSAGE Possible choices for configuration are:
  16. !MESSAGE
  17. !MESSAGE "adptif - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  18. !MESSAGE
  19. !ERROR An invalid configuration is specified.
  20. !ENDIF
  21. !IF "$(OS)" == "Windows_NT"
  22. NULL=
  23. !ELSE
  24. NULL=nul
  25. !ENDIF
  26. ################################################################################
  27. # Begin Project
  28. # PROP Target_Last_Scanned "adptif - Win32 Release"
  29. CPP=cl.exe
  30. RSC=rc.exe
  31. MTL=mktyplib.exe
  32. # PROP BASE Use_MFC 0
  33. # PROP BASE Use_Debug_Libraries 0
  34. # PROP BASE Output_Dir "WinRel"
  35. # PROP BASE Intermediate_Dir "WinRel"
  36. # PROP Use_MFC 0
  37. # PROP Use_Debug_Libraries 0
  38. # PROP Output_Dir "obj\i386"
  39. # PROP Intermediate_Dir "obj\i386"
  40. OUTDIR=.\obj\i386
  41. INTDIR=.\obj\i386
  42. ALL : "$(OUTDIR)\adptif.dll"
  43. CLEAN :
  44. -@erase ".\obj\i386\adptif.dll"
  45. -@erase ".\obj\i386\ipxfwd.obj"
  46. -@erase ".\obj\i386\ipxtest.obj"
  47. -@erase ".\obj\i386\adptif.obj"
  48. -@erase ".\obj\i386\watcher.obj"
  49. -@erase ".\obj\i386\adptif.res"
  50. -@erase ".\obj\i386\adptif.lib"
  51. -@erase ".\obj\i386\adptif.exp"
  52. "$(OUTDIR)" :
  53. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  54. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FR /YX /c
  55. # ADD CPP /nologo /Gz /W3 /Z7 /Oi /Gy /I "..\inc" /I "..\..\inc" /I "..\..\..\..\inc" /I "..\..\..\..\ntos\tdi\isnn\inc" /FI"C:\NT\public\sdk\inc\warning.h" /D _X86_=1 /D i386=1 /D "STD_CALL" /D CONDITION_HANDLING=1 /D NT_UP=1 /D NT_INST=0 /D WIN32=100 /D _NT1X_=100 /D WINNT=1 /D WIN32_LEAN_AND_MEAN=1 /D DBG=1 /D DEVL=1 /D FPO=0 /D _DLL=1 /D _MT=1 /D "USE_IPX_STACK" /Zel /QIfdiv- /QI6 /QIf /GF /c
  56. # SUBTRACT CPP /YX /Yc /Yu
  57. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  58. # ADD MTL /nologo /D "NDEBUG" /win32
  59. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  60. # ADD RSC /l 0x199 /d _X86_=1 /d i386=1 /d "STD_CALL" /d CONDITION_HANDLING=1 /d NT_UP=1 /d NT_INST=0 /d WIN32=100 /d _NT1X_=100 /d WINNT=1 /d WIN32_LEAN_AND_MEAN=1 /d DEVL=1 /d FPO=1 /d _DLL=1 /d _MT=1 /d "USE_IPX_STACK" /d "WATCHER_DIALOG"
  61. BSC32=bscmake.exe
  62. # ADD BASE BSC32 /nologo
  63. # ADD BSC32 /nologo
  64. BSC32_FLAGS=/nologo /o"$(OUTDIR)/adptif.bsc"
  65. BSC32_SBRS=
  66. LINK32=link.exe
  67. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386
  68. # ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo /subsystem:windows /dll /machine:I386
  69. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  70. advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib /nologo\
  71. /subsystem:windows /dll /incremental:no /pdb:"$(OUTDIR)/adptif.pdb"\
  72. /machine:I386 /def:".\adptif.def" /out:"$(OUTDIR)/adptif.dll"\
  73. /implib:"$(OUTDIR)/adptif.lib"
  74. DEF_FILE= \
  75. ".\adptif.def"
  76. LINK32_OBJS= \
  77. "$(INTDIR)/ipxfwd.obj" \
  78. "$(INTDIR)/ipxtest.obj" \
  79. "$(INTDIR)/adptif.obj" \
  80. "$(INTDIR)/watcher.obj" \
  81. "$(INTDIR)/adptif.res"
  82. "$(OUTDIR)\adptif.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  83. $(LINK32) @<<
  84. $(LINK32_FLAGS) $(LINK32_OBJS)
  85. <<
  86. CPP_PROJ=/nologo /Gz /ML /W3 /Z7 /Oi /Gy /I "..\inc" /I "..\..\inc" /I\
  87. "..\..\..\..\inc" /I "..\..\..\..\ntos\tdi\isnn\inc"\
  88. /FI"C:\NT\public\sdk\inc\warning.h" /D _X86_=1 /D i386=1 /D "STD_CALL" /D\
  89. CONDITION_HANDLING=1 /D NT_UP=1 /D NT_INST=0 /D WIN32=100 /D _NT1X_=100 /D\
  90. WINNT=1 /D WIN32_LEAN_AND_MEAN=1 /D DBG=1 /D DEVL=1 /D FPO=0 /D _DLL=1 /D _MT=1\
  91. /D "USE_IPX_STACK" /Fo"$(INTDIR)/" /Zel /QIfdiv- /QI6 /QIf /GF /c
  92. CPP_OBJS=.\obj\i386/
  93. CPP_SBRS=
  94. .c{$(CPP_OBJS)}.obj:
  95. $(CPP) $(CPP_PROJ) $<
  96. .cpp{$(CPP_OBJS)}.obj:
  97. $(CPP) $(CPP_PROJ) $<
  98. .cxx{$(CPP_OBJS)}.obj:
  99. $(CPP) $(CPP_PROJ) $<
  100. .c{$(CPP_SBRS)}.sbr:
  101. $(CPP) $(CPP_PROJ) $<
  102. .cpp{$(CPP_SBRS)}.sbr:
  103. $(CPP) $(CPP_PROJ) $<
  104. .cxx{$(CPP_SBRS)}.sbr:
  105. $(CPP) $(CPP_PROJ) $<
  106. RSC_PROJ=/l 0x199 /fo"$(INTDIR)/adptif.res" /d _X86_=1 /d i386=1 /d "STD_CALL"\
  107. /d CONDITION_HANDLING=1 /d NT_UP=1 /d NT_INST=0 /d WIN32=100 /d _NT1X_=100 /d\
  108. WINNT=1 /d WIN32_LEAN_AND_MEAN=1 /d DEVL=1 /d FPO=1 /d _DLL=1 /d _MT=1 /d\
  109. "USE_IPX_STACK" /d "WATCHER_DIALOG"
  110. MTL_PROJ=/nologo /D "NDEBUG" /win32
  111. ################################################################################
  112. # Begin Target
  113. # Name "adptif - Win32 Release"
  114. ################################################################################
  115. # Begin Source File
  116. SOURCE=.\adptif.def
  117. # End Source File
  118. ################################################################################
  119. # Begin Source File
  120. SOURCE=.\adptif.c
  121. DEP_CPP_ADPTI=\
  122. ".\ipxdefs.h"\
  123. ".\watcher.c"\
  124. {$(INCLUDE)}"\nt.h"\
  125. {$(INCLUDE)}"\ntrtl.h"\
  126. {$(INCLUDE)}"\nturtl.h"\
  127. ".\..\inc\utils.h"\
  128. ".\..\..\inc\rtutils.h"\
  129. ".\..\..\inc\routprot.h"\
  130. ".\..\..\inc\rtm.h"\
  131. ".\..\inc\adapter.h"\
  132. ".\..\..\inc\ipxconst.h"\
  133. ".\..\..\inc\ipxrtdef.h"\
  134. ".\..\..\..\..\ntos\tdi\isnn\inc\ipxfwd.h"\
  135. ".\..\inc\fwif.h"\
  136. ".\..\..\..\..\inc\packon.h"\
  137. ".\..\..\..\..\inc\packoff.h"\
  138. {$(INCLUDE)}"\ntdef.h"\
  139. {$(INCLUDE)}"\ntstatus.h"\
  140. {$(INCLUDE)}"\ntkeapi.h"\
  141. ".\..\..\..\..\..\public\sdk\inc\nti386.h"\
  142. ".\..\..\..\..\..\public\sdk\inc\ntmips.h"\
  143. ".\..\..\..\..\..\public\sdk\inc\ntalpha.h"\
  144. ".\..\..\..\..\..\public\sdk\inc\ntppc.h"\
  145. {$(INCLUDE)}"\ntseapi.h"\
  146. {$(INCLUDE)}"\ntobapi.h"\
  147. {$(INCLUDE)}"\ntimage.h"\
  148. {$(INCLUDE)}"\ntldr.h"\
  149. {$(INCLUDE)}"\ntpsapi.h"\
  150. {$(INCLUDE)}"\ntxcapi.h"\
  151. {$(INCLUDE)}"\ntlpcapi.h"\
  152. {$(INCLUDE)}"\ntioapi.h"\
  153. {$(INCLUDE)}"\ntiolog.h"\
  154. {$(INCLUDE)}"\ntpoapi.h"\
  155. {$(INCLUDE)}"\ntexapi.h"\
  156. {$(INCLUDE)}"\ntkxapi.h"\
  157. {$(INCLUDE)}"\ntmmapi.h"\
  158. {$(INCLUDE)}"\ntregapi.h"\
  159. {$(INCLUDE)}"\ntelfapi.h"\
  160. {$(INCLUDE)}"\ntconfig.h"\
  161. {$(INCLUDE)}"\ntnls.h"\
  162. {$(INCLUDE)}"\ntpnpapi.h"\
  163. ".\..\..\..\..\..\public\sdk\inc\mipsinst.h"\
  164. ".\..\..\..\..\..\public\sdk\inc\ppcinst.h"\
  165. {$(INCLUDE)}"\devioctl.h"\
  166. {$(INCLUDE)}"\cfg.h"\
  167. {$(INCLUDE)}"\ntddndis.h"\
  168. ".\..\..\..\..\inc\tdi.h"\
  169. "..\inc\isnkrnl.h"\
  170. ".\..\..\..\..\inc\nettypes.h"\
  171. {$(INCLUDE)}"\ntddtdi.h"\
  172. ".\..\..\inc\ipxsap.h"\
  173. ".\..\..\inc\ipxrip.h"\
  174. ".\..\..\inc\stm.h"\
  175. "$(INTDIR)\adptif.obj" : $(SOURCE) $(DEP_CPP_ADPTI) "$(INTDIR)" ".\watcher.c"
  176. # End Source File
  177. ################################################################################
  178. # Begin Source File
  179. SOURCE=.\ipxtest.c
  180. DEP_CPP_IPXTE=\
  181. ".\ipxdefs.h"\
  182. {$(INCLUDE)}"\nt.h"\
  183. {$(INCLUDE)}"\ntrtl.h"\
  184. {$(INCLUDE)}"\nturtl.h"\
  185. ".\..\inc\utils.h"\
  186. ".\..\..\inc\rtutils.h"\
  187. ".\..\..\inc\routprot.h"\
  188. ".\..\..\inc\rtm.h"\
  189. ".\..\inc\adapter.h"\
  190. ".\..\..\inc\ipxconst.h"\
  191. ".\..\..\inc\ipxrtdef.h"\
  192. ".\..\..\..\..\ntos\tdi\isnn\inc\ipxfwd.h"\
  193. ".\..\inc\fwif.h"\
  194. ".\..\..\..\..\inc\packon.h"\
  195. ".\..\..\..\..\inc\packoff.h"\
  196. {$(INCLUDE)}"\ntdef.h"\
  197. {$(INCLUDE)}"\ntstatus.h"\
  198. {$(INCLUDE)}"\ntkeapi.h"\
  199. ".\..\..\..\..\..\public\sdk\inc\nti386.h"\
  200. ".\..\..\..\..\..\public\sdk\inc\ntmips.h"\
  201. ".\..\..\..\..\..\public\sdk\inc\ntalpha.h"\
  202. ".\..\..\..\..\..\public\sdk\inc\ntppc.h"\
  203. {$(INCLUDE)}"\ntseapi.h"\
  204. {$(INCLUDE)}"\ntobapi.h"\
  205. {$(INCLUDE)}"\ntimage.h"\
  206. {$(INCLUDE)}"\ntldr.h"\
  207. {$(INCLUDE)}"\ntpsapi.h"\
  208. {$(INCLUDE)}"\ntxcapi.h"\
  209. {$(INCLUDE)}"\ntlpcapi.h"\
  210. {$(INCLUDE)}"\ntioapi.h"\
  211. {$(INCLUDE)}"\ntiolog.h"\
  212. {$(INCLUDE)}"\ntpoapi.h"\
  213. {$(INCLUDE)}"\ntexapi.h"\
  214. {$(INCLUDE)}"\ntkxapi.h"\
  215. {$(INCLUDE)}"\ntmmapi.h"\
  216. {$(INCLUDE)}"\ntregapi.h"\
  217. {$(INCLUDE)}"\ntelfapi.h"\
  218. {$(INCLUDE)}"\ntconfig.h"\
  219. {$(INCLUDE)}"\ntnls.h"\
  220. {$(INCLUDE)}"\ntpnpapi.h"\
  221. ".\..\..\..\..\..\public\sdk\inc\mipsinst.h"\
  222. ".\..\..\..\..\..\public\sdk\inc\ppcinst.h"\
  223. {$(INCLUDE)}"\devioctl.h"\
  224. {$(INCLUDE)}"\cfg.h"\
  225. {$(INCLUDE)}"\ntddndis.h"\
  226. ".\..\..\..\..\inc\tdi.h"\
  227. "..\inc\isnkrnl.h"\
  228. ".\..\..\..\..\inc\nettypes.h"\
  229. {$(INCLUDE)}"\ntddtdi.h"\
  230. ".\..\..\inc\ipxsap.h"\
  231. ".\..\..\inc\ipxrip.h"\
  232. ".\..\..\inc\stm.h"\
  233. "$(INTDIR)\ipxtest.obj" : $(SOURCE) $(DEP_CPP_IPXTE) "$(INTDIR)"
  234. # End Source File
  235. ################################################################################
  236. # Begin Source File
  237. SOURCE=.\watcher.c
  238. "$(INTDIR)\watcher.obj" : $(SOURCE) "$(INTDIR)"
  239. # End Source File
  240. ################################################################################
  241. # Begin Source File
  242. SOURCE=.\sources
  243. # End Source File
  244. ################################################################################
  245. # Begin Source File
  246. SOURCE=.\build.log
  247. # End Source File
  248. ################################################################################
  249. # Begin Source File
  250. SOURCE=.\adptif.rc
  251. DEP_RSC_ADPTIF=\
  252. {$(INCLUDE)}"\ntverp.h"\
  253. {$(INCLUDE)}"\common.ver"\
  254. ".\dialog.dlg"\
  255. ".\Icons.rc"\
  256. ".\ico10.ico"\
  257. ".\ico11.ico"\
  258. "$(INTDIR)\adptif.res" : $(SOURCE) $(DEP_RSC_ADPTIF) "$(INTDIR)"
  259. $(RSC) $(RSC_PROJ) $(SOURCE)
  260. # End Source File
  261. ################################################################################
  262. # Begin Source File
  263. SOURCE=.\ipxfwd.c
  264. DEP_CPP_IPXFW=\
  265. ".\ipxdefs.h"\
  266. {$(INCLUDE)}"\nt.h"\
  267. {$(INCLUDE)}"\ntrtl.h"\
  268. {$(INCLUDE)}"\nturtl.h"\
  269. ".\..\inc\utils.h"\
  270. ".\..\..\inc\rtutils.h"\
  271. ".\..\..\inc\routprot.h"\
  272. ".\..\..\inc\rtm.h"\
  273. ".\..\inc\adapter.h"\
  274. ".\..\..\inc\ipxconst.h"\
  275. ".\..\..\inc\ipxrtdef.h"\
  276. ".\..\..\..\..\ntos\tdi\isnn\inc\ipxfwd.h"\
  277. ".\..\inc\fwif.h"\
  278. ".\..\..\..\..\inc\packon.h"\
  279. ".\..\..\..\..\inc\packoff.h"\
  280. {$(INCLUDE)}"\ntdef.h"\
  281. {$(INCLUDE)}"\ntstatus.h"\
  282. {$(INCLUDE)}"\ntkeapi.h"\
  283. ".\..\..\..\..\..\public\sdk\inc\nti386.h"\
  284. ".\..\..\..\..\..\public\sdk\inc\ntmips.h"\
  285. ".\..\..\..\..\..\public\sdk\inc\ntalpha.h"\
  286. ".\..\..\..\..\..\public\sdk\inc\ntppc.h"\
  287. {$(INCLUDE)}"\ntseapi.h"\
  288. {$(INCLUDE)}"\ntobapi.h"\
  289. {$(INCLUDE)}"\ntimage.h"\
  290. {$(INCLUDE)}"\ntldr.h"\
  291. {$(INCLUDE)}"\ntpsapi.h"\
  292. {$(INCLUDE)}"\ntxcapi.h"\
  293. {$(INCLUDE)}"\ntlpcapi.h"\
  294. {$(INCLUDE)}"\ntioapi.h"\
  295. {$(INCLUDE)}"\ntiolog.h"\
  296. {$(INCLUDE)}"\ntpoapi.h"\
  297. {$(INCLUDE)}"\ntexapi.h"\
  298. {$(INCLUDE)}"\ntkxapi.h"\
  299. {$(INCLUDE)}"\ntmmapi.h"\
  300. {$(INCLUDE)}"\ntregapi.h"\
  301. {$(INCLUDE)}"\ntelfapi.h"\
  302. {$(INCLUDE)}"\ntconfig.h"\
  303. {$(INCLUDE)}"\ntnls.h"\
  304. {$(INCLUDE)}"\ntpnpapi.h"\
  305. ".\..\..\..\..\..\public\sdk\inc\mipsinst.h"\
  306. ".\..\..\..\..\..\public\sdk\inc\ppcinst.h"\
  307. {$(INCLUDE)}"\devioctl.h"\
  308. {$(INCLUDE)}"\cfg.h"\
  309. {$(INCLUDE)}"\ntddndis.h"\
  310. ".\..\..\..\..\inc\tdi.h"\
  311. "..\inc\isnkrnl.h"\
  312. ".\..\..\..\..\inc\nettypes.h"\
  313. {$(INCLUDE)}"\ntddtdi.h"\
  314. ".\..\..\inc\ipxsap.h"\
  315. ".\..\..\inc\ipxrip.h"\
  316. ".\..\..\inc\stm.h"\
  317. "$(INTDIR)\ipxfwd.obj" : $(SOURCE) $(DEP_CPP_IPXFW) "$(INTDIR)"
  318. # End Source File
  319. ################################################################################
  320. # Begin Source File
  321. SOURCE=.\ipxtest.rc
  322. # PROP Exclude_From_Build 1
  323. # End Source File
  324. # End Target
  325. # End Project
  326. ################################################################################