Mercurial > sdl-ios-xcode
annotate src/audio/disk/.cvsignore @ 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 | ac6645260d31 |
children |
rev | line source |
---|---|
68
ac6645260d31
Added an audio driver that writes to disk (thanks Ryan!)
Sam Lantinga <slouken@lokigames.com>
parents:
diff
changeset
|
1 Makefile.in |
ac6645260d31
Added an audio driver that writes to disk (thanks Ryan!)
Sam Lantinga <slouken@lokigames.com>
parents:
diff
changeset
|
2 Makefile |
ac6645260d31
Added an audio driver that writes to disk (thanks Ryan!)
Sam Lantinga <slouken@lokigames.com>
parents:
diff
changeset
|
3 .libs |
ac6645260d31
Added an audio driver that writes to disk (thanks Ryan!)
Sam Lantinga <slouken@lokigames.com>
parents:
diff
changeset
|
4 *.o |
ac6645260d31
Added an audio driver that writes to disk (thanks Ryan!)
Sam Lantinga <slouken@lokigames.com>
parents:
diff
changeset
|
5 *.lo |
ac6645260d31
Added an audio driver that writes to disk (thanks Ryan!)
Sam Lantinga <slouken@lokigames.com>
parents:
diff
changeset
|
6 *.la |