Eric Wing to Sam

Included is the fix for the missing SDL_revision.h in the framework.

Also, I include the project template fixes for the prefix header files. But since this is in SVN directly, you must rename the files named
SDLApp_Prefix.pch
to
___PROJECTNAMEASIDENTIFIER____Prefix.pch

in the TemplatesForXcodeSnowLeopard and TemplatesForXcodeLeopard directories. (Do not rename the Tiger ones.)
This commit is contained in:
Sam Lantinga
2009-10-04 16:26:34 +00:00
parent 0d51e1e26a
commit 3b50b6a3d5
14 changed files with 94 additions and 47 deletions

View File

@@ -0,0 +1,9 @@
//
// Prefix header for all source files of the '<27>PROJECTNAME<4D>' target in the '<27>PROJECTNAME<4D>' project
//
#include "SDL.h"
#ifdef __OBJC__
#import <Cocoa/Cocoa.h>
#endif