diff options
author | Andi Gutmans <andi@php.net> | 2000-02-12 15:47:51 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-02-12 15:47:51 +0000 |
commit | e781caf962c058e71ea034433301b6511f4713cb (patch) | |
tree | 4e530b81eb252cfb7fb1cbd28724590e8ed6cb6d | |
parent | 883c62b5e9fc96a9fc149f91de78377d73d3d9ec (diff) | |
download | php-git-e781caf962c058e71ea034433301b6511f4713cb.tar.gz |
- Support wddx by default on Windows
-rw-r--r-- | main/config.w32.h | 1 | ||||
-rw-r--r-- | php4dllts.dsp | 23 |
2 files changed, 23 insertions, 1 deletions
diff --git a/main/config.w32.h b/main/config.w32.h index d9f8b1ecf2..5ed74e38d4 100644 --- a/main/config.w32.h +++ b/main/config.w32.h @@ -17,6 +17,7 @@ /* set to enable bundled expat library */ #define HAVE_LIBEXPAT 1 +#define HAVE_WDDX 1 /* should be added to runtime config*/ #define PHP3_URL_FOPEN 1 diff --git a/php4dllts.dsp b/php4dllts.dsp index 038f5973dd..be6eb8adea 100644 --- a/php4dllts.dsp +++ b/php4dllts.dsp @@ -706,6 +706,15 @@ SOURCE=.\regex\regfree.c # PROP Default_Filter ".c"
# Begin Source File
+SOURCE=.\dlist.c
+# End Source File
+# Begin Source File
+
+SOURCE=.\ext\wddx\wddx.c
+# ADD CPP /I "ext\xml\expat\xmlparse"
+# End Source File
+# Begin Source File
+
SOURCE=.\ext\xml\xml.c
# ADD CPP /I "ext\xml\expat\xmltok" /I "ext\xml\expat\xmlparse"
# End Source File
@@ -715,6 +724,18 @@ SOURCE=.\ext\xml\xml.c # PROP Default_Filter ".h"
# Begin Source File
+SOURCE=.\dlist.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\ext\wddx\php_wddx.h
+# End Source File
+# Begin Source File
+
+SOURCE=.\ext\wddx\php_wddx_api.h
+# End Source File
+# Begin Source File
+
SOURCE=.\ext\xml\php_xml.h
# End Source File
# End Group
@@ -778,7 +799,7 @@ SOURCE=.\ext\xml\expat\xmltok\xmldef.h # End Source File
# Begin Source File
-SOURCE=.\xmlparse.h
+SOURCE=.\ext\xml\expat\xmlparse\xmlparse.h
# End Source File
# Begin Source File
|