- initial support for configure based on scummvm tree (tested mac os x leopard, linux(ubuntu), cygwin with mingwin gcc)

- adopted more common dir code from scummvm for easier multi platform support
- synced some changes from scummvm code
This commit is contained in:
Pawel Kolodziejski 2008-06-12 12:08:15 +00:00
parent 3ce0bfb836
commit 407aee486d
95 changed files with 8389 additions and 818 deletions

View file

@ -21,8 +21,8 @@
*/
#include "common/sys.h"
#include "common/platform.h"
#include "common/debug.h"
#include "common/endian.h"
#include "engine/bitmap.h"
#include "engine/smush/smush.h"