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.

275 lines
5.8 KiB

  1. # Microsoft Developer Studio Generated NMAKE File, Based on w3ext.dsp
  2. !IF "$(CFG)" == ""
  3. CFG=w3ext - Win32 Debug
  4. !MESSAGE No configuration specified. Defaulting to w3ext - Win32 Debug.
  5. !ENDIF
  6. !IF "$(CFG)" != "w3ext - Win32 Release" && "$(CFG)" != "w3ext - Win32 Debug"
  7. !MESSAGE Invalid configuration "$(CFG)" specified.
  8. !MESSAGE You can specify a configuration when running NMAKE
  9. !MESSAGE by defining the macro CFG on the command line. For example:
  10. !MESSAGE
  11. !MESSAGE NMAKE /f "w3ext.mak" CFG="w3ext - Win32 Debug"
  12. !MESSAGE
  13. !MESSAGE Possible choices for configuration are:
  14. !MESSAGE
  15. !MESSAGE "w3ext - Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  16. !MESSAGE "w3ext - Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  17. !MESSAGE
  18. !ERROR An invalid configuration is specified.
  19. !ENDIF
  20. !IF "$(OS)" == "Windows_NT"
  21. NULL=
  22. !ELSE
  23. NULL=nul
  24. !ENDIF
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "w3ext - Win32 Release"
  29. OUTDIR=.\Release
  30. INTDIR=.\Release
  31. # Begin Custom Macros
  32. OutDir=.\Release
  33. # End Custom Macros
  34. !IF "$(RECURSE)" == "0"
  35. ALL : "$(OUTDIR)\w3ext.dll"
  36. !ELSE
  37. ALL : "$(OUTDIR)\w3ext.dll"
  38. !ENDIF
  39. CLEAN :
  40. -@erase "$(INTDIR)\shellext.obj"
  41. -@erase "$(INTDIR)\vc50.idb"
  42. -@erase "$(INTDIR)\w3ext.obj"
  43. -@erase "$(INTDIR)\w3ext.res"
  44. -@erase "$(INTDIR)\webbpg.obj"
  45. -@erase "$(OUTDIR)\w3ext.dll"
  46. -@erase "$(OUTDIR)\w3ext.exp"
  47. -@erase "$(OUTDIR)\w3ext.lib"
  48. "$(OUTDIR)" :
  49. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  50. CPP_PROJ=/nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS"\
  51. /Fp"$(INTDIR)\w3ext.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
  52. CPP_OBJS=.\Release/
  53. CPP_SBRS=.
  54. MTL_PROJ=/nologo /D "NDEBUG" /mktyplib203 /o NUL /win32
  55. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\w3ext.res" /d "NDEBUG"
  56. BSC32=bscmake.exe
  57. BSC32_FLAGS=/nologo /o"$(OUTDIR)\w3ext.bsc"
  58. BSC32_SBRS= \
  59. LINK32=link.exe
  60. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  61. advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  62. odbccp32.lib /nologo /subsystem:windows /dll /incremental:no\
  63. /pdb:"$(OUTDIR)\w3ext.pdb" /machine:I386 /out:"$(OUTDIR)\w3ext.dll"\
  64. /implib:"$(OUTDIR)\w3ext.lib"
  65. LINK32_OBJS= \
  66. "$(INTDIR)\shellext.obj" \
  67. "$(INTDIR)\w3ext.obj" \
  68. "$(INTDIR)\w3ext.res" \
  69. "$(INTDIR)\webbpg.obj"
  70. "$(OUTDIR)\w3ext.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  71. $(LINK32) @<<
  72. $(LINK32_FLAGS) $(LINK32_OBJS)
  73. <<
  74. !ELSEIF "$(CFG)" == "w3ext - Win32 Debug"
  75. OUTDIR=.\Debug
  76. INTDIR=.\Debug
  77. # Begin Custom Macros
  78. OutDir=.\Debug
  79. # End Custom Macros
  80. !IF "$(RECURSE)" == "0"
  81. ALL : "$(OUTDIR)\w3ext.dll"
  82. !ELSE
  83. ALL : "$(OUTDIR)\w3ext.dll"
  84. !ENDIF
  85. CLEAN :
  86. -@erase "$(INTDIR)\shellext.obj"
  87. -@erase "$(INTDIR)\vc50.idb"
  88. -@erase "$(INTDIR)\vc50.pdb"
  89. -@erase "$(INTDIR)\w3ext.obj"
  90. -@erase "$(INTDIR)\w3ext.res"
  91. -@erase "$(INTDIR)\webbpg.obj"
  92. -@erase "$(OUTDIR)\w3ext.dll"
  93. -@erase "$(OUTDIR)\w3ext.exp"
  94. -@erase "$(OUTDIR)\w3ext.ilk"
  95. -@erase "$(OUTDIR)\w3ext.lib"
  96. -@erase "$(OUTDIR)\w3ext.pdb"
  97. "$(OUTDIR)" :
  98. if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
  99. CPP_PROJ=/nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS"\
  100. /Fp"$(INTDIR)\w3ext.pch" /YX /Fo"$(INTDIR)\\" /Fd"$(INTDIR)\\" /FD /c
  101. CPP_OBJS=.\Debug/
  102. CPP_SBRS=.
  103. MTL_PROJ=/nologo /D "_DEBUG" /mktyplib203 /o NUL /win32
  104. RSC_PROJ=/l 0x409 /fo"$(INTDIR)\w3ext.res" /d "_DEBUG"
  105. BSC32=bscmake.exe
  106. BSC32_FLAGS=/nologo /o"$(OUTDIR)\w3ext.bsc"
  107. BSC32_SBRS= \
  108. LINK32=link.exe
  109. LINK32_FLAGS=kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib\
  110. advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib\
  111. odbccp32.lib /nologo /subsystem:windows /dll /incremental:yes\
  112. /pdb:"$(OUTDIR)\w3ext.pdb" /debug /machine:I386 /out:"$(OUTDIR)\w3ext.dll"\
  113. /implib:"$(OUTDIR)\w3ext.lib" /pdbtype:sept
  114. LINK32_OBJS= \
  115. "$(INTDIR)\shellext.obj" \
  116. "$(INTDIR)\w3ext.obj" \
  117. "$(INTDIR)\w3ext.res" \
  118. "$(INTDIR)\webbpg.obj"
  119. "$(OUTDIR)\w3ext.dll" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
  120. $(LINK32) @<<
  121. $(LINK32_FLAGS) $(LINK32_OBJS)
  122. <<
  123. !ENDIF
  124. .c{$(CPP_OBJS)}.obj::
  125. $(CPP) @<<
  126. $(CPP_PROJ) $<
  127. <<
  128. .cpp{$(CPP_OBJS)}.obj::
  129. $(CPP) @<<
  130. $(CPP_PROJ) $<
  131. <<
  132. .cxx{$(CPP_OBJS)}.obj::
  133. $(CPP) @<<
  134. $(CPP_PROJ) $<
  135. <<
  136. .c{$(CPP_SBRS)}.sbr::
  137. $(CPP) @<<
  138. $(CPP_PROJ) $<
  139. <<
  140. .cpp{$(CPP_SBRS)}.sbr::
  141. $(CPP) @<<
  142. $(CPP_PROJ) $<
  143. <<
  144. .cxx{$(CPP_SBRS)}.sbr::
  145. $(CPP) @<<
  146. $(CPP_PROJ) $<
  147. <<
  148. !IF "$(CFG)" == "w3ext - Win32 Release" || "$(CFG)" == "w3ext - Win32 Debug"
  149. SOURCE=.\shellext.cpp
  150. !IF "$(CFG)" == "w3ext - Win32 Release"
  151. DEP_CPP_SHELL=\
  152. ".\priv.h"\
  153. ".\shellext.h"\
  154. "$(INTDIR)\shellext.obj" : $(SOURCE) $(DEP_CPP_SHELL) "$(INTDIR)"
  155. !ELSEIF "$(CFG)" == "w3ext - Win32 Debug"
  156. DEP_CPP_SHELL=\
  157. "..\..\..\..\..\public\sdk\inc\rpcasync.h"\
  158. ".\priv.h"\
  159. ".\shellext.h"\
  160. "$(INTDIR)\shellext.obj" : $(SOURCE) $(DEP_CPP_SHELL) "$(INTDIR)"
  161. !ENDIF
  162. SOURCE=.\w3ext.cpp
  163. !IF "$(CFG)" == "w3ext - Win32 Release"
  164. DEP_CPP_W3EXT=\
  165. ".\priv.h"\
  166. ".\shellext.h"\
  167. "$(INTDIR)\w3ext.obj" : $(SOURCE) $(DEP_CPP_W3EXT) "$(INTDIR)"
  168. !ELSEIF "$(CFG)" == "w3ext - Win32 Debug"
  169. DEP_CPP_W3EXT=\
  170. "..\..\..\..\..\public\sdk\inc\rpcasync.h"\
  171. ".\priv.h"\
  172. ".\shellext.h"\
  173. "$(INTDIR)\w3ext.obj" : $(SOURCE) $(DEP_CPP_W3EXT) "$(INTDIR)"
  174. !ENDIF
  175. SOURCE=.\w3ext.rc
  176. DEP_RSC_W3EXT_=\
  177. ".\res\icon1.ico"\
  178. ".\res\product.ico"\
  179. ".\res\pwsext.rc2"\
  180. {$(INCLUDE)}"common.ver"\
  181. {$(INCLUDE)}"iisver.h"\
  182. "$(INTDIR)\w3ext.res" : $(SOURCE) $(DEP_RSC_W3EXT_) "$(INTDIR)"
  183. $(RSC) $(RSC_PROJ) $(SOURCE)
  184. SOURCE=.\webbpg.cpp
  185. !IF "$(CFG)" == "w3ext - Win32 Release"
  186. DEP_CPP_WEBBP=\
  187. ".\priv.h"\
  188. ".\shellext.h"\
  189. "$(INTDIR)\webbpg.obj" : $(SOURCE) $(DEP_CPP_WEBBP) "$(INTDIR)"
  190. !ELSEIF "$(CFG)" == "w3ext - Win32 Debug"
  191. DEP_CPP_WEBBP=\
  192. "..\..\..\..\..\public\sdk\inc\rpcasync.h"\
  193. ".\priv.h"\
  194. ".\shellext.h"\
  195. "$(INTDIR)\webbpg.obj" : $(SOURCE) $(DEP_CPP_WEBBP) "$(INTDIR)"
  196. !ENDIF
  197. !ENDIF