diff options
author | Zeev Suraski <zeev@php.net> | 2001-07-20 14:40:30 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-07-20 14:40:30 +0000 |
commit | 6f297a370a25e07ff1c50ceefedb79b7bdbed73a (patch) | |
tree | e45306abc9b0743fbbf8638f39472b7201fdf2d2 /win32 | |
parent | 8084d278850b9b4cf4880ed75cf19f04c38b953f (diff) | |
download | php-git-6f297a370a25e07ff1c50ceefedb79b7bdbed73a.tar.gz |
Fix Windows build
Diffstat (limited to 'win32')
-rw-r--r-- | win32/php4dllts.dsp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 80cb61b1f1..1f9bd9ca31 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -178,6 +178,10 @@ SOURCE=..\main\network.c # End Source File
# Begin Source File
+SOURCE=..\main\output.c
+# End Source File
+# Begin Source File
+
SOURCE=..\main\php_content_types.c
# End Source File
# Begin Source File
@@ -298,6 +302,10 @@ SOURCE=..\main\php_open_temporary_file.h # End Source File
# Begin Source File
+SOURCE=..\main\php_output.h
+# End Source File
+# Begin Source File
+
SOURCE=..\main\php_regex.h
# End Source File
# Begin Source File
@@ -482,10 +490,6 @@ SOURCE=..\ext\session\mod_user.c # End Source File
# Begin Source File
-SOURCE=..\ext\standard\output.c
-# End Source File
-# Begin Source File
-
SOURCE=..\ext\standard\pack.c
# End Source File
# Begin Source File
@@ -695,10 +699,6 @@ SOURCE=..\ext\odbc\php_odbc.h # End Source File
# Begin Source File
-SOURCE=..\ext\standard\php_output.h
-# End Source File
-# Begin Source File
-
SOURCE=..\ext\pcre\php_pcre.h
# End Source File
# Begin Source File
|