Kaydet (Commit) 3fb00a59 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

Would be pointless to build tool executables for iOS

üst ab29840e
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment