pjs/camino/config/PrefPane.xcconfig

24 строки
872 B
Plaintext

WRAPPER_EXTENSION = prefPane
INSTALL_PATH = "$(USER_LIBRARY_DIR)/Bundles"
GCC_PREFIX_HEADER = src/includes/ChimeraPrefix.h
// Most/all of this will be removed when pref panes switch to bundle linking
// rather than actually compiling any core code.
GCC_PREPROCESSOR_DEFINITIONS = OSTYPE=Darwin1.4 OSARCH=Darwin MOZILLA_INTERNAL_API=1
OTHER_LDFLAGS = -lpthread -lm
OTHER_CFLAGS = -fshort-wchar
LIBRARY_STYLE = BUNDLE
GCC_ENABLE_PASCAL_STRINGS = YES
GCC_ENABLE_CPP_EXCEPTIONS = NO
GCC_ENABLE_CPP_RTTI = NO
// Thes warning settings should be revisited once pref panes aren't tied to core
// GCC_WARN_NON_VIRTUAL_DESTRUCTOR = NO
GCC_WARN_MISSING_PARENTHESES = NO
GCC_WARN_UNUSED_LABEL = YES
GCC_WARN_UNUSED_VARIABLE = YES
GCC_WARN_UNKNOWN_PRAGMAS = YES
GCC_WARN_SIGN_COMPARE = YES
WARNING_CFLAGS = -Wmost -Wno-four-char-constants -Wno-unknown-pragmas -Wno-non-virtual-dtor