diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-02-21 07:00:15 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-02-21 07:00:15 +0000 |
commit | be1b9927e57db4184cfa0fd2a48466a41df37ea7 (patch) | |
tree | a30dbf8f879bb18c2a5c83e1029a7e47f79c7ee2 /win32 | |
parent | 513e598d1ec6634cf4652c7946e8218132e56518 (diff) | |
download | php-git-be1b9927e57db4184cfa0fd2a48466a41df37ea7.tar.gz |
Add aggregation to Win32 build.
Diffstat (limited to 'win32')
-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
|