diff options
author | James Moore <jmoore@php.net> | 2001-02-21 23:52:57 +0000 |
---|---|---|
committer | James Moore <jmoore@php.net> | 2001-02-21 23:52:57 +0000 |
commit | 977b9ddc0101045b1e553ab4f859f6bca0572613 (patch) | |
tree | 9572697bf0680e7c01d4f3971951e96ee7d17f9b /win32/php4dllts.dsp | |
parent | 28ed45fa72cfc938375808b2617d2124f0fcb480 (diff) | |
download | php-git-977b9ddc0101045b1e553ab4f859f6bca0572613.tar.gz |
Adding crypt.c and php_crypt.h to win32 builds, they were missing..
Diffstat (limited to 'win32/php4dllts.dsp')
-rw-r--r-- | win32/php4dllts.dsp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 0d018a04fe..721d408c99 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -366,6 +366,10 @@ SOURCE=..\ext\standard\credits.c # End Source File
# Begin Source File
+SOURCE=..\ext\standard\crypt.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\standard\datetime.c
# End Source File
# Begin Source File
@@ -651,6 +655,10 @@ SOURCE=..\ext\bcmath\php_bcmath.h # End Source File
# Begin Source File
+SOURCE=..\ext\standard\php_crypt.h
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\standard\php_dir.h
# End Source File
# Begin Source File
|