Fixed bug 1137, updated the keyboard demo with latest rendering API changes.
This commit is contained in:
parent
8e56849e83
commit
9ed73976a5
2 changed files with 12 additions and 19 deletions
|
@ -975,11 +975,7 @@
|
|||
GCC_PREFIX_HEADER = "";
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"\\\\\\\"$(SRCROOT)\\\\\\\"",
|
||||
"\"$(SRCROOT)/../SDL/build/Debug-iphoneos\"",
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = Keyboard;
|
||||
SDKROOT = iphoneos;
|
||||
|
@ -998,11 +994,7 @@
|
|||
GCC_PREFIX_HEADER = "";
|
||||
INFOPLIST_FILE = Info.plist;
|
||||
INSTALL_PATH = "$(HOME)/Applications";
|
||||
LIBRARY_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
"\\\\\\\"$(SRCROOT)\\\\\\\"",
|
||||
"\"$(SRCROOT)/../SDL/build/Debug-iphoneos\"",
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
||||
PREBINDING = NO;
|
||||
PRODUCT_NAME = Fireworks;
|
||||
SDKROOT = iphoneos;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue