diff options
author | Sam Ruby <rubys@php.net> | 1999-11-09 17:37:35 +0000 |
---|---|---|
committer | Sam Ruby <rubys@php.net> | 1999-11-09 17:37:35 +0000 |
commit | 5a7943c9ed660c1fb203e21eafe22be4178a9e60 (patch) | |
tree | 9f7f318434b3bc68ef1970c5f6893f5b9dcb7603 /php4dll.dsp | |
parent | a5317327c7eba31109496bf8e4032307c3eb37d4 (diff) | |
download | php-git-5a7943c9ed660c1fb203e21eafe22be4178a9e60.tar.gz |
add mergesort into build
Diffstat (limited to 'php4dll.dsp')
-rw-r--r-- | php4dll.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/php4dll.dsp b/php4dll.dsp index 1a4831296a..a8ab16592d 100644 --- a/php4dll.dsp +++ b/php4dll.dsp @@ -123,6 +123,10 @@ SOURCE=.\main.c # End Source File
# Begin Source File
+SOURCE=.\mergesort.c
+# End Source File
+# Begin Source File
+
SOURCE=.\ext\standard\output.c
# End Source File
# Begin Source File
|