diff options
author | Andi Gutmans <andi@php.net> | 2000-06-22 21:24:44 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-06-22 21:24:44 +0000 |
commit | cb62c5d5f8a28a2ea800cfa3d15c239d3958daad (patch) | |
tree | 2ba5665aa164ee07af020a2427ae2ca06f51d3c0 | |
parent | e16710f1b5c0d7efd314d0f3d07300496bc6fa32 (diff) | |
download | php-git-cb62c5d5f8a28a2ea800cfa3d15c239d3958daad.tar.gz |
- Make Windows compile. Was missing crc32.c
-rw-r--r-- | win32/php4dllts.dsp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/php4dllts.dsp b/win32/php4dllts.dsp index 487730cdeb..456bf86f8e 100644 --- a/win32/php4dllts.dsp +++ b/win32/php4dllts.dsp @@ -333,6 +333,10 @@ SOURCE=..\ext\standard\browscap.c # End Source File
# Begin Source File
+SOURCE=..\ext\standard\crc32.c
+# End Source File
+# Begin Source File
+
SOURCE=..\ext\standard\datetime.c
# End Source File
# Begin Source File
|