summaryrefslogtreecommitdiff
path: root/samples/xcode/pong/.svn/text-base/pongTarget.xcconfig.svn-base
diff options
context:
space:
mode:
Diffstat (limited to 'samples/xcode/pong/.svn/text-base/pongTarget.xcconfig.svn-base')
-rw-r--r--samples/xcode/pong/.svn/text-base/pongTarget.xcconfig.svn-base7
1 files changed, 7 insertions, 0 deletions
diff --git a/samples/xcode/pong/.svn/text-base/pongTarget.xcconfig.svn-base b/samples/xcode/pong/.svn/text-base/pongTarget.xcconfig.svn-base
new file mode 100644
index 0000000..cd1117d
--- /dev/null
+++ b/samples/xcode/pong/.svn/text-base/pongTarget.xcconfig.svn-base
@@ -0,0 +1,7 @@
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = pong_Prefix.pch;
+ INFOPLIST_FILE = Info.plist;
+ INSTALL_PATH = $(HOME)/Applications;
+ PRODUCT_NAME = pong $(CONFIGURATION);
+ STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = Dynamic;
+ GCC_SYMBOLS_PRIVATE_EXTERN = YES;