view Xcode/TemplatesForXcode/SDL Application/SDLApp_Prefix.pch @ 3007:b30409e106f2

Date: Fri, 9 Jan 2009 19:18:23 +0600 Subject: SDL. macos build problem When I try to cross-build SDL1.3 r4362 it fails for macos. It seems there is a typo in configure.in. Please, consider attached patch. Mikle
author Sam Lantinga <slouken@libsdl.org>
date Fri, 09 Jan 2009 13:58:28 +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