mirror of
https://git.code.sf.net/p/libpng/code.git
synced 2025-07-10 18:04:09 +02:00
[libpng17] In projects/vstudio, merged readme.txt and WARNING into README.txt
This commit is contained in:
parent
0340dcdcbd
commit
8d124a250a
@ -64,3 +64,32 @@ track down.)
|
|||||||
|
|
||||||
The debug build of libpng is minimally supported. Support for debug builds of
|
The debug build of libpng is minimally supported. Support for debug builds of
|
||||||
zlib is also minimal. You really don't want to do this.
|
zlib is also minimal. You really don't want to do this.
|
||||||
|
|
||||||
|
WARNING
|
||||||
|
=======
|
||||||
|
Libpng 1.6.x does not use the default run-time library when building static
|
||||||
|
library builds of libpng; instead of the shared DLL runtime it uses a static
|
||||||
|
runtime. If you need to change this make sure to change the setting on all the
|
||||||
|
relevant projects:
|
||||||
|
|
||||||
|
libpng
|
||||||
|
zlib
|
||||||
|
all the test programs
|
||||||
|
|
||||||
|
The runtime library settings for each build are as follows:
|
||||||
|
|
||||||
|
Release Debug
|
||||||
|
DLL /MD /MDd
|
||||||
|
Library /MT /MTd
|
||||||
|
|
||||||
|
NOTICE that libpng 1.5.x erroneously used /MD for Debug DLL builds; if you used
|
||||||
|
the debug builds in your app and you changed your app to use /MD you will need
|
||||||
|
to change it back to /MDd for libpng 1.6.0 and later.
|
||||||
|
|
||||||
|
The Visual Studio 2010 defaults for a Win32 DLL or Static Library project are
|
||||||
|
as follows:
|
||||||
|
|
||||||
|
Release Debug
|
||||||
|
DLL /MD /MDd
|
||||||
|
Static Library /MD /MDd
|
||||||
|
|
||||||
@ -1,28 +0,0 @@
|
|||||||
WARNING
|
|
||||||
=======
|
|
||||||
Libpng 1.6.x does not use the default run-time library when building static
|
|
||||||
library builds of libpng; instead of the shared DLL runtime it uses a static
|
|
||||||
runtime. If you need to change this make sure to change the setting on all the
|
|
||||||
relevant projects:
|
|
||||||
|
|
||||||
libpng
|
|
||||||
zlib
|
|
||||||
all the test programs
|
|
||||||
|
|
||||||
The runtime library settings for each build are as follows:
|
|
||||||
|
|
||||||
Release Debug
|
|
||||||
DLL /MD /MDd
|
|
||||||
Library /MT /MTd
|
|
||||||
|
|
||||||
NOTICE that libpng 1.5.x erroneously used /MD for Debug DLL builds; if you used
|
|
||||||
the debug builds in your app and you changed your app to use /MD you will need
|
|
||||||
to change it back to /MDd for libpng 1.6.0 and later.
|
|
||||||
|
|
||||||
The Visual Studio 2010 defaults for a Win32 DLL or Static Library project are
|
|
||||||
as follows:
|
|
||||||
|
|
||||||
Release Debug
|
|
||||||
DLL /MD /MDd
|
|
||||||
Static Library /MD /MDd
|
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user