mirror of https://github.com/snes9xgit/snes9x.git
Merge pull request #11 from bl0ckeduser/patch-4
Win32: add notice on removal of DirectDraw in recent DX APIs
This commit is contained in:
commit
596697217a
|
@ -8,6 +8,8 @@ NOTE: Unicode support requires a special zlib build - see the end of the zlib en
|
||||||
your own project file for earlier MSVC versions
|
your own project file for earlier MSVC versions
|
||||||
|
|
||||||
- A recent DirectX SDK. The official binary is compiled against the June 2008 SDK.
|
- A recent DirectX SDK. The official binary is compiled against the June 2008 SDK.
|
||||||
|
Note that as of the June 2010 release of the DirectX SDK, DirectDraw (which is
|
||||||
|
necessary to compile) has been removed.
|
||||||
|
|
||||||
- zlib(optional) - The release binaries are built against a static zlib compiled
|
- zlib(optional) - The release binaries are built against a static zlib compiled
|
||||||
against VC's multi-threaded C runtime and renamed to zlibmt.lib, to avoid linker conflicts.
|
against VC's multi-threaded C runtime and renamed to zlibmt.lib, to avoid linker conflicts.
|
||||||
|
|
Loading…
Reference in New Issue