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/php4dll.dsp | |
parent | 695836929542818db45ac7ad50ff53474239531f (diff) | |
download | php-git-48b70510ba8fa9415751dbb3a07e871f1ad5df3e.tar.gz |
Fix Win32 build.
Diffstat (limited to 'win32/php4dll.dsp')
-rw-r--r-- | win32/php4dll.dsp | 16 |
1 files changed, 16 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
|