Mercurial > sdl-ios-xcode
view Xcode/TemplatesForXcode/SDL Cocoa Application/SDLApp_Prefix.pch @ 2684:a4f143d187dd gsoc2008_nds
Improved devkitPrO message in Makefile.ds and set better environment variable defaults
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 11 Aug 2008 04:39:24 +0000 |
parents | d63e9f5944ae |
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