home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / internet / httpsvr / httpsvr.bld < prev    next >
Encoding:
Text File  |  1998-03-27  |  15.3 KB  |  878 lines

  1. # Microsoft Developer Studio Generated Build File, Format Version 50001
  2. # ** DO NOT EDIT **
  3.  
  4. # TARGTYPE "Win32 (x86) Application" 0x0101
  5. # TARGTYPE "Power Macintosh Application" 0x0401
  6.  
  7. CFG=HttpSvr - Win32 Debug
  8. !MESSAGE "HttpSvr - Win32 Release" (based on "Win32 (x86) Application")
  9. !MESSAGE "HttpSvr - Win32 Debug" (based on "Win32 (x86) Application")
  10. !MESSAGE "HttpSvr - Power Macintosh Release" (based on\
  11.  "Power Macintosh Application")
  12. !MESSAGE "HttpSvr - Power Macintosh Debug" (based on\
  13.  "Power Macintosh Application")
  14.  
  15. # Begin Project
  16. # PROP Target_Last_Scanned "HttpSvr - Power Macintosh Debug"
  17.  
  18. !IF  "$(CFG)" == "HttpSvr - Win32 Release"
  19.  
  20. # PROP BASE Use_MFC 6
  21. # PROP BASE Use_Debug_Libraries 0
  22. # PROP BASE Output_Dir "Release"
  23. # PROP BASE Intermediate_Dir "Release"
  24. # PROP BASE Target_Dir ""
  25. # PROP Use_MFC 5
  26. # PROP Use_Debug_Libraries 0
  27. # PROP Output_Dir "Release"
  28. # PROP Intermediate_Dir "Release"
  29. # PROP Target_Dir ""
  30. F90=fl32.exe
  31. # ADD BASE F90 /I "Release/"
  32. # ADD F90 /I "Release/"
  33. CPP=cl.exe
  34. # ADD BASE CPP /nologo /MD /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  35. # ADD CPP /nologo /MT /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /Yu"stdafx.h" /c
  36. MTL=mktyplib.exe
  37. # ADD BASE MTL /nologo /D "NDEBUG" /win32
  38. # ADD MTL /nologo /D "NDEBUG" /win32
  39. RSC=rc.exe
  40. # ADD BASE RSC /l 0x409 /d "NDEBUG" /d "_AFXDLL"
  41. # ADD RSC /l 0x409 /d "NDEBUG"
  42. BSC32=bscmake.exe
  43. # ADD BASE BSC32 /nologo
  44. # ADD BSC32 /nologo
  45. LINK32=link.exe
  46. # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386
  47. # ADD LINK32 /nologo /subsystem:windows /machine:I386
  48.  
  49. !ELSEIF  "$(CFG)" == "HttpSvr - Win32 Debug"
  50.  
  51. # PROP BASE Use_MFC 6
  52. # PROP BASE Use_Debug_Libraries 1
  53. # PROP BASE Output_Dir "Debug"
  54. # PROP BASE Intermediate_Dir "Debug"
  55. # PROP BASE Target_Dir ""
  56. # PROP Use_MFC 5
  57. # PROP Use_Debug_Libraries 1
  58. # PROP Output_Dir "Debug"
  59. # PROP Intermediate_Dir "Debug"
  60. # PROP Target_Dir ""
  61. F90=fl32.exe
  62. # ADD BASE F90 /I "Debug/"
  63. # ADD F90 /FR /I "Debug/"
  64. CPP=cl.exe
  65. # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_AFXDLL" /D "_MBCS" /Yu"stdafx.h" /c
  66. # ADD CPP /nologo /MTd /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "_MBCS" /FR /Yu"stdafx.h" /c
  67. MTL=mktyplib.exe
  68. # ADD BASE MTL /nologo /D "_DEBUG" /win32
  69. # ADD MTL /nologo /D "_DEBUG" /win32
  70. RSC=rc.exe
  71. # ADD BASE RSC /l 0x409 /d "_DEBUG" /d "_AFXDLL"
  72. # ADD RSC /l 0x409 /d "_DEBUG"
  73. BSC32=bscmake.exe
  74. # ADD BASE BSC32 /nologo
  75. # ADD BSC32 /nologo
  76. LINK32=link.exe
  77. # ADD BASE LINK32 /nologo /subsystem:windows /debug /machine:I386
  78. # ADD LINK32 /nologo /subsystem:windows /debug /machine:I386
  79.  
  80. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Release"
  81.  
  82. # PROP BASE Use_MFC 6
  83. # PROP BASE Use_Debug_Libraries 0
  84. # PROP BASE Output_Dir "PMacRel"
  85. # PROP BASE Intermediate_Dir "PMacRel"
  86. # PROP BASE Target_Dir ""
  87. # PROP Use_MFC 5
  88. # PROP Use_Debug_Libraries 0
  89. # PROP Output_Dir "PMacRel"
  90. # PROP Intermediate_Dir "PMacRel"
  91. # PROP Target_Dir ""
  92. MTL=mktyplib.exe
  93. CPP=cl.exe
  94. # ADD CPP /GX /D "_MBCS"
  95. RSC=rc.exe
  96. # ADD BASE RSC /l 0x409
  97. # ADD RSC /l 0x409
  98. MRC=mrc.exe
  99. BSC32=bscmake.exe
  100. LINK32=link.exe
  101. # ADD BASE LINK32 /mac:bundle /machine:IX86
  102. # ADD LINK32 /mac:bundle /machine:IX86
  103. MFILE32=mfile.exe
  104. # ADD BASE MFILE32 /NOLOGO
  105. # ADD MFILE32 /NOLOGO
  106.  
  107. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Debug"
  108.  
  109. # PROP BASE Use_MFC 6
  110. # PROP BASE Use_Debug_Libraries 1
  111. # PROP BASE Output_Dir "PMacDbg"
  112. # PROP BASE Intermediate_Dir "PMacDbg"
  113. # PROP BASE Target_Dir ""
  114. # PROP Use_MFC 5
  115. # PROP Use_Debug_Libraries 1
  116. # PROP Output_Dir "PMacDbg"
  117. # PROP Intermediate_Dir "PMacDbg"
  118. # PROP Target_Dir ""
  119. MTL=mktyplib.exe
  120. CPP=cl.exe
  121. # ADD CPP /MLd /GX /D "_MBCS"
  122. RSC=rc.exe
  123. # ADD BASE RSC /l 0x409
  124. # ADD RSC /l 0x409
  125. MRC=mrc.exe
  126. BSC32=bscmake.exe
  127. LINK32=link.exe
  128. # ADD BASE LINK32 /mac:bundle /machine:IX86
  129. # ADD LINK32 /mac:bundle /machine:IX86
  130. MFILE32=mfile.exe
  131. # ADD BASE MFILE32 /NOLOGO
  132. # ADD MFILE32 /NOLOGO
  133.  
  134. !ENDIF 
  135.  
  136. # Begin Target
  137.  
  138. # Name "HttpSvr - Win32 Release"
  139. # Name "HttpSvr - Win32 Debug"
  140. # Name "HttpSvr - Power Macintosh Release"
  141. # Name "HttpSvr - Power Macintosh Debug"
  142.  
  143. !IF  "$(CFG)" == "HttpSvr - Win32 Release"
  144.  
  145. !ELSEIF  "$(CFG)" == "HttpSvr - Win32 Debug"
  146.  
  147. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Release"
  148.  
  149. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Debug"
  150.  
  151. !ENDIF 
  152.  
  153. # Begin Source File
  154.  
  155. SOURCE=.\ReadMe.txt
  156.  
  157. !IF  "$(CFG)" == "HttpSvr - Win32 Release"
  158.  
  159. !ELSEIF  "$(CFG)" == "HttpSvr - Win32 Debug"
  160.  
  161. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Release"
  162.  
  163. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Debug"
  164.  
  165. !ENDIF 
  166.  
  167. # End Source File
  168. # Begin Source File
  169.  
  170. SOURCE=.\HttpSvr.cpp
  171.  
  172. !IF  "$(CFG)" == "HttpSvr - Win32 Release"
  173.  
  174. DEP_CPP_HTTPS=\
  175.     ".\http.h"\
  176.     ".\HttpDoc.h"\
  177.     ".\httpsvr.h"\
  178.     ".\httpview.h"\
  179.     ".\mainfrm.h"\
  180.     ".\stdafx.h"\
  181.     
  182.  
  183. !ELSEIF  "$(CFG)" == "HttpSvr - Win32 Debug"
  184.  
  185. DEP_CPP_HTTPS=\
  186.     ".\http.h"\
  187.     ".\HttpDoc.h"\
  188.     ".\httpsvr.h"\
  189.     ".\httpview.h"\
  190.     ".\mainfrm.h"\
  191.     ".\stdafx.h"\
  192.     
  193.  
  194. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Release"
  195.  
  196. DEP_CPP_HTTPS=\
  197.     ".\GenPage.h"\
  198.     ".\http.h"\
  199.     ".\HttpDoc.h"\
  200.     ".\httpsvr.h"\
  201.     ".\httpview.h"\
  202.     ".\listen.h"\
  203.     ".\mainfrm.h"\
  204.     ".\NamePage.h"\
  205.     ".\reqsock.h"\
  206.     ".\rootpage.h"\
  207.     ".\stdafx.h"\
  208.     
  209.  
  210. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Debug"
  211.  
  212. DEP_CPP_HTTPS=\
  213.     ".\GenPage.h"\
  214.     ".\http.h"\
  215.     ".\HttpDoc.h"\
  216.     ".\httpsvr.h"\
  217.     ".\httpview.h"\
  218.     ".\listen.h"\
  219.     ".\mainfrm.h"\
  220.     ".\NamePage.h"\
  221.     ".\reqsock.h"\
  222.     ".\rootpage.h"\
  223.     ".\stdafx.h"\
  224.     
  225.  
  226. !ENDIF 
  227.  
  228. # End Source File
  229. # Begin Source File
  230.  
  231. SOURCE=.\StdAfx.cpp
  232.  
  233. !IF  "$(CFG)" == "HttpSvr - Win32 Release"
  234.  
  235. DEP_CPP_STDAF=\
  236.     ".\stdafx.h"\
  237.     
  238. # ADD CPP /Yc"stdafx.h"
  239.  
  240. !ELSEIF  "$(CFG)" == "HttpSvr - Win32 Debug"
  241.  
  242. DEP_CPP_STDAF=\
  243.     ".\stdafx.h"\
  244.     
  245. # ADD CPP /Yc"stdafx.h"
  246.  
  247. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Release"
  248.  
  249. DEP_CPP_STDAF=\
  250.     ".\stdafx.h"\
  251.     
  252. # ADD CPP /Yc"stdafx.h"
  253.  
  254. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Debug"
  255.  
  256. DEP_CPP_STDAF=\
  257.     ".\stdafx.h"\
  258.     
  259. # ADD CPP /Yc"stdafx.h"
  260.  
  261. !ENDIF 
  262.  
  263. # End Source File
  264. # Begin Source File
  265.  
  266. SOURCE=.\MainFrm.cpp
  267.  
  268. !IF  "$(CFG)" == "HttpSvr - Win32 Release"
  269.  
  270. DEP_CPP_MAINF=\
  271.     ".\HttpDoc.h"\
  272.     ".\httpsvr.h"\
  273.     ".\mainfrm.h"\
  274.     ".\reqsock.h"\
  275.     ".\stdafx.h"\
  276.     
  277.  
  278. !ELSEIF  "$(CFG)" == "HttpSvr - Win32 Debug"
  279.  
  280. DEP_CPP_MAINF=\
  281.     ".\HttpDoc.h"\
  282.     ".\httpsvr.h"\
  283.     ".\mainfrm.h"\
  284.     ".\reqsock.h"\
  285.     ".\stdafx.h"\
  286.     
  287.  
  288. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Release"
  289.  
  290. DEP_CPP_MAINF=\
  291.     ".\httpsvr.h"\
  292.     ".\listen.h"\
  293.     ".\mainfrm.h"\
  294.     ".\reqsock.h"\
  295.     ".\stdafx.h"\
  296.     
  297.  
  298. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Debug"
  299.  
  300. DEP_CPP_MAINF=\
  301.     ".\httpsvr.h"\
  302.     ".\listen.h"\
  303.     ".\mainfrm.h"\
  304.     ".\reqsock.h"\
  305.     ".\stdafx.h"\
  306.     
  307.  
  308. !ENDIF 
  309.  
  310. # End Source File
  311. # Begin Source File
  312.  
  313. SOURCE=.\HttpSvr.rc
  314.  
  315. !IF  "$(CFG)" == "HttpSvr - Win32 Release"
  316.  
  317. DEP_RSC_HTTPSV=\
  318.     ".\res\HttpDoc.ico"\
  319.     ".\res\httpsvr.rc2"\
  320.     ".\res\images.bmp"\
  321.     ".\res\logfile.ico"\
  322.     ".\res\mainfrm.ico"\
  323.     ".\res\smimages.bmp"\
  324.     
  325.  
  326. !ELSEIF  "$(CFG)" == "HttpSvr - Win32 Debug"
  327.  
  328. DEP_RSC_HTTPSV=\
  329.     ".\res\HttpDoc.ico"\
  330.     ".\res\httpsvr.rc2"\
  331.     ".\res\images.bmp"\
  332.     ".\res\logfile.ico"\
  333.     ".\res\mainfrm.ico"\
  334.     ".\res\smimages.bmp"\
  335.     
  336.  
  337. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Release"
  338.  
  339. DEP_RSC_HTTPSV=\
  340.     ".\res\HttpDoc.ico"\
  341.     ".\res\httpsvr.rc2"\
  342.     ".\res\images.bmp"\
  343.     ".\res\mainfrm.ico"\
  344.     ".\res\smimages.bmp"\
  345.     
  346.  
  347. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Debug"
  348.  
  349. DEP_RSC_HTTPSV=\
  350.     ".\res\HttpDoc.ico"\
  351.     ".\res\httpsvr.rc2"\
  352.     ".\res\images.bmp"\
  353.     ".\res\mainfrm.ico"\
  354.     ".\res\smimages.bmp"\
  355.     
  356.  
  357. !ENDIF 
  358.  
  359. # End Source File
  360. # Begin Source File
  361.  
  362. SOURCE=.\Http.cpp
  363.  
  364. !IF  "$(CFG)" == "HttpSvr - Win32 Release"
  365.  
  366. DEP_CPP_HTTP_=\
  367.     ".\http.h"\
  368.     ".\request.h"\
  369.     ".\stdafx.h"\
  370.     
  371.  
  372. !ELSEIF  "$(CFG)" == "HttpSvr - Win32 Debug"
  373.  
  374. DEP_CPP_HTTP_=\
  375.     ".\http.h"\
  376.     ".\request.h"\
  377.     ".\stdafx.h"\
  378.     
  379.  
  380. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Release"
  381.  
  382. DEP_CPP_HTTP_=\
  383.     ".\http.h"\
  384.     ".\request.h"\
  385.     ".\stdafx.h"\
  386.     
  387.  
  388. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Debug"
  389.  
  390. DEP_CPP_HTTP_=\
  391.     ".\http.h"\
  392.     ".\request.h"\
  393.     ".\stdafx.h"\
  394.     
  395.  
  396. !ENDIF 
  397.  
  398. # End Source File
  399. # Begin Source File
  400.  
  401. SOURCE=.\RootPage.cpp
  402.  
  403. !IF  "$(CFG)" == "HttpSvr - Win32 Release"
  404.  
  405. DEP_CPP_ROOTP=\
  406.     ".\HttpDoc.h"\
  407.     ".\httpsvr.h"\
  408.     ".\rootpage.h"\
  409.     ".\stdafx.h"\
  410.     
  411.  
  412. !ELSEIF  "$(CFG)" == "HttpSvr - Win32 Debug"
  413.  
  414. DEP_CPP_ROOTP=\
  415.     ".\HttpDoc.h"\
  416.     ".\httpsvr.h"\
  417.     ".\rootpage.h"\
  418.     ".\stdafx.h"\
  419.     
  420.  
  421. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Release"
  422.  
  423. DEP_CPP_ROOTP=\
  424.     ".\httpsvr.h"\
  425.     ".\listen.h"\
  426.     ".\rootpage.h"\
  427.     ".\stdafx.h"\
  428.     
  429.  
  430. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Debug"
  431.  
  432. DEP_CPP_ROOTP=\
  433.     ".\httpsvr.h"\
  434.     ".\listen.h"\
  435.     ".\rootpage.h"\
  436.     ".\stdafx.h"\
  437.     
  438.  
  439. !ENDIF 
  440.  
  441. # End Source File
  442. # Begin Source File
  443.  
  444. SOURCE=.\Listen.cpp
  445.  
  446. !IF  "$(CFG)" == "HttpSvr - Win32 Release"
  447.  
  448. DEP_CPP_LISTE=\
  449.     ".\HttpDoc.h"\
  450.     ".\listen.h"\
  451.     ".\reqsock.h"\
  452.     ".\stdafx.h"\
  453.     
  454.  
  455. !ELSEIF  "$(CFG)" == "HttpSvr - Win32 Debug"
  456.  
  457. DEP_CPP_LISTE=\
  458.     ".\HttpDoc.h"\
  459.     ".\listen.h"\
  460.     ".\reqsock.h"\
  461.     ".\stdafx.h"\
  462.     
  463.  
  464. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Release"
  465.  
  466. DEP_CPP_LISTE=\
  467.     ".\listen.h"\
  468.     ".\reqsock.h"\
  469.     ".\stdafx.h"\
  470.     
  471.  
  472. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Debug"
  473.  
  474. DEP_CPP_LISTE=\
  475.     ".\listen.h"\
  476.     ".\reqsock.h"\
  477.     ".\stdafx.h"\
  478.     
  479.  
  480. !ENDIF 
  481.  
  482. # End Source File
  483. # Begin Source File
  484.  
  485. SOURCE=.\ReqSock.cpp
  486.  
  487. !IF  "$(CFG)" == "HttpSvr - Win32 Release"
  488.  
  489. DEP_CPP_REQSO=\
  490.     ".\http.h"\
  491.     ".\HttpDoc.h"\
  492.     ".\httpsvr.h"\
  493.     ".\reqsock.h"\
  494.     ".\request.h"\
  495.     ".\stdafx.h"\
  496.     
  497.  
  498. !ELSEIF  "$(CFG)" == "HttpSvr - Win32 Debug"
  499.  
  500. DEP_CPP_REQSO=\
  501.     ".\http.h"\
  502.     ".\HttpDoc.h"\
  503.     ".\httpsvr.h"\
  504.     ".\reqsock.h"\
  505.     ".\request.h"\
  506.     ".\stdafx.h"\
  507.     
  508.  
  509. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Release"
  510.  
  511. DEP_CPP_REQSO=\
  512.     ".\http.h"\
  513.     ".\HttpDoc.h"\
  514.     ".\httpsvr.h"\
  515.     ".\listen.h"\
  516.     ".\reqsock.h"\
  517.     ".\request.h"\
  518.     ".\stdafx.h"\
  519.     
  520.  
  521. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Debug"
  522.  
  523. DEP_CPP_REQSO=\
  524.     ".\http.h"\
  525.     ".\HttpDoc.h"\
  526.     ".\httpsvr.h"\
  527.     ".\listen.h"\
  528.     ".\reqsock.h"\
  529.     ".\request.h"\
  530.     ".\stdafx.h"\
  531.     
  532.  
  533. !ENDIF 
  534.  
  535. # End Source File
  536. # Begin Source File
  537.  
  538. SOURCE=.\Request.cpp
  539.  
  540. !IF  "$(CFG)" == "HttpSvr - Win32 Release"
  541.  
  542. DEP_CPP_REQUE=\
  543.     ".\httpsvr.h"\
  544.     ".\request.h"\
  545.     ".\stdafx.h"\
  546.     
  547.  
  548. !ELSEIF  "$(CFG)" == "HttpSvr - Win32 Debug"
  549.  
  550. DEP_CPP_REQUE=\
  551.     ".\httpsvr.h"\
  552.     ".\request.h"\
  553.     ".\stdafx.h"\
  554.     
  555.  
  556. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Release"
  557.  
  558. DEP_CPP_REQUE=\
  559.     ".\httpsvr.h"\
  560.     ".\listen.h"\
  561.     ".\request.h"\
  562.     ".\stdafx.h"\
  563.     
  564.  
  565. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Debug"
  566.  
  567. DEP_CPP_REQUE=\
  568.     ".\httpsvr.h"\
  569.     ".\listen.h"\
  570.     ".\request.h"\
  571.     ".\stdafx.h"\
  572.     
  573.  
  574. !ENDIF 
  575.  
  576. # End Source File
  577. # Begin Source File
  578.  
  579. SOURCE=.\GenPage.cpp
  580.  
  581. !IF  "$(CFG)" == "HttpSvr - Win32 Release"
  582.  
  583. DEP_CPP_GENPA=\
  584.     ".\GenPage.h"\
  585.     ".\HttpDoc.h"\
  586.     ".\httpsvr.h"\
  587.     ".\stdafx.h"\
  588.     
  589.  
  590. !ELSEIF  "$(CFG)" == "HttpSvr - Win32 Debug"
  591.  
  592. DEP_CPP_GENPA=\
  593.     ".\GenPage.h"\
  594.     ".\HttpDoc.h"\
  595.     ".\httpsvr.h"\
  596.     ".\stdafx.h"\
  597.     
  598.  
  599. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Release"
  600.  
  601. DEP_CPP_GENPA=\
  602.     ".\GenPage.h"\
  603.     ".\httpsvr.h"\
  604.     ".\listen.h"\
  605.     ".\stdafx.h"\
  606.     
  607.  
  608. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Debug"
  609.  
  610. DEP_CPP_GENPA=\
  611.     ".\GenPage.h"\
  612.     ".\httpsvr.h"\
  613.     ".\listen.h"\
  614.     ".\stdafx.h"\
  615.     
  616.  
  617. !ENDIF 
  618.  
  619. # End Source File
  620. # Begin Source File
  621.  
  622. SOURCE=.\RootDlg.cpp
  623.  
  624. !IF  "$(CFG)" == "HttpSvr - Win32 Release"
  625.  
  626. DEP_CPP_ROOTD=\
  627.     ".\httpsvr.h"\
  628.     ".\rootdlg.h"\
  629.     ".\stdafx.h"\
  630.     
  631.  
  632. !ELSEIF  "$(CFG)" == "HttpSvr - Win32 Debug"
  633.  
  634. DEP_CPP_ROOTD=\
  635.     ".\httpsvr.h"\
  636.     ".\rootdlg.h"\
  637.     ".\stdafx.h"\
  638.     
  639.  
  640. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Release"
  641.  
  642. DEP_CPP_ROOTD=\
  643.     ".\httpsvr.h"\
  644.     ".\listen.h"\
  645.     ".\rootdlg.h"\
  646.     ".\stdafx.h"\
  647.     
  648.  
  649. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Debug"
  650.  
  651. DEP_CPP_ROOTD=\
  652.     ".\httpsvr.h"\
  653.     ".\listen.h"\
  654.     ".\rootdlg.h"\
  655.     ".\stdafx.h"\
  656.     
  657.  
  658. !ENDIF 
  659.  
  660. # End Source File
  661. # Begin Source File
  662.  
  663. SOURCE=.\HttpDoc.cpp
  664.  
  665. !IF  "$(CFG)" == "HttpSvr - Win32 Release"
  666.  
  667. DEP_CPP_HTTPD=\
  668.     ".\GenPage.h"\
  669.     ".\HttpDoc.h"\
  670.     ".\httpsvr.h"\
  671.     ".\listen.h"\
  672.     ".\mainfrm.h"\
  673.     ".\NamePage.h"\
  674.     ".\request.h"\
  675.     ".\rootpage.h"\
  676.     ".\stdafx.h"\
  677.     
  678.  
  679. !ELSEIF  "$(CFG)" == "HttpSvr - Win32 Debug"
  680.  
  681. DEP_CPP_HTTPD=\
  682.     ".\GenPage.h"\
  683.     ".\HttpDoc.h"\
  684.     ".\httpsvr.h"\
  685.     ".\listen.h"\
  686.     ".\mainfrm.h"\
  687.     ".\NamePage.h"\
  688.     ".\request.h"\
  689.     ".\rootpage.h"\
  690.     ".\stdafx.h"\
  691.     
  692.  
  693. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Release"
  694.  
  695. DEP_CPP_HTTPD=\
  696.     ".\HttpDoc.h"\
  697.     ".\httpsvr.h"\
  698.     ".\listen.h"\
  699.     ".\request.h"\
  700.     ".\stdafx.h"\
  701.     
  702.  
  703. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Debug"
  704.  
  705. DEP_CPP_HTTPD=\
  706.     ".\HttpDoc.h"\
  707.     ".\httpsvr.h"\
  708.     ".\listen.h"\
  709.     ".\request.h"\
  710.     ".\stdafx.h"\
  711.     
  712.  
  713. !ENDIF 
  714.  
  715. # End Source File
  716. # Begin Source File
  717.  
  718. SOURCE=.\HttpMac.r
  719.  
  720. !IF  "$(CFG)" == "HttpSvr - Win32 Release"
  721.  
  722. !ELSEIF  "$(CFG)" == "HttpSvr - Win32 Debug"
  723.  
  724. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Release"
  725.  
  726. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Debug"
  727.  
  728. !ENDIF 
  729.  
  730. # End Source File
  731. # Begin Source File
  732.  
  733. SOURCE=.\HttpView.cpp
  734.  
  735. !IF  "$(CFG)" == "HttpSvr - Win32 Release"
  736.  
  737. DEP_CPP_HTTPV=\
  738.     ".\http.h"\
  739.     ".\HttpDoc.h"\
  740.     ".\httpsvr.h"\
  741.     ".\httpview.h"\
  742.     ".\noroot.h"\
  743.     ".\request.h"\
  744.     ".\rootdlg.h"\
  745.     ".\stdafx.h"\
  746.     
  747.  
  748. !ELSEIF  "$(CFG)" == "HttpSvr - Win32 Debug"
  749.  
  750. DEP_CPP_HTTPV=\
  751.     ".\http.h"\
  752.     ".\HttpDoc.h"\
  753.     ".\httpsvr.h"\
  754.     ".\httpview.h"\
  755.     ".\noroot.h"\
  756.     ".\request.h"\
  757.     ".\rootdlg.h"\
  758.     ".\stdafx.h"\
  759.     
  760.  
  761. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Release"
  762.  
  763. DEP_CPP_HTTPV=\
  764.     ".\http.h"\
  765.     ".\HttpDoc.h"\
  766.     ".\httpsvr.h"\
  767.     ".\httpview.h"\
  768.     ".\listen.h"\
  769.     ".\noroot.h"\
  770.     ".\request.h"\
  771.     ".\rootdlg.h"\
  772.     ".\stdafx.h"\
  773.     
  774.  
  775. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Debug"
  776.  
  777. DEP_CPP_HTTPV=\
  778.     ".\http.h"\
  779.     ".\HttpDoc.h"\
  780.     ".\httpsvr.h"\
  781.     ".\httpview.h"\
  782.     ".\listen.h"\
  783.     ".\noroot.h"\
  784.     ".\request.h"\
  785.     ".\rootdlg.h"\
  786.     ".\stdafx.h"\
  787.     
  788.  
  789. !ENDIF 
  790.  
  791. # End Source File
  792. # Begin Source File
  793.  
  794. SOURCE=.\NamePage.cpp
  795.  
  796. !IF  "$(CFG)" == "HttpSvr - Win32 Release"
  797.  
  798. DEP_CPP_NAMEP=\
  799.     ".\HttpDoc.h"\
  800.     ".\httpsvr.h"\
  801.     ".\NamePage.h"\
  802.     ".\stdafx.h"\
  803.     
  804.  
  805. !ELSEIF  "$(CFG)" == "HttpSvr - Win32 Debug"
  806.  
  807. DEP_CPP_NAMEP=\
  808.     ".\HttpDoc.h"\
  809.     ".\httpsvr.h"\
  810.     ".\NamePage.h"\
  811.     ".\stdafx.h"\
  812.     
  813.  
  814. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Release"
  815.  
  816. DEP_CPP_NAMEP=\
  817.     ".\httpsvr.h"\
  818.     ".\listen.h"\
  819.     ".\NamePage.h"\
  820.     ".\stdafx.h"\
  821.     
  822.  
  823. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Debug"
  824.  
  825. DEP_CPP_NAMEP=\
  826.     ".\httpsvr.h"\
  827.     ".\listen.h"\
  828.     ".\NamePage.h"\
  829.     ".\stdafx.h"\
  830.     
  831.  
  832. !ENDIF 
  833.  
  834. # End Source File
  835. # Begin Source File
  836.  
  837. SOURCE=.\NoRoot.cpp
  838.  
  839. !IF  "$(CFG)" == "HttpSvr - Win32 Release"
  840.  
  841. DEP_CPP_NOROO=\
  842.     ".\httpsvr.h"\
  843.     ".\noroot.h"\
  844.     ".\stdafx.h"\
  845.     
  846.  
  847. !ELSEIF  "$(CFG)" == "HttpSvr - Win32 Debug"
  848.  
  849. DEP_CPP_NOROO=\
  850.     ".\httpsvr.h"\
  851.     ".\noroot.h"\
  852.     ".\stdafx.h"\
  853.     
  854.  
  855. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Release"
  856.  
  857. DEP_CPP_NOROO=\
  858.     ".\httpsvr.h"\
  859.     ".\listen.h"\
  860.     ".\noroot.h"\
  861.     ".\stdafx.h"\
  862.     
  863.  
  864. !ELSEIF  "$(CFG)" == "HttpSvr - Power Macintosh Debug"
  865.  
  866. DEP_CPP_NOROO=\
  867.     ".\httpsvr.h"\
  868.     ".\listen.h"\
  869.     ".\noroot.h"\
  870.     ".\stdafx.h"\
  871.     
  872.  
  873. !ENDIF 
  874.  
  875. # End Source File
  876. # End Target
  877. # End Project
  878.