Right Click Mouse Scroll Zoom and Xcode fix

This commit is contained in:
Drake Arconis
2011-10-31 15:43:05 -04:00
parent e5f75d1e48
commit a35ef93d19
4 changed files with 81 additions and 1 deletions

View File

@@ -82,8 +82,9 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
set(CMAKE_XCODE_ATTIBUTE_GCC_VERSION "4.2")
else (${XCODE_VERSION} VERSION_LESS 4.0.0)
set(CMAKE_OSX_SYSROOT /Developer/SDKs/MacOSX10.6.sdk)
set(CMAKE_XCODE_ATTIBUTE_GCC_VERSION "4.2")
set(CMAKE_XCODE_ATTRIBUTE_GCC_VERSION "com.apple.compilers.llvmgcc42")
endif (${XCODE_VERSION} VERSION_LESS 4.0.0)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.5)
# NOTE: To attempt an i386/PPC Universal build, add this on the configure line: