mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:03:32 +03:00
VC6 generated .dsp file now supports 4 configurations:
libcurl - Win32 DLL Debug libcurl - Win32 DLL Release libcurl - Win32 LIB Debug libcurl - Win32 LIB Release
This commit is contained in:
parent
6f53cf9cc6
commit
ecff50c2b4
2 changed files with 151 additions and 92 deletions
4
CHANGES
4
CHANGES
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue