diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-16 16:46:01 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-16 16:46:01 +0000 |
commit | a5c143f415ea90472e215702b4afc56123e71cc4 (patch) | |
tree | 8153bddd19a1d6dcf0091d28a6e0c514c2df9776 /php4dll.dsp | |
parent | 2ba009c0f1771210118509a271bccc06923227e3 (diff) | |
download | php-git-a5c143f415ea90472e215702b4afc56123e71cc4.tar.gz |
- Update .dsp's
- Fix auth_user issue
Diffstat (limited to 'php4dll.dsp')
-rw-r--r-- | php4dll.dsp | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/php4dll.dsp b/php4dll.dsp index af72091aad..ea9ca399de 100644 --- a/php4dll.dsp +++ b/php4dll.dsp @@ -140,10 +140,6 @@ SOURCE=".\fopen-wrappers.c" # End Source File
# Begin Source File
-SOURCE=.\getopt.c
-# End Source File
-# Begin Source File
-
SOURCE=.\internal_functions_win32.c
!IF "$(CFG)" == "php4dll - Win32 Debug"
@@ -760,19 +756,29 @@ SOURCE=.\ext\pcre\pcrelib\pcre.h # PROP Default_Filter ".c"
# Begin Source File
+SOURCE=.\dlist.c
+# ADD CPP /I "ext\xml\expat\xmltok" /I "ext\xml\expat\xmlparse"
+# End Source File
+# Begin Source File
+
+SOURCE=.\ext\wddx\wddx.c
+# ADD CPP /I "ext\xml\expat\xmltok" /I "ext\xml\expat\xmlparse"
+# End Source File
+# Begin Source File
+
SOURCE=.\ext\xml\xml.c
!IF "$(CFG)" == "php4dll - Win32 Debug"
-# ADD CPP /I "ext\xml\expat\xmltok" /I "ext\xml\expat\xmlparse"
+# ADD CPP /I "ext\xml\expat\xmlparse" /I "ext\xml\expat\xmltok"
!ELSEIF "$(CFG)" == "php4dll - Win32 Release"
-# ADD CPP /I "ext\xml\expat\xmltok"
+# ADD CPP /I "ext\xml\expat\xmltok" /I "ext\xml\expat\xmlparse"
!ELSEIF "$(CFG)" == "php4dll - Win32 Release_inline"
-# ADD CPP /I "ext\xml\expat\xmltok"
+# ADD CPP /I "ext\xml\expat\xmltok" /I "ext\xml\expat\xmlparse"
!ENDIF
|