diff options
author | Zeev Suraski <zeev@php.net> | 2000-01-28 14:46:19 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-01-28 14:46:19 +0000 |
commit | d231293832319835acfb52d4245a7f14f687272f (patch) | |
tree | 5477910457060eec618022ae71cb785a0bca67f9 | |
parent | a8bb0a452d9d453fb3d862cc8bd05758a58ee3bc (diff) | |
download | php-git-d231293832319835acfb52d4245a7f14f687272f.tar.gz |
dsp updates
-rw-r--r-- | php4dll.dsp | 44 | ||||
-rw-r--r-- | php4dllts.dsp | 20 |
2 files changed, 28 insertions, 36 deletions
diff --git a/php4dll.dsp b/php4dll.dsp index 90f2f2102f..1e4a084a99 100644 --- a/php4dll.dsp +++ b/php4dll.dsp @@ -164,6 +164,10 @@ SOURCE=.\php_content_types.c # End Source File
# Begin Source File
+SOURCE=.\php_gpce.c
+# End Source File
+# Begin Source File
+
SOURCE=.\php_ini.c
# End Source File
# Begin Source File
@@ -252,15 +256,15 @@ SOURCE=.\php3_compat.h # End Source File
# Begin Source File
-SOURCE=.\php3_realpath.h
+SOURCE=.\php_content_types.h
# End Source File
# Begin Source File
-SOURCE=.\php_content_types.h
+SOURCE=.\php_globals.h
# End Source File
# Begin Source File
-SOURCE=.\php_globals.h
+SOURCE=.\php_gpce.h
# End Source File
# Begin Source File
@@ -268,6 +272,10 @@ SOURCE=.\php_ini.h # End Source File
# Begin Source File
+SOURCE=.\php_realpath.h
+# End Source File
+# Begin Source File
+
SOURCE=.\ext\standard\quot_print.h
# End Source File
# Begin Source File
@@ -455,10 +463,6 @@ SOURCE=.\ext\pcre\php_pcre.c # End Source File
# Begin Source File
-SOURCE=.\ext\standard\post.c
-# End Source File
-# Begin Source File
-
SOURCE=.\ext\standard\rand.c
# End Source File
# Begin Source File
@@ -571,43 +575,39 @@ SOURCE=.\ext\standard\pageinfo.h # End Source File
# Begin Source File
-SOURCE=.\ext\bcmath\php3_bcmath.h
-# End Source File
-# Begin Source File
-
-SOURCE=.\functions\php3_dir.h
+SOURCE=.\ext\bcmath\php_bcmath.h
# End Source File
# Begin Source File
-SOURCE=.\functions\php3_filestat.h
+SOURCE=.\ext\standard\php_dir.h
# End Source File
# Begin Source File
-SOURCE=.\functions\php3_ldap.h
+SOURCE=.\ext\standard\php_filestat.h
# End Source File
# Begin Source File
-SOURCE=.\ext\standard\php3_mail.h
+SOURCE=.\ext\ldap\php_ldap.h
# End Source File
# Begin Source File
-SOURCE=.\ext\odbc\php3_odbc.h
+SOURCE=.\ext\standard\php_mail.h
# End Source File
# Begin Source File
-SOURCE=.\ext\standard\php3_string.h
+SOURCE=.\ext\odbc\php_odbc.h
# End Source File
# Begin Source File
-SOURCE=.\functions\php3_string.h
+SOURCE=.\ext\pcre\php_pcre.h
# End Source File
# Begin Source File
-SOURCE=.\functions\php3_syslog.h
+SOURCE=.\ext\standard\php_string.h
# End Source File
# Begin Source File
-SOURCE=.\ext\pcre\php_pcre.h
+SOURCE=.\ext\standard\php_syslog.h
# End Source File
# Begin Source File
@@ -619,10 +619,6 @@ SOURCE=.\functions\phpmath.h # End Source File
# Begin Source File
-SOURCE=.\ext\standard\post.h
-# End Source File
-# Begin Source File
-
SOURCE=.\ext\standard\reg.h
# End Source File
# Begin Source File
diff --git a/php4dllts.dsp b/php4dllts.dsp index 6053eba742..f527312a3c 100644 --- a/php4dllts.dsp +++ b/php4dllts.dsp @@ -160,6 +160,10 @@ SOURCE=.\php_content_types.c # End Source File
# Begin Source File
+SOURCE=.\php_gpce.c
+# End Source File
+# Begin Source File
+
SOURCE=.\php_ini.c
# End Source File
# Begin Source File
@@ -256,6 +260,10 @@ SOURCE=.\php_globals.h # End Source File
# Begin Source File
+SOURCE=.\php_gpce.h
+# End Source File
+# Begin Source File
+
SOURCE=.\php_ini.h
# End Source File
# Begin Source File
@@ -440,10 +448,6 @@ SOURCE=.\ext\standard\parsedate.c # End Source File
# Begin Source File
-SOURCE=.\php_gpce.c
-# End Source File
-# Begin Source File
-
SOURCE=.\ext\mcal\php_mcal.c
# End Source File
# Begin Source File
@@ -585,10 +589,6 @@ SOURCE=.\ext\standard\php_filestat.h # End Source File
# Begin Source File
-SOURCE=.\php_gpce.h
-# End Source File
-# Begin Source File
-
SOURCE=.\ext\standard\php_lcg.h
# End Source File
# Begin Source File
@@ -633,10 +633,6 @@ SOURCE=.\functions\phpmath.h # End Source File
# Begin Source File
-SOURCE=.\ext\standard\post.h
-# End Source File
-# Begin Source File
-
SOURCE=.\ext\standard\reg.h
# End Source File
# Begin Source File
|