diff options
author | Yang Tse <yangsita@gmail.com> | 2008-08-27 23:31:58 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2008-08-27 23:31:58 +0000 |
commit | ecff50c2b4bb970c2add29f3ece1c93b6dc0e29a (patch) | |
tree | 455f6b858d09fce88810ec12cdf171c822f00680 /CHANGES | |
parent | 6f53cf9cc6960a38c586cf0c36642486caf02b92 (diff) | |
download | curl-ecff50c2b4bb970c2add29f3ece1c93b6dc0e29a.tar.gz |
VC6 generated .dsp file now supports 4 configurations:
libcurl - Win32 DLL Debug
libcurl - Win32 DLL Release
libcurl - Win32 LIB Debug
libcurl - Win32 LIB Release
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -6,6 +6,10 @@ Changelog +Yang Tse (27 Aug 2008) +- Fix generation of MS VC6 .dsp file to make it support compilation of either + dynamic (DLL) or static (LIB) libcurl libraries in debug and release modes. + Daniel Fandrich (26 Aug 2008) - Fixed out of memory problems that caused torture test failures in tests 1021 and 1067. |