diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-04-10 11:08:44 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-04-10 11:08:44 +0000 |
commit | 48b70510ba8fa9415751dbb3a07e871f1ad5df3e (patch) | |
tree | 2d697087058c5f7b39c33f45bee905a3feeb6403 /win32 | |
parent | 695836929542818db45ac7ad50ff53474239531f (diff) | |
download | php-git-48b70510ba8fa9415751dbb3a07e871f1ad5df3e.tar.gz |
Fix Win32 build.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/php4dll.dsp | 16 | ||||
-rw-r--r-- | win32/php4dllts.dsp | 16 |
2 files changed, 32 insertions, 0 deletions
diff --git a/win32/php4dll.dsp b/win32/php4dll.dsp index 9af350c6f5..d054871244 100644 --- a/win32/php4dll.dsp +++ b/win32/php4dll.dsp @@ -215,6 +215,14 @@ SOURCE=..\main\strlcat.c SOURCE=..\main\strlcpy.c
# End Source File
+# Begin Source File
+
+SOURCE=..\main\snprintf.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\main\spprintf.c
+# End Source File
# End Group
# Begin Group "Header Files"
@@ -293,6 +301,14 @@ SOURCE=..\main\php_variables.h # End Source File
# Begin Source File
+SOURCE=..\main\snprintf.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\main\spprintf.h
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\standard\quot_print.h
# End Source File
# Begin Source File
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 15f684f8fe..9c0946e287 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -246,6 +246,14 @@ SOURCE=..\main\strlcpy.c # End Source File
# Begin Source File
+SOURCE=..\main\snprintf.c
+# End Source File
+# Begin Source File
+
+SOURCE=..\main\spprintf.c
+# End Source File
+# Begin Source File
+
SOURCE=..\main\user_streams.c
# End Source File
# End Group
@@ -334,6 +342,14 @@ SOURCE=..\main\php_streams.h # End Source File
# Begin Source File
+SOURCE=..\main\snprintf.h
+# End Source File
+# Begin Source File
+
+SOURCE=..\main\spprintf.h
+# End Source File
+# Begin Source File
+
SOURCE=..\main\php_variables.h
# End Source File
# Begin Source File
|