view Xcode/TemplatesForXcodeSnowLeopard/SDL Application/___PROJECTNAMEASIDENTIFIER____Prefix.pch @ 4476:890fe3b85890

Make sure SDL gets installed to the correct prefix for the new cross-compiler tools.
author Sam Lantinga <slouken@libsdl.org>
date Mon, 05 Jul 2010 12:41:28 -0700
parents 62d208fd5f49
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