summaryrefslogtreecommitdiff
path: root/registry
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-05-26 00:56:25 +0300
committerTor Lillqvist <tml@iki.fi>2011-05-26 00:56:25 +0300
commit3fb00a59b15233ff5c526ad57cccf54036832c88 (patch)
treeec783b2c3580a0f000a1b1551b7051feb016ee27 /registry
parentab29840eaa0ef9ef2187f96dbbc95fa2599d02ec (diff)
Would be pointless to build tool executables for iOS
Diffstat (limited to 'registry')
-rw-r--r--registry/tools/makefile.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/registry/tools/makefile.mk b/registry/tools/makefile.mk
index 06ca753ff044..6a759b1289b3 100644
--- a/registry/tools/makefile.mk
+++ b/registry/tools/makefile.mk
@@ -39,6 +39,8 @@ ENABLE_EXCEPTIONS := TRUE
.INCLUDE : ..$/version.mk
+.IF "$(OS)"!="IOS"
+
# --- Files --------------------------------------------------------
CDEFS += -DDLL_VERSION=$(EMQ)"$(DLLPOSTFIX)$(EMQ)"
@@ -85,4 +87,6 @@ APP5STDLIBS=\
OBJFILES = $(APP1OBJS) $(APP2OBJS) $(APP3OBJS) $(APP4OBJS) $(APP5OBJS)
+.ENDIF
+
.INCLUDE : target.mk