Mercurial > sdl-ios-xcode
view Xcode/SDLTest/libsdlmain_prefix.h @ 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 | 4d2d0548f5b2 |
children |
line wrap: on
line source
/* * libsdlmain_prefix.h * SDLTest * * Created by Darrell Walisser on Wed Aug 06 2003. * Copyright (c) 2003 __MyCompanyName__. All rights reserved. * */ #include <Cocoa/Cocoa.h> #include <Carbon/Carbon.h> #include "SDL.h" #include "SDLMain.h"