From 17ef8dba77def829ad074d2b1fa61dfb7b0cf488 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Sat, 6 Oct 2001 06:05:36 +0000 Subject: [PATCH] Fix Win32 build. --- win32/php4dll.dsp | 8 ++++++++ win32/php4dllts.dsp | 8 ++++++++ 2 files changed, 16 insertions(+) diff --git a/win32/php4dll.dsp b/win32/php4dll.dsp index 059e912046..6a1ff4ece2 100644 --- a/win32/php4dll.dsp +++ b/win32/php4dll.dsp @@ -550,6 +550,10 @@ SOURCE=..\ext\standard\url_scanner_ex.c SOURCE=..\ext\standard\var.c # End Source File +# Begin Source File + +SOURCE=..\ext\standard\versioning.c +# End Source File # End Group # Begin Group "Header Files No. 1" @@ -1576,6 +1580,10 @@ SOURCE=..\ext\com\php_VARIANT.h # End Source File # Begin Source File +SOURCE=..\ext\com\php_versioning.h +# End Source File +# Begin Source File + SOURCE=..\win32\pwd.h # End Source File # Begin Source File diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index e116dcaa8f..b518a211a0 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -577,6 +577,10 @@ SOURCE=..\ext\standard\url_scanner_ex.c SOURCE=..\ext\standard\var.c # End Source File +# Begin Source File + +SOURCE=..\ext\standard\versioning.c +# End Source File # End Group # Begin Group "Header Files No. 1" @@ -1811,6 +1815,10 @@ SOURCE=..\ext\com\php_VARIANT.h # End Source File # Begin Source File +SOURCE=..\ext\com\php_versioning.h +# End Source File +# Begin Source File + SOURCE=..\win32\pwd.h # End Source File # Begin Source File -- 2.40.0