update to make xbox build possible again

* no zdll for xbox - using static zlib
* no opengl for xbox
* project file changed to include new files/remove old files and include crypt library
This commit is contained in:
Vecais Dumais Laacis
2007-07-24 21:56:59 +00:00
parent 38e43aa1f7
commit 1b90743a70
7 changed files with 1062 additions and 227 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
#if defined(_WINDOWS) || defined(_XBOX)
#include "zlib/zlib.h"
#if defined(_MSC_VER)
#if defined(_MSC_VER) && !defined(_XBOX)
#pragma comment(lib, "zlib/zdll.lib")
#endif
#elif defined(MACOSX)