Mercurial > sdl-ios-xcode
view README.CVS @ 142:40676b1aa39d
From: Max Horn <max@quendi.de>
I also have a slight enhancment, which I already submitted to Darrell Walisser:
In the SDL target template file "Application.trgttmpl" (contained in
the PBProject.tar.gz archive), replace
CustomProductSettings = {
};
with
CustomProductSettings = {
NSPrincipalClass = "NSApplication";
NSMainNibFile = "SDLMain.nib";
};
This automates two steps mentioned in the Readme when creating a new
"SDL Target" in Apple's ProjectBuilder.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 09 Aug 2001 06:08:57 +0000 |
parents | 74212992fb08 |
children | 37e3ca9254c7 |
line wrap: on
line source
The latest development version of SDL is available via CVS: cvs -d :pserver:guest@cvs.lokigames.com:/cvs login # use the password "guest" cvs -d :pserver:guest@cvs.lokigames.com:/cvs checkout SDL When you check a fresh copy of SDL out of CVS, you need to generate the files used by make by running the "autogen.sh" script, which will run aclocal, automake, autoconf and then run configure. There is a web interface to cvs at http://cvs.lokigames.com/