summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2003-05-19 16:28:08 +0000
committerSebastian Bergmann <sebastian@php.net>2003-05-19 16:28:08 +0000
commit88cb80020a7982d030464f38b770541b673957dc (patch)
tree1e8ab1626e87a522c30b17b49ebf63ed1426d10d
parentf726a84b1d1eddd36505a7ccc75c255e47a96681 (diff)
downloadphp-git-88cb80020a7982d030464f38b770541b673957dc.tar.gz
First try at getting the Windows build working again after libxml2 got unbundled.
-rw-r--r--main/config.w32.h1
-rw-r--r--win32/php4dll.dsp34
-rw-r--r--win32/php4dllts.dsp50
3 files changed, 42 insertions, 43 deletions
diff --git a/main/config.w32.h b/main/config.w32.h
index 16c26b47da..8654cb2fb1 100644
--- a/main/config.w32.h
+++ b/main/config.w32.h
@@ -74,7 +74,6 @@
/* Enable / Disable XML extension (default: enabled) */
#define HAVE_LIBEXPAT 1
-#define HAVE_XML 1
/* Enable / Disable ZLIB extension (default: enabled) */
#define HAVE_ZLIB 1
diff --git a/win32/php4dll.dsp b/win32/php4dll.dsp
index ad79b5fa97..8cc920e707 100644
--- a/win32/php4dll.dsp
+++ b/win32/php4dll.dsp
@@ -141,7 +141,7 @@ SOURCE="..\main\fopen_wrappers.c"
# Begin Source File
SOURCE=..\main\internal_functions_win32.c
-# ADD CPP /I "..\bundle\expat\xmlparse" /I "..\bundle\expat\xmltok"
+# ADD CPP /I "..\ext\xml\expat\xmlparse" /I "..\ext\xml\expat\xmltok"
# End Source File
# Begin Source File
@@ -897,12 +897,12 @@ SOURCE=..\ext\tokenizer\tokenizer.c
# Begin Source File
SOURCE=..\ext\wddx\wddx.c
-# ADD CPP /I "..\bundle\expat\xmltok" /I "..\bundle\expat\xmlparse"
+# ADD CPP /I "..\ext\xml\expat\xmltok" /I "..\ext\xml\expat\xmlparse"
# End Source File
# Begin Source File
SOURCE=..\ext\xml\xml.c
-# ADD CPP /I "..\bundle\expat\xmltok" /I "..\bundle\expat\xmlparse"
+# ADD CPP /I "..\ext\xml\expat\xmltok" /I "..\ext\xml\expat\xmlparse"
# End Source File
# End Group
# Begin Group "Header Files No. 4"
@@ -1746,17 +1746,17 @@ SOURCE=..\LICENSE
# PROP Default_Filter ".c"
# Begin Source File
-SOURCE=..\bundle\expat\xmlparse.c
+SOURCE=..\ext\xml\expat\xmlparse.c
# ADD CPP /D "COMPILED_FROM_DSP"
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\xmlrole.c
+SOURCE=..\ext\xml\expat\xmlrole.c
# ADD CPP /D "COMPILED_FROM_DSP"
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\xmltok.c
+SOURCE=..\ext\xml\expat\xmltok.c
# ADD CPP /D "COMPILED_FROM_DSP"
# End Source File
# End Group
@@ -1765,47 +1765,47 @@ SOURCE=..\bundle\expat\xmltok.c
# PROP Default_Filter ".h"
# Begin Source File
-SOURCE=..\bundle\expat\ascii.h
+SOURCE=..\ext\xml\expat\ascii.h
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\asciitab.h
+SOURCE=..\ext\xml\expat\asciitab.h
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\expat.h
+SOURCE=..\ext\xml\expat\expat.h
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\iasciitab.h
+SOURCE=..\ext\xml\expat\iasciitab.h
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\latin1tab.h
+SOURCE=..\ext\xml\expat\latin1tab.h
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\nametab.h
+SOURCE=..\ext\xml\expat\nametab.h
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\utf8tab.h
+SOURCE=..\ext\xml\expat\utf8tab.h
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\winconfig.h
+SOURCE=..\ext\xml\expat\winconfig.h
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\xmlrole.h
+SOURCE=..\ext\xml\expat\xmlrole.h
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\xmltok.h
+SOURCE=..\ext\xml\expat\xmltok.h
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\xmltok_impl.h
+SOURCE=..\ext\xml\expat\xmltok_impl.h
# End Source File
# End Group
# End Group
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp
index 90f5d945aa..65dc89d477 100644
--- a/win32/php4dllts.dsp
+++ b/win32/php4dllts.dsp
@@ -174,7 +174,7 @@ SOURCE="..\main\fopen_wrappers.c"
# Begin Source File
SOURCE=..\main\internal_functions_win32.c
-# ADD CPP /I "..\bundle\expat\xmltok" /I "..\bundle\expat\xmlparse"
+# ADD CPP /I "..\ext\xml\expat\xmltok" /I "..\ext\xml\expat\xmlparse"
# End Source File
# Begin Source File
@@ -474,20 +474,20 @@ SOURCE=..\ext\wddx\wddx.c
!IF "$(CFG)" == "php4dllts - Win32 Debug_TS"
-# ADD CPP /I "..\bundle\expat\xmlparse" /I "..\bundle\expat\xmltok"
+# ADD CPP /I "..\ext\xml\expat\xmlparse" /I "..\ext\xml\expat\xmltok"
!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS"
-# ADD CPP /I "bundle\expat\xmlparse" /I "..\bundle\expat\xmltok" /I "..\bundle\expat\xmlparse"
+# ADD CPP /I "bundle\expat\xmlparse" /I "..\ext\xml\expat\xmltok" /I "..\ext\xml\expat\xmlparse"
!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS_inline"
-# ADD CPP /I "bundle\expat\xmlparse" /I "..\bundle\expat\xmltok" /I "..\bundle\expat\xmlparse"
+# ADD CPP /I "bundle\expat\xmlparse" /I "..\ext\xml\expat\xmltok" /I "..\ext\xml\expat\xmlparse"
!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TSDbg"
-# ADD BASE CPP /I "bundle\expat\xmlparse" /I "..\bundle\expat\xmltok" /I "..\bundle\expat\xmlparse"
-# ADD CPP /I "bundle\expat\xmlparse" /I "..\bundle\expat\xmltok" /I "..\bundle\expat\xmlparse"
+# ADD BASE CPP /I "bundle\expat\xmlparse" /I "..\ext\xml\expat\xmltok" /I "..\ext\xml\expat\xmlparse"
+# ADD CPP /I "bundle\expat\xmlparse" /I "..\ext\xml\expat\xmltok" /I "..\ext\xml\expat\xmlparse"
!ENDIF
@@ -498,20 +498,20 @@ SOURCE=..\ext\xml\xml.c
!IF "$(CFG)" == "php4dllts - Win32 Debug_TS"
-# ADD CPP /I "..\bundle\expat\xmlparse" /I "..\bundle\expat\xmltok"
+# ADD CPP /I "..\ext\xml\expat\xmlparse" /I "..\ext\xml\expat\xmltok"
!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS"
-# ADD CPP /I "bundle\expat\xmlparse" /I "..\bundle\expat\xmltok" /I "..\bundle\expat\xmlparse"
+# ADD CPP /I "bundle\expat\xmlparse" /I "..\ext\xml\expat\xmltok" /I "..\ext\xml\expat\xmlparse"
!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TS_inline"
-# ADD CPP /I "bundle\expat\xmlparse" /I "..\bundle\expat\xmltok" /I "..\bundle\expat\xmlparse"
+# ADD CPP /I "bundle\expat\xmlparse" /I "..\ext\xml\expat\xmltok" /I "..\ext\xml\expat\xmlparse"
!ELSEIF "$(CFG)" == "php4dllts - Win32 Release_TSDbg"
-# ADD BASE CPP /I "bundle\expat\xmlparse" /I "..\bundle\expat\xmltok" /I "..\bundle\expat\xmlparse"
-# ADD CPP /I "bundle\expat\xmlparse" /I "..\bundle\expat\xmltok" /I "..\bundle\expat\xmlparse"
+# ADD BASE CPP /I "bundle\expat\xmlparse" /I "..\ext\xml\expat\xmltok" /I "..\ext\xml\expat\xmlparse"
+# ADD CPP /I "bundle\expat\xmlparse" /I "..\ext\xml\expat\xmltok" /I "..\ext\xml\expat\xmlparse"
!ENDIF
@@ -2147,17 +2147,17 @@ SOURCE=..\TODO
# PROP Default_Filter ".c"
# Begin Source File
-SOURCE=..\bundle\expat\xmlparse.c
+SOURCE=..\ext\xml\expat\xmlparse.c
# ADD CPP /D "COMPILED_FROM_DSP"
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\xmlrole.c
+SOURCE=..\ext\xml\expat\xmlrole.c
# ADD CPP /D "COMPILED_FROM_DSP"
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\xmltok.c
+SOURCE=..\ext\xml\expat\xmltok.c
# ADD CPP /D "COMPILED_FROM_DSP"
# End Source File
# End Group
@@ -2166,47 +2166,47 @@ SOURCE=..\bundle\expat\xmltok.c
# PROP Default_Filter ".h"
# Begin Source File
-SOURCE=..\bundle\expat\ascii.h
+SOURCE=..\ext\xml\expat\ascii.h
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\asciitab.h
+SOURCE=..\ext\xml\expat\asciitab.h
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\expat.h
+SOURCE=..\ext\xml\expat\expat.h
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\iasciitab.h
+SOURCE=..\ext\xml\expat\iasciitab.h
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\latin1tab.h
+SOURCE=..\ext\xml\expat\latin1tab.h
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\nametab.h
+SOURCE=..\ext\xml\expat\nametab.h
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\utf8tab.h
+SOURCE=..\ext\xml\expat\utf8tab.h
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\winconfig.h
+SOURCE=..\ext\xml\expat\winconfig.h
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\xmlrole.h
+SOURCE=..\ext\xml\expat\xmlrole.h
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\xmltok.h
+SOURCE=..\ext\xml\expat\xmltok.h
# End Source File
# Begin Source File
-SOURCE=..\bundle\expat\xmltok_impl.h
+SOURCE=..\ext\xml\expat\xmltok_impl.h
# End Source File
# End Group
# End Group