diff options
author | Edin Kadribasic <edink@php.net> | 2002-05-10 04:58:05 +0000 |
---|---|---|
committer | Edin Kadribasic <edink@php.net> | 2002-05-10 04:58:05 +0000 |
commit | ffce791942609b37caae439a723f07bc0f0ef58f (patch) | |
tree | 7eca68d8e6f8e52c28ce827def05e30b8e69d861 /win32/php4dllts.dsp | |
parent | 0685de942b4a904c1cfc4cb37cda8f377389114d (diff) | |
download | php-git-ffce791942609b37caae439a723f07bc0f0ef58f.tar.gz |
Added MD5 support for crypt() on Windows.
Diffstat (limited to 'win32/php4dllts.dsp')
-rw-r--r-- | win32/php4dllts.dsp | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 387ecd4b63..69abfdaab4 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -1,6 +1,6 @@ # Microsoft Developer Studio Project File - Name="php4dllts" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
-# ** NICHT BEARBEITEN **
+# ** DO NOT EDIT **
# TARGTYPE "Win32 (x86) Dynamic-Link Library" 0x0102
@@ -1920,6 +1920,10 @@ SOURCE=.\crypt_win32.c # End Source File
# Begin Source File
+SOURCE=.\md5crypt.c
+# End Source File
+# Begin Source File
+
SOURCE=..\win32\pwd.c
# End Source File
# Begin Source File
@@ -1968,6 +1972,10 @@ SOURCE=..\win32\grp.h # End Source File
# Begin Source File
+SOURCE=.\md5crypt.h
+# End Source File
+# Begin Source File
+
SOURCE=..\win32\param.h
# End Source File
# Begin Source File
|