wwwhttp.mak
上传用户:zlh9724
上传日期:2007-01-04
资源大小:1991k
文件大小:11k
源码类别:

浏览器

开发平台:

Unix_Linux

  1. # Microsoft Visual C++ Generated NMAKE File, Format Version 2.00
  2. # ** DO NOT EDIT **
  3. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  4. !IF "$(CFG)" == ""
  5. CFG=Win32 Debug
  6. !MESSAGE No configuration specified.  Defaulting to Win32 Debug.
  7. !ENDIF 
  8. !IF "$(CFG)" != "Win32 Release" && "$(CFG)" != "Win32 Debug"
  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 "wwwhttp.mak" CFG="Win32 Debug"
  14. !MESSAGE 
  15. !MESSAGE Possible choices for configuration are:
  16. !MESSAGE 
  17. !MESSAGE "Win32 Release" (based on "Win32 (x86) Dynamic-Link Library")
  18. !MESSAGE "Win32 Debug" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE 
  20. !ERROR An invalid configuration is specified.
  21. !ENDIF 
  22. ################################################################################
  23. # Begin Project
  24. # PROP Target_Last_Scanned "Win32 Debug"
  25. MTL=MkTypLib.exe
  26. CPP=cl.exe
  27. RSC=rc.exe
  28. !IF  "$(CFG)" == "Win32 Release"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "WinRel"
  32. # PROP BASE Intermediate_Dir "WinRel"
  33. # PROP Use_MFC 0
  34. # PROP Use_Debug_Libraries 0
  35. # PROP Output_Dir "WinRel"
  36. # PROP Intermediate_Dir "WinRel"
  37. OUTDIR=.WinRel
  38. INTDIR=.WinRel
  39. ALL : .WinRelwwwhttp.dll .WinRelwwwhttp.bsc
  40. $(OUTDIR) : 
  41.     if not exist $(OUTDIR)/nul mkdir $(OUTDIR)
  42. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  43. # ADD MTL /nologo /D "NDEBUG" /win32
  44. MTL_PROJ=/nologo /D "NDEBUG" /win32 
  45. # ADD BASE CPP /nologo /MT /W3 /GX /YX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /FR /c
  46. # ADD CPP /nologo /MT /W3 /GX /YX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "WWW_WIN_DLL" /FR /c
  47. CPP_PROJ=/nologo /MT /W3 /GX /YX /O2 /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D
  48.  "WWW_WIN_DLL" /FR$(INTDIR)/ /Fp$(OUTDIR)/"wwwhttp.pch" /Fo$(INTDIR)/ /c 
  49. CPP_OBJS=.WinRel/
  50. # ADD BASE RSC /l 0x409 /d "NDEBUG"
  51. # ADD RSC /l 0x409 /d "NDEBUG"
  52. BSC32=bscmake.exe
  53. # ADD BASE BSC32 /nologo
  54. # ADD BSC32 /nologo
  55. BSC32_FLAGS=/nologo /o$(OUTDIR)/"wwwhttp.bsc" 
  56. BSC32_SBRS= 
  57. .WinRelwindll.sbr 
  58. .WinRelHTTP.sbr 
  59. .WinRelHTAABrow.sbr 
  60. .WinRelHTAlert.sbr 
  61. .WinRelHTAAUtil.sbr 
  62. .WinRelHTTPReq.sbr 
  63. .WinRelHTTPServ.sbr 
  64. .WinRelHTTPRes.sbr 
  65. .WinRelHTTPGen.sbr
  66. .WinRelwwwhttp.bsc : $(OUTDIR)  $(BSC32_SBRS)
  67.     $(BSC32) @<<
  68.   $(BSC32_FLAGS) $(BSC32_SBRS)
  69. <<
  70. LINK32=link.exe
  71. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /NOLOGO /SUBSYSTEM:windows /DLL /MACHINE:I386
  72. # ADD LINK32 /NOLOGO /SUBSYSTEM:windows /DLL /MACHINE:I386
  73. LINK32_FLAGS=/NOLOGO /SUBSYSTEM:windows /DLL /INCREMENTAL:no
  74.  /PDB:$(OUTDIR)/"wwwhttp.pdb" /MACHINE:I386 /DEF:".wwwhttp.def"
  75.  /OUT:$(OUTDIR)/"wwwhttp.dll" /IMPLIB:$(OUTDIR)/"wwwhttp.lib" 
  76. DEF_FILE=.wwwhttp.def
  77. LINK32_OBJS= 
  78. .WinRelwindll.obj 
  79. .WinRelHTTP.obj 
  80. .WinDebugwwwdll.lib 
  81. .WinDebugwwwutils.lib 
  82. .WinDebugwwwcore.lib 
  83. .WinDebugwwwcache.lib 
  84. .WinDebugwwwmime.lib 
  85. .WinRelHTAABrow.obj 
  86. .WinRelHTAlert.obj 
  87. .WinRelHTAAUtil.obj 
  88. .WinRelHTTPReq.obj 
  89. .WinRelHTTPServ.obj 
  90. .WinRelHTTPRes.obj 
  91. .WinRelHTTPGen.obj
  92. .WinRelwwwhttp.dll : $(OUTDIR)  $(DEF_FILE) $(LINK32_OBJS)
  93.     $(LINK32) @<<
  94.   $(LINK32_FLAGS) $(LINK32_OBJS)
  95. <<
  96. !ELSEIF  "$(CFG)" == "Win32 Debug"
  97. # PROP BASE Use_MFC 0
  98. # PROP BASE Use_Debug_Libraries 1
  99. # PROP BASE Output_Dir "WinDebug"
  100. # PROP BASE Intermediate_Dir "WinDebug"
  101. # PROP Use_MFC 0
  102. # PROP Use_Debug_Libraries 1
  103. # PROP Output_Dir "WinDebug"
  104. # PROP Intermediate_Dir "WinDebug"
  105. OUTDIR=.WinDebug
  106. INTDIR=.WinDebug
  107. ALL : .WinDebugwwwhttp.dll .WinDebugwwwhttp.bsc
  108. $(OUTDIR) : 
  109.     if not exist $(OUTDIR)/nul mkdir $(OUTDIR)
  110. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  111. # ADD MTL /nologo /D "_DEBUG" /win32
  112. MTL_PROJ=/nologo /D "_DEBUG" /win32 
  113. # ADD BASE CPP /nologo /MT /W3 /GX /Zi /YX /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /FR /c
  114. # ADD CPP /nologo /MT /W3 /GX /Zi /YX /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS" /D "WWW_WIN_DLL" /D "DEBUG" /FR /c
  115. CPP_PROJ=/nologo /MT /W3 /GX /Zi /YX /Od /D "_DEBUG" /D "WIN32" /D "_WINDOWS"
  116.  /D "WWW_WIN_DLL" /D "DEBUG" /FR$(INTDIR)/ /Fp$(OUTDIR)/"wwwhttp.pch"
  117.  /Fo$(INTDIR)/ /Fd$(OUTDIR)/"wwwhttp.pdb" /c 
  118. CPP_OBJS=.WinDebug/
  119. # ADD BASE RSC /l 0x409 /d "_DEBUG"
  120. # ADD RSC /l 0x409 /d "_DEBUG"
  121. BSC32=bscmake.exe
  122. # ADD BASE BSC32 /nologo
  123. # ADD BSC32 /nologo
  124. BSC32_FLAGS=/nologo /o$(OUTDIR)/"wwwhttp.bsc" 
  125. BSC32_SBRS= 
  126. .WinDebugwindll.sbr 
  127. .WinDebugHTTP.sbr 
  128. .WinDebugHTAABrow.sbr 
  129. .WinDebugHTAlert.sbr 
  130. .WinDebugHTAAUtil.sbr 
  131. .WinDebugHTTPReq.sbr 
  132. .WinDebugHTTPServ.sbr 
  133. .WinDebugHTTPRes.sbr 
  134. .WinDebugHTTPGen.sbr
  135. .WinDebugwwwhttp.bsc : $(OUTDIR)  $(BSC32_SBRS)
  136.     $(BSC32) @<<
  137.   $(BSC32_FLAGS) $(BSC32_SBRS)
  138. <<
  139. LINK32=link.exe
  140. # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /NOLOGO /SUBSYSTEM:windows /DLL /DEBUG /MACHINE:I386
  141. # ADD LINK32 /NOLOGO /SUBSYSTEM:windows /DLL /DEBUG /MACHINE:I386
  142. LINK32_FLAGS=/NOLOGO /SUBSYSTEM:windows /DLL /INCREMENTAL:yes
  143.  /PDB:$(OUTDIR)/"wwwhttp.pdb" /DEBUG /MACHINE:I386 /DEF:".wwwhttp.def"
  144.  /OUT:$(OUTDIR)/"wwwhttp.dll" /IMPLIB:$(OUTDIR)/"wwwhttp.lib" 
  145. DEF_FILE=.wwwhttp.def
  146. LINK32_OBJS= 
  147. .WinDebugwindll.obj 
  148. .WinDebugHTTP.obj 
  149. .WinDebugwwwdll.lib 
  150. .WinDebugwwwutils.lib 
  151. .WinDebugwwwcore.lib 
  152. .WinDebugwwwcache.lib 
  153. .WinDebugwwwmime.lib 
  154. .WinDebugHTAABrow.obj 
  155. .WinDebugHTAlert.obj 
  156. .WinDebugHTAAUtil.obj 
  157. .WinDebugHTTPReq.obj 
  158. .WinDebugHTTPServ.obj 
  159. .WinDebugHTTPRes.obj 
  160. .WinDebugHTTPGen.obj
  161. .WinDebugwwwhttp.dll : $(OUTDIR)  $(DEF_FILE) $(LINK32_OBJS)
  162.     $(LINK32) @<<
  163.   $(LINK32_FLAGS) $(LINK32_OBJS)
  164. <<
  165. !ENDIF 
  166. .c{$(CPP_OBJS)}.obj:
  167.    $(CPP) $(CPP_PROJ) $<  
  168. .cpp{$(CPP_OBJS)}.obj:
  169.    $(CPP) $(CPP_PROJ) $<  
  170. .cxx{$(CPP_OBJS)}.obj:
  171.    $(CPP) $(CPP_PROJ) $<  
  172. ################################################################################
  173. # Begin Group "Source Files"
  174. ################################################################################
  175. # Begin Source File
  176. SOURCE=.windll.c
  177. !IF  "$(CFG)" == "Win32 Release"
  178. .WinRelwindll.obj :  $(SOURCE)  $(INTDIR)
  179. !ELSEIF  "$(CFG)" == "Win32 Debug"
  180. .WinDebugwindll.obj :  $(SOURCE)  $(INTDIR)
  181. !ENDIF 
  182. # End Source File
  183. ################################################################################
  184. # Begin Source File
  185. SOURCE=..HTTP.c
  186. !IF  "$(CFG)" == "Win32 Release"
  187. .WinRelHTTP.obj :  $(SOURCE)  $(INTDIR)
  188.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  189. !ELSEIF  "$(CFG)" == "Win32 Debug"
  190. .WinDebugHTTP.obj :  $(SOURCE)  $(INTDIR)
  191.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  192. !ENDIF 
  193. # End Source File
  194. ################################################################################
  195. # Begin Source File
  196. SOURCE=.WinDebugwwwdll.lib
  197. # End Source File
  198. ################################################################################
  199. # Begin Source File
  200. SOURCE=.WinDebugwwwutils.lib
  201. # End Source File
  202. ################################################################################
  203. # Begin Source File
  204. SOURCE=.WinDebugwwwcore.lib
  205. # End Source File
  206. ################################################################################
  207. # Begin Source File
  208. SOURCE=.WinDebugwwwcache.lib
  209. # End Source File
  210. ################################################################################
  211. # Begin Source File
  212. SOURCE=.WinDebugwwwmime.lib
  213. # End Source File
  214. ################################################################################
  215. # Begin Source File
  216. SOURCE=.wwwhttp.def
  217. # End Source File
  218. ################################################################################
  219. # Begin Source File
  220. SOURCE=..HTAABrow.c
  221. !IF  "$(CFG)" == "Win32 Release"
  222. .WinRelHTAABrow.obj :  $(SOURCE)  $(INTDIR)
  223.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  224. !ELSEIF  "$(CFG)" == "Win32 Debug"
  225. .WinDebugHTAABrow.obj :  $(SOURCE)  $(INTDIR)
  226.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  227. !ENDIF 
  228. # End Source File
  229. ################################################################################
  230. # Begin Source File
  231. SOURCE=..HTAlert.c
  232. !IF  "$(CFG)" == "Win32 Release"
  233. .WinRelHTAlert.obj :  $(SOURCE)  $(INTDIR)
  234.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  235. !ELSEIF  "$(CFG)" == "Win32 Debug"
  236. .WinDebugHTAlert.obj :  $(SOURCE)  $(INTDIR)
  237.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  238. !ENDIF 
  239. # End Source File
  240. ################################################################################
  241. # Begin Source File
  242. SOURCE=..HTAAUtil.c
  243. !IF  "$(CFG)" == "Win32 Release"
  244. .WinRelHTAAUtil.obj :  $(SOURCE)  $(INTDIR)
  245.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  246. !ELSEIF  "$(CFG)" == "Win32 Debug"
  247. .WinDebugHTAAUtil.obj :  $(SOURCE)  $(INTDIR)
  248.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  249. !ENDIF 
  250. # End Source File
  251. ################################################################################
  252. # Begin Source File
  253. SOURCE=..HTTPReq.c
  254. !IF  "$(CFG)" == "Win32 Release"
  255. .WinRelHTTPReq.obj :  $(SOURCE)  $(INTDIR)
  256.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  257. !ELSEIF  "$(CFG)" == "Win32 Debug"
  258. .WinDebugHTTPReq.obj :  $(SOURCE)  $(INTDIR)
  259.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  260. !ENDIF 
  261. # End Source File
  262. ################################################################################
  263. # Begin Source File
  264. SOURCE=..HTTPServ.c
  265. !IF  "$(CFG)" == "Win32 Release"
  266. .WinRelHTTPServ.obj :  $(SOURCE)  $(INTDIR)
  267.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  268. !ELSEIF  "$(CFG)" == "Win32 Debug"
  269. .WinDebugHTTPServ.obj :  $(SOURCE)  $(INTDIR)
  270.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  271. !ENDIF 
  272. # End Source File
  273. ################################################################################
  274. # Begin Source File
  275. SOURCE=..HTTPServ.h
  276. # End Source File
  277. ################################################################################
  278. # Begin Source File
  279. SOURCE=..HTTPRes.c
  280. !IF  "$(CFG)" == "Win32 Release"
  281. .WinRelHTTPRes.obj :  $(SOURCE)  $(INTDIR)
  282.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  283. !ELSEIF  "$(CFG)" == "Win32 Debug"
  284. .WinDebugHTTPRes.obj :  $(SOURCE)  $(INTDIR)
  285.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  286. !ENDIF 
  287. # End Source File
  288. ################################################################################
  289. # Begin Source File
  290. SOURCE=..HTTPRes.h
  291. # End Source File
  292. ################################################################################
  293. # Begin Source File
  294. SOURCE=..HTTPGen.c
  295. !IF  "$(CFG)" == "Win32 Release"
  296. .WinRelHTTPGen.obj :  $(SOURCE)  $(INTDIR)
  297.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  298. !ELSEIF  "$(CFG)" == "Win32 Debug"
  299. .WinDebugHTTPGen.obj :  $(SOURCE)  $(INTDIR)
  300.    $(CPP) $(CPP_PROJ)  $(SOURCE) 
  301. !ENDIF 
  302. # End Source File
  303. # End Group
  304. # End Project
  305. ################################################################################