aboutsummaryrefslogtreecommitdiff
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, 0 insertions, 11 deletions
diff --git a/AT91SAM7S256/armdebug/FantomModule/FantomModuleTarget.xcconfig b/AT91SAM7S256/armdebug/FantomModule/FantomModuleTarget.xcconfig
deleted file mode 100644
index 63f1a7e..0000000
--- a/AT91SAM7S256/armdebug/FantomModule/FantomModuleTarget.xcconfig
+++ /dev/null
@@ -1,11 +0,0 @@
- 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;