aboutsummaryrefslogtreecommitdiffstats
path: root/text_cmds/xcconfigs/ee.xcconfig
diff options
context:
space:
mode:
Diffstat (limited to 'text_cmds/xcconfigs/ee.xcconfig')
-rw-r--r--text_cmds/xcconfigs/ee.xcconfig27
1 files changed, 27 insertions, 0 deletions
diff --git a/text_cmds/xcconfigs/ee.xcconfig b/text_cmds/xcconfigs/ee.xcconfig
new file mode 100644
index 0000000..348c96a
--- /dev/null
+++ b/text_cmds/xcconfigs/ee.xcconfig
@@ -0,0 +1,27 @@
+#include "base.xcconfig"
+
+EE_PREFIX = /usr/local
+//EE_PREFIX[sdk=macosx*] = /usr
+
+// Deployment
+INSTALL_PATH = $(EE_PREFIX)/bin
+
+// Linking
+OTHER_LDFLAGS = -lncurses
+
+// Packaging
+PRODUCT_NAME = ee
+
+// Preprocessing
+GCC_PREPROCESSOR_DEFINITIONS = HAS_NCURSES HAS_UNISTD HAS_STDARG HAS_STDLIB HAS_SYS_WAIT NO_CATGETS
+
+// Warnings - All languages
+CLANG_WARN_IMPLICIT_SIGN_CONVERSION = NO
+CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = NO
+GCC_WARN_64_TO_32_BIT_CONVERSION = NO
+GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO
+GCC_WARN_ABOUT_POINTER_SIGNEDNESS = NO
+GCC_WARN_SHADOW = NO
+GCC_WARN_SIGN_COMPARE = NO
+GCC_WARN_UNINITIALIZED_AUTOS = NO
+GCC_WARN_UNUSED_PARAMETER = NO