2010-02-09 14:25:13 -08:00
|
|
|
// Zlib settings for all configurations
|
|
|
|
|
2011-05-18 13:59:07 -07:00
|
|
|
#include "Base-Framework.xcconfig"
|
|
|
|
|
2010-02-09 14:25:13 -08:00
|
|
|
|
|
|
|
PRODUCT_NAME = Zlib
|
2011-05-18 13:59:07 -07:00
|
|
|
|
|
|
|
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) HAVE_UNISTD_H
|
|
|
|
WARNING_CFLAGS = -Wno-unused-value // Silence warnings that are not ours
|