diff options
author | Dan Kalowsky <kalowsky@php.net> | 2002-08-11 23:40:34 +0000 |
---|---|---|
committer | Dan Kalowsky <kalowsky@php.net> | 2002-08-11 23:40:34 +0000 |
commit | 663a457eb81ec80a30434dd42d45002b11edde8c (patch) | |
tree | 3586f7019fb987b9be322ca6971276de7f01f384 | |
parent | 6b31498d09c3934b2e4e035a7c7e7a393c17985e (diff) | |
download | php-git-663a457eb81ec80a30434dd42d45002b11edde8c.tar.gz |
Added the php_odbc_includes.h file
-rw-r--r-- | win32/php4dllts.dsp | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 5dd30eab36..69ff5128e6 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -497,6 +497,10 @@ SOURCE=..\ext\ctype\ctype.c # End Source File
# Begin Source File
+SOURCE=..\ext\mbstring\html_entities.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\mbstring\mbfilter.c
# End Source File
# Begin Source File
@@ -529,10 +533,6 @@ SOURCE=..\ext\mbstring\mbstring.c # End Source File
# Begin Source File
-SOURCE=..\ext\mbstring\html_entities.c
-# End Source File
-# Begin Source File
-
SOURCE=..\ext\overload\overload.c
# End Source File
# Begin Source File
@@ -1867,6 +1867,10 @@ SOURCE=..\ext\odbc\php_odbc.h # End Source File
# Begin Source File
+SOURCE=..\ext\odbc\php_odbc_includes.h
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\pcre\php_pcre.h
# End Source File
# Begin Source File
|