diff options
-rw-r--r-- | win32/php4dll.dsp | 8 | ||||
-rw-r--r-- | win32/php4dllts.dsp | 8 |
2 files changed, 16 insertions, 0 deletions
diff --git a/win32/php4dll.dsp b/win32/php4dll.dsp index 3f9ff611b3..9f286a53bb 100644 --- a/win32/php4dll.dsp +++ b/win32/php4dll.dsp @@ -124,6 +124,10 @@ LINK32=link.exe # PROP Default_Filter ""
# Begin Source File
+SOURCE=..\ext\standard\aggregation.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\standard\cyr_convert.c
# End Source File
# Begin Source File
@@ -213,6 +217,10 @@ SOURCE=..\main\config.w32.h # End Source File
# Begin Source File
+SOURCE=..\ext\standard\aggregation.h
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\standard\cyr_convert.h
# End Source File
# Begin Source File
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index c3831d320f..6784fcb50a 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -153,6 +153,10 @@ LINK32=link.exe # PROP Default_Filter ""
# Begin Source File
+SOURCE=..\ext\standard\aggregation.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\standard\cyr_convert.c
# End Source File
# Begin Source File
@@ -242,6 +246,10 @@ SOURCE=..\main\config.w32.h # End Source File
# Begin Source File
+SOURCE=..\ext\standard\aggregation.h
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\standard\cyr_convert.h
# End Source File
# Begin Source File
|