From 54961d09a75b3b7c3dc411c47567caf0d963dfbf Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Tue, 19 Aug 2008 17:31:45 +0200 Subject: Make Toilet Lisp compile with LLVM 2.3. --- Toilet Lisp.xcodeproj/project.pbxproj | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Toilet Lisp.xcodeproj') diff --git a/Toilet Lisp.xcodeproj/project.pbxproj b/Toilet Lisp.xcodeproj/project.pbxproj index 038bebb..acb9d51 100644 --- a/Toilet Lisp.xcodeproj/project.pbxproj +++ b/Toilet Lisp.xcodeproj/project.pbxproj @@ -308,6 +308,7 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ + A720D3670E5B1CB700734638 /* GNUmakefile */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; languageSpecificationIdentifier = make; path = GNUmakefile; sourceTree = ""; }; A72E9E370E51CB0500BDE40F /* MLKCompiledClosure.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MLKCompiledClosure.h; sourceTree = ""; }; A72E9E390E51CB1300BDE40F /* MLKCompiledClosure.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MLKCompiledClosure.m; sourceTree = ""; }; A72E9E6B0E5220A200BDE40F /* MLKLexicalContext-MLKLLVMCompilation.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = "MLKLexicalContext-MLKLLVMCompilation.mm"; sourceTree = ""; }; @@ -543,6 +544,7 @@ A7E5C3CC0E21682800A01D81 = { isa = PBXGroup; children = ( + A720D3670E5B1CB700734638 /* GNUmakefile */, A7A834A40E477B86005D64E0 /* Lisp Files */, A7E5C55B0E21740C00A01D81 /* Foundation.framework */, A7E5C48D0E216A0E00A01D81 /* Source Files */, @@ -885,6 +887,8 @@ OTHER_CFLAGS = ( "-DHAVE_FFI_H", "-DUSE_LLVM", + "-DLLVM_MAJOR_VERSION=2", + "-DLLVM_MINOR_VERSION=3", ); OTHER_CPLUSPLUSFLAGS = ( "$(OTHER_CFLAGS)", @@ -989,6 +993,8 @@ OTHER_CFLAGS = ( "-DHAVE_FFI_H", "-DUSE_LLVM", + "-DLLVM_MAJOR_VERSION=2", + "-DLLVM_MINOR_VERSION=3", ); OTHER_CPLUSPLUSFLAGS = ( "$(OTHER_CFLAGS)", @@ -1097,6 +1103,8 @@ OTHER_CFLAGS = ( "-DHAVE_FFI_H", "-DUSE_LLVM", + "-DLLVM_MAJOR_VERSION=2", + "-DLLVM_MINOR_VERSION=3", ); OTHER_CPLUSPLUSFLAGS = ( "$(OTHER_CFLAGS)", @@ -1167,6 +1175,8 @@ OTHER_CFLAGS = ( "-DHAVE_FFI_H", "-DUSE_LLVM", + "-DLLVM_MAJOR_VERSION=2", + "-DLLVM_MINOR_VERSION=3", ); OTHER_CPLUSPLUSFLAGS = ( "$(OTHER_CFLAGS)", @@ -1330,6 +1340,8 @@ OTHER_CFLAGS = ( "-DHAVE_FFI_H", "-DUSE_LLVM", + "-DLLVM_MAJOR_VERSION=2", + "-DLLVM_MINOR_VERSION=3", ); OTHER_CPLUSPLUSFLAGS = ( "$(OTHER_CFLAGS)", @@ -1398,6 +1410,8 @@ OTHER_CFLAGS = ( "-DHAVE_FFI_H", "-DUSE_LLVM", + "-DLLVM_MAJOR_VERSION=2", + "-DLLVM_MINOR_VERSION=3", ); OTHER_CPLUSPLUSFLAGS = ( "$(OTHER_CFLAGS)", -- cgit v1.2.3