dom.dsp 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250
  1. # Microsoft Developer Studio Project File - Name="dom" - Package Owner=<4>
  2. # Microsoft Developer Studio Generated Build File, Format Version 6.00
  3. # ** DO NOT EDIT **
  4. # TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
  5. CFG=dom - Win32 Release_TS
  6. !MESSAGE This is not a valid makefile. To build this project using NMAKE,
  7. !MESSAGE use the Export Makefile command and run
  8. !MESSAGE
  9. !MESSAGE NMAKE /f "dom.mak".
  10. !MESSAGE
  11. !MESSAGE You can specify a configuration when running NMAKE
  12. !MESSAGE by defining the macro CFG on the command line. For example:
  13. !MESSAGE
  14. !MESSAGE NMAKE /f "dom.mak" CFG="dom - Win32 Release_TS"
  15. !MESSAGE
  16. !MESSAGE Possible choices for configuration are:
  17. !MESSAGE
  18. !MESSAGE "dom - Win32 Release_TS" (based on "Win32 (x86) Dynamic-Link Library")
  19. !MESSAGE "dom - Win32 Debug_TS" (based on "Win32 (x86) Dynamic-Link Library")
  20. !MESSAGE
  21. # Begin Project
  22. # PROP AllowPerConfigDependencies 0
  23. # PROP Scc_ProjName ""
  24. # PROP Scc_LocalPath ""
  25. CPP=cl.exe
  26. MTL=midl.exe
  27. RSC=rc.exe
  28. !IF "$(CFG)" == "dom - Win32 Release_TS"
  29. # PROP BASE Use_MFC 0
  30. # PROP BASE Use_Debug_Libraries 0
  31. # PROP BASE Output_Dir "Release_TS"
  32. # PROP BASE Intermediate_Dir "Release_TS"
  33. # PROP BASE Ignore_Export_Lib 0
  34. # PROP BASE Target_Dir ""
  35. # PROP Use_MFC 0
  36. # PROP Use_Debug_Libraries 0
  37. # PROP Output_Dir "Release_TS"
  38. # PROP Intermediate_Dir "Release_TS"
  39. # PROP Ignore_Export_Lib 0
  40. # PROP Target_Dir ""
  41. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\..\Zend" /I "..\..\..\TSRM" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "COMPILE_DL_DOM" /D ZTS=1 /YX /FD /c
  42. # ADD CPP /nologo /MD /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=0 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DOM_EXPORTS" /D "COMPILE_DL_DOM" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_DOM=1 /D "LIBXML_THREAD_ENABLED" /YX /FD /c
  43. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  44. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  45. # ADD BASE RSC /l 0x406 /d "NDEBUG"
  46. # ADD RSC /l 0x406 /d "NDEBUG"
  47. BSC32=bscmake.exe
  48. # ADD BASE BSC32 /nologo
  49. # ADD BSC32 /nologo
  50. LINK32=link.exe
  51. # 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 php5ts.lib /nologo /dll /machine:I386
  52. # ADD LINK32 wsock32.lib php5ts.lib resolv.lib 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 /dll /incremental:yes /machine:I386 /out:"..\..\Release_TS/php_dom.dll" /implib:"..\..\Release_TS/php_dom.lib" /libpath:"..\..\Release_TS" /libpath:"..\..\Release_TS_Inline" /libpath:"..\..\..\bindlib_w32\Release"
  53. # SUBTRACT LINK32 /pdb:none
  54. !ELSEIF "$(CFG)" == "dom - Win32 Debug_TS"
  55. # PROP BASE Use_MFC 0
  56. # PROP BASE Use_Debug_Libraries 0
  57. # PROP BASE Output_Dir "Debug_TS"
  58. # PROP BASE Intermediate_Dir "Debug_TS"
  59. # PROP BASE Ignore_Export_Lib 0
  60. # PROP BASE Target_Dir ""
  61. # PROP Use_MFC 0
  62. # PROP Use_Debug_Libraries 0
  63. # PROP Output_Dir "Debug_TS"
  64. # PROP Intermediate_Dir "Debug_TS"
  65. # PROP Ignore_Export_Lib 0
  66. # PROP Target_Dir ""
  67. # ADD BASE CPP /nologo /MT /W3 /GX /O2 /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "mssql-70" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "COMPILE_DL_DOM" /D ZTS=1 /YX /FD /c
  68. # ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "..\.." /I "..\..\Zend" /I "..\..\TSRM" /I "..\..\main" /D ZEND_DEBUG=1 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "_MBCS" /D "_USRDLL" /D "DOM_EXPORTS" /D "COMPILE_DL_DOM" /D ZTS=1 /D "ZEND_WIN32" /D "PHP_WIN32" /D HAVE_DOM=1 /D LIBXML_THREAD_ENABLED=1 /FR /YX /FD /c
  69. # ADD BASE MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  70. # ADD MTL /nologo /D "NDEBUG" /mktyplib203 /win32
  71. # ADD BASE RSC /l 0x406 /d "NDEBUG"
  72. # ADD RSC /l 0x406 /d "NDEBUG"
  73. BSC32=bscmake.exe
  74. # ADD BASE BSC32 /nologo
  75. # ADD BSC32 /nologo
  76. LINK32=link.exe
  77. # 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 php5ts.lib /nologo /dll /machine:I386
  78. # ADD LINK32 php5ts_debug.lib ws2_32.lib resolv.lib 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 /dll /incremental:yes /debug /machine:I386 /nodefaultlib:"msvcrt" /out:"..\..\Debug_TS\php_dom.dll" /implib:"..\..\Debug_TS/php_dom.lib" /libpath:"..\..\Debug_TS" /libpath:"..\..\..\bindlib_w32\Release"
  79. !ENDIF
  80. # Begin Target
  81. # Name "dom - Win32 Release_TS"
  82. # Name "dom - Win32 Debug_TS"
  83. # Begin Group "Source Files"
  84. # PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
  85. # Begin Source File
  86. SOURCE=.\attr.c
  87. # End Source File
  88. # Begin Source File
  89. SOURCE=.\cdatasection.c
  90. # End Source File
  91. # Begin Source File
  92. SOURCE=.\characterdata.c
  93. # End Source File
  94. # Begin Source File
  95. SOURCE=.\comment.c
  96. # End Source File
  97. # Begin Source File
  98. SOURCE=.\document.c
  99. # End Source File
  100. # Begin Source File
  101. SOURCE=.\documentfragment.c
  102. # End Source File
  103. # Begin Source File
  104. SOURCE=.\documenttype.c
  105. # End Source File
  106. # Begin Source File
  107. SOURCE=.\domconfiguration.c
  108. # End Source File
  109. # Begin Source File
  110. SOURCE=.\domerror.c
  111. # End Source File
  112. # Begin Source File
  113. SOURCE=.\domerrorhandler.c
  114. # End Source File
  115. # Begin Source File
  116. SOURCE=.\domexception.c
  117. # End Source File
  118. # Begin Source File
  119. SOURCE=.\domimplementation.c
  120. # End Source File
  121. # Begin Source File
  122. SOURCE=.\domimplementationlist.c
  123. # End Source File
  124. # Begin Source File
  125. SOURCE=.\domimplementationsource.c
  126. # End Source File
  127. # Begin Source File
  128. SOURCE=.\domlocator.c
  129. # End Source File
  130. # Begin Source File
  131. SOURCE=.\domstringlist.c
  132. # End Source File
  133. # Begin Source File
  134. SOURCE=.\element.c
  135. # End Source File
  136. # Begin Source File
  137. SOURCE=.\entity.c
  138. # End Source File
  139. # Begin Source File
  140. SOURCE=.\entityreference.c
  141. # End Source File
  142. # Begin Source File
  143. SOURCE=.\namednodemap.c
  144. # End Source File
  145. # Begin Source File
  146. SOURCE=.\namelist.c
  147. # End Source File
  148. # Begin Source File
  149. SOURCE=.\node.c
  150. # End Source File
  151. # Begin Source File
  152. SOURCE=.\nodelist.c
  153. # End Source File
  154. # Begin Source File
  155. SOURCE=.\notation.c
  156. # End Source File
  157. # Begin Source File
  158. SOURCE=.\php_dom.c
  159. # End Source File
  160. # Begin Source File
  161. SOURCE=.\processinginstruction.c
  162. # End Source File
  163. # Begin Source File
  164. SOURCE=.\string_extend.c
  165. # End Source File
  166. # Begin Source File
  167. SOURCE=.\text.c
  168. # End Source File
  169. # Begin Source File
  170. SOURCE=.\typeinfo.c
  171. # End Source File
  172. # Begin Source File
  173. SOURCE=.\userdatahandler.c
  174. # End Source File
  175. # Begin Source File
  176. SOURCE=.\xpath.c
  177. # End Source File
  178. # End Group
  179. # Begin Group "Header Files"
  180. # PROP Default_Filter "h;hpp;hxx;hm;inl"
  181. # Begin Source File
  182. SOURCE=.\dom_ce.h
  183. # End Source File
  184. # Begin Source File
  185. SOURCE=.\dom_fe.h
  186. # End Source File
  187. # Begin Source File
  188. SOURCE=.\dom_properties.h
  189. # End Source File
  190. # Begin Source File
  191. SOURCE=.\php_dom.h
  192. # End Source File
  193. # Begin Source File
  194. SOURCE=.\xml_common.h
  195. # End Source File
  196. # End Group
  197. # Begin Group "Resource Files"
  198. # PROP Default_Filter "ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe"
  199. # End Group
  200. # End Target
  201. # End Project