aboutsummaryrefslogtreecommitdiff
path: root/FantomModule/FantomModuleTarget.xcconfig
diff options
context:
space:
mode:
authorTat-Chee Wan (USM)2011-06-03 17:55:26 +0800
committerTat-Chee Wan (USM)2011-06-03 17:55:26 +0800
commitfe2d495cfa5dbaa5720d5a99f996b6ccd30c2801 (patch)
treeac5b19d88b970dd97e4d50b56010432d9cf4f8ca /FantomModule/FantomModuleTarget.xcconfig
parentae52f5280e23e6227dc68a70f03fc7f364040f06 (diff)
removed obsolete code
Diffstat (limited to 'FantomModule/FantomModuleTarget.xcconfig')
-rw-r--r--FantomModule/FantomModuleTarget.xcconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/FantomModule/FantomModuleTarget.xcconfig b/FantomModule/FantomModuleTarget.xcconfig
deleted file mode 100644
index 63f1a7e..0000000
--- a/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;