VTK
|
00001 /*========================================================================= 00002 00003 Program: Visualization Toolkit 00004 Module: vtkCocoaMacOSXSDKCompatibility.h 00005 00006 Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen 00007 All rights reserved. 00008 See Copyright.txt or http://www.kitware.com/Copyright.htm for details. 00009 00010 This software is distributed WITHOUT ANY WARRANTY; without even 00011 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00012 PURPOSE. See the above copyright notice for more information. 00013 00014 =========================================================================*/ 00026 #include <AvailabilityMacros.h> 00027 00028 #if MAC_OS_X_VERSION_MAX_ALLOWED < 1050 00029 #error VTK requires the Mac OS X 10.5 SDK or later 00030 #endif 00031 00032 #if MAC_OS_X_VERSION_MIN_REQUIRED < 1050 00033 #error VTK requires a deployment target of Mac OS X 10.5 or later 00034 #endif 00035 // VTK-HeaderTest-Exclude: vtkCocoaMacOSXSDKCompatibility.h