From 2cbe251e1b726c2fc5347dffd25cd4f9102012ed Mon Sep 17 00:00:00 2001 From: Tat-Chee Wan (USM) Date: Tue, 1 Mar 2011 12:12:49 +0800 Subject: added fantom module for python --- FantomModule/FantomModuleTarget.xcconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 FantomModule/FantomModuleTarget.xcconfig (limited to 'FantomModule/FantomModuleTarget.xcconfig') diff --git a/FantomModule/FantomModuleTarget.xcconfig b/FantomModule/FantomModuleTarget.xcconfig new file mode 100644 index 0000000..63f1a7e --- /dev/null +++ b/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; -- cgit v1.2.3