diff options
author | Andi Gutmans <andi@php.net> | 2003-10-30 09:58:52 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2003-10-30 09:58:52 +0000 |
commit | bb12ffe41f3a4167bfd103f128476a515fa775c3 (patch) | |
tree | 4d96c2d280f310a653a77d29f9752b6831d6ba69 | |
parent | db38966aba55438e4fc2cf40e9e6fd1c0b4bc7cc (diff) | |
download | php-git-bb12ffe41f3a4167bfd103f128476a515fa775c3.tar.gz |
- Move uuencode to the right place (ext/standard)
-rw-r--r-- | win32/php4dllts.dsp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 3fa61f7a93..ef5a5df75b 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -255,10 +255,6 @@ SOURCE=..\main\strlcat.c SOURCE=..\main\strlcpy.c
# End Source File
-# Begin Source File
-
-SOURCE=..\ext\standard\uuencode.c
-# End Source File
# End Group
# Begin Group "Header Files"
@@ -1786,6 +1782,10 @@ SOURCE=..\ext\standard\url_scanner_ex.c # End Source File
# Begin Source File
+SOURCE=..\ext\standard\uuencode.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\standard\var.c
# End Source File
# Begin Source File
|