- Made it mostly compile again

- Updated VC9 project files

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@756 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
pull/1/head
ulfjorensen 2010-06-21 17:28:02 +00:00
parent f017b5a4a4
commit 3adce87c5c
6 changed files with 1566 additions and 1506 deletions

View File

@ -37,6 +37,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
---------------------------------------------------------------------- ----------------------------------------------------------------------
*/ */
#include "AssimpPCH.h"
#include "Q3BSPZipArchive.h" #include "Q3BSPZipArchive.h"
#include <algorithm> #include <algorithm>
#include <cassert> #include <cassert>

View File

@ -10,7 +10,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "../contrib/zlib/zlib.h" #include "../../contrib/zlib/zlib.h"
#include "ioapi.h" #include "ioapi.h"

View File

@ -38,7 +38,7 @@ woven in by Terry Thorsen 1/2003.
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include "../contrib/zlib/zlib.h" #include "../../contrib/zlib/zlib.h"
#include "./unzip.h" #include "./unzip.h"
#ifdef STDC #ifdef STDC

View File

@ -50,7 +50,7 @@ extern "C" {
#endif #endif
#ifndef _ZLIB_H #ifndef _ZLIB_H
#include "../contrib/zlib/zlib.h" #include "../../contrib/zlib/zlib.h"
#endif #endif
#ifndef _ZLIBIOAPI_H #ifndef _ZLIBIOAPI_H

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff