Browse Source

- Update build for xcode - parallel and universal, plus PCH. Update XCode project to reflect current state of the tree (thanks to Jørgen P. Tjernø for the patch)

git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@834 67173fc5-114c-0410-ac8e-9d2fd5bffc1f
aramis_acg 15 years ago
parent
commit
8a336e8876
4 changed files with 419 additions and 151 deletions
  1. 3 0
      CREDITS
  2. 2 0
      code/Importer.cpp
  3. 2 0
      include/aiDefines.h
  4. 412 151
      workspaces/xcode3/assimp.xcodeproj/project.pbxproj

+ 3 - 0
CREDITS

@@ -89,3 +89,6 @@ Contributed the 'SimpleTexturedOpenGl' sample.
 
 - Matthias Fauconneau
 Contributed a fix for the Q3-BSP loader.
+
+- Jørgen P. Tjernø
+Contributed updated and improved xcode workspaces

+ 2 - 0
code/Importer.cpp

@@ -904,6 +904,8 @@ void WriteLogOpening(const std::string& file)
 		<< " amd64"
 #elif defined(ASSIMP_BUILD_IA_64BIT_ARCHITECTURE)
 		<< " itanium"
+#elif defined(ASSIMP_BUILD_PPC_32BIT_ARCHITECTURE)
+		<< " ppc32"
 #else
 #	error unknown architecture
 #endif

+ 2 - 0
include/aiDefines.h

@@ -238,6 +238,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 #		define ASSIMP_BUILD_X86_32BIT_ARCHITECTURE
 #	elif defined(__x86_64__)
 #		define ASSIMP_BUILD_X86_64BIT_ARCHITECTURE
+#	elif defined(__ppc__)
+#		define ASSIMP_BUILD_PPC_32BIT_ARCHITECTURE
 #	else
 #		error unknown architecture
 #	endif

File diff suppressed because it is too large
+ 412 - 151
workspaces/xcode3/assimp.xcodeproj/project.pbxproj


Some files were not shown because too many files changed in this diff