summaryrefslogtreecommitdiff
path: root/AT91SAM7S256/armdebug/FantomModule/FantomModuleTarget.xcconfig
diff options
context:
space:
mode:
Diffstat (limited to 'AT91SAM7S256/armdebug/FantomModule/FantomModuleTarget.xcconfig')
-rw-r--r--AT91SAM7S256/armdebug/FantomModule/FantomModuleTarget.xcconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/AT91SAM7S256/armdebug/FantomModule/FantomModuleTarget.xcconfig b/AT91SAM7S256/armdebug/FantomModule/FantomModuleTarget.xcconfig
new file mode 100644
index 0000000..63f1a7e
--- /dev/null
+++ b/AT91SAM7S256/armdebug/FantomModule/FantomModuleTarget.xcconfig
@@ -0,0 +1,11 @@
+ PRODUCT_NAME = libFantomModule;
+ INSTALL_PATH = /usr/local/lib;
+ MACH_O_TYPE = mh_dylib;
+ DYLIB_COMPATIBILITY_VERSION = 1;
+ DYLIB_CURRENT_VERSION = 1;
+ GCC_PRECOMPILE_PREFIX_HEADER = YES;
+ GCC_PREFIX_HEADER = FantomModule_Prefix.pch;
+ GCC_ENABLE_CPP_EXCEPTIONS = YES;
+ GCC_ENABLE_CPP_RTTI = YES;
+ STANDARD_C_PLUS_PLUS_LIBRARY_TYPE = Dynamic;
+ GCC_SYMBOLS_PRIVATE_EXTERN = YES;