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

Don't build this for iOS or Android either

üst bd8585dc
......@@ -42,7 +42,7 @@ CFLAGS+=-DSYSTEM_EXPAT
# --- Files --------------------------------------------------------
.IF "$(OS)" != "MACOSX"
.IF "$(OS)" != "MACOSX" && "$(OS)" != "IOS" && "$(OS)" != "ANDROID"
SLOFILES=$(SLO)$/recently_used_file.obj \
$(SLO)$/recently_used_file_handler.obj
......@@ -59,9 +59,9 @@ SHL1VERSIONMAP=recfile.map
.ELSE
dummy:
@echo "Nothing to build for MACOSX"
@echo "Nothing to build for $(OS)"
.ENDIF # MACOSX
.ENDIF
# --- Targets ------------------------------------------------------
.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