diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-05-26 00:56:25 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-05-26 00:56:25 +0300 |
commit | 3fb00a59b15233ff5c526ad57cccf54036832c88 (patch) | |
tree | ec783b2c3580a0f000a1b1551b7051feb016ee27 /registry/tools | |
parent | ab29840eaa0ef9ef2187f96dbbc95fa2599d02ec (diff) |
Would be pointless to build tool executables for iOS
Diffstat (limited to 'registry/tools')
-rw-r--r-- | registry/tools/makefile.mk | 4 |
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 |