diff options
author | Sebastian Bergmann <sebastian@php.net> | 2001-12-10 17:14:42 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2001-12-10 17:14:42 +0000 |
commit | ae9de3ed3728f20f65dc203deeab15eafa382930 (patch) | |
tree | d32d0b3151d091f0d8b96e51db8d21a4047faa19 /win32 | |
parent | 79f5dcf7d6c985d86655faf235543246389cc123 (diff) | |
download | php-git-ae9de3ed3728f20f65dc203deeab15eafa382930.tar.gz |
Enable ext/overload by default on Win32, too.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/php4dll.dsp | 4 | ||||
-rw-r--r-- | win32/php4dllts.dsp | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/win32/php4dll.dsp b/win32/php4dll.dsp index 2f6b0cead0..3f9ff611b3 100644 --- a/win32/php4dll.dsp +++ b/win32/php4dll.dsp @@ -826,6 +826,10 @@ SOURCE=..\ext\pcre\pcrelib\pcre.h # PROP Default_Filter ".c"
# Begin Source File
+SOURCE=..\ext\overload\overload.c
+# 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
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 24d4807a2a..c3831d320f 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -410,6 +410,10 @@ SOURCE=..\regex\regfree.c # PROP Default_Filter ".c"
# Begin Source File
+SOURCE=..\ext\overload\overload.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\wddx\wddx.c
!IF "$(CFG)" == "php4dllts - Win32 Debug_TS"
|