warzone2100/macosx/configs/Theora-All.xcconfig

13 lines
455 B
Plaintext
Raw Normal View History

// Theora settings for all configurations
2011-05-18 13:59:07 -07:00
#include "Base-Framework.xcconfig"
INFOPLIST_FILE = Resources/theora/Info.plist
PRODUCT_NAME = Theora
HEADER_SEARCH_PATHS = $(inherited)
USER_HEADER_SEARCH_PATHS = "$(SRCROOT)/external/libtheora/lib" "$(SRCROOT)/external/libtheora/include/**"
2011-05-18 13:59:07 -07:00
WARNING_CFLAGS = -Wno-parentheses -Wno-tautological-compare // Silence warnings that are not ours
2011-06-03 09:00:33 -07:00
WARNING_CFLAGS[arch=i386] = $(inherited) -Wno-tautological-compare