view Xcode/TemplatesForXcodeTiger/SDL OpenGL Application/SDLApp_Prefix.pch @ 3377:c8d350c981ff

gcc can't generate dependencies for a file that doesn't exist, so first create SDL_revision.h
author Sam Lantinga <slouken@libsdl.org>
date Sun, 11 Oct 2009 06:42:20 +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