1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-03-04 17:51:03 +00:00

Miscellaneous build changes

This commit is contained in:
Viktor Krikun 2010-06-17 17:31:32 +00:00 committed by Travis Cross
parent 7a04fbe4fd
commit 50819e6934

@ -553,9 +553,14 @@
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_MODEL_TUNING = G5;
HEADER_SEARCH_PATHS = (
"..\\..\\include\\bgaes",
"..\\..\\third_party\\bnlib",
"..\\..\\include",
);
INSTALL_PATH = /usr/local/lib;
OTHER_CFLAGS = "-DZRTP_USE_ENTERPRISE=1";
PRODUCT_NAME = libzrtp;
PRODUCT_NAME = zrtp;
SDKROOT = macosx10.5;
VALID_ARCHS = "i386 ppc x86_64";
};