Improve detection of for shared libs in both sdl and Qt (zlib, libzip, snappy and glew).

This commit is contained in:
sergiobenrocha2 2015-09-16 00:59:31 -03:00
parent 69fa5b179d
commit 5ec87f3459
9 changed files with 70 additions and 16 deletions

View file

@ -15,7 +15,11 @@
// Official git repository and contact information can be found at
// https://github.com/hrydgard/ppsspp and http://www.ppsspp.org/.
#ifdef SHARED_ZLIB
#include <zlib.h>
#else
#include "../ext/zlib/zlib.h"
#endif
#include "sceAdler.h"
#include "Common/Log.h"