Mercurial > sdl-ios-xcode
view Xcode/TemplatesForXcodeTiger/SDL Application/SDLApp_Prefix.pch @ 3606:1a4456a01995
Fixed bug #924
Only use sysconf if _SC_NPROCESSORS_ONLN is available. Fortunately the case for this was Mac OS X 10.4, which has sysctlbyname()
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 06 Jan 2010 04:33:31 +0000 |
parents | 232e5e00e398 |
children |
line wrap: on
line source
// // Prefix header for all source files of the 'ÇPROJECTNAMEÈ' target in the 'ÇPROJECTNAMEÈ' project // #include "SDL.h" #ifdef __OBJC__ #import <Cocoa/Cocoa.h> #endif