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

No point building build-time executables for iOS

üst 01da593c
...@@ -37,6 +37,11 @@ ENABLE_EXCEPTIONS=TRUE ...@@ -37,6 +37,11 @@ ENABLE_EXCEPTIONS=TRUE
# --- Settings ----------------------------------------------------- # --- Settings -----------------------------------------------------
.INCLUDE : settings.mk .INCLUDE : settings.mk
.IF "$(OS)" == "IOS"
all:
@echo No point in build-time executables for this platform
.ENDIF
OBJFILES= $(OBJ)$/rdbmaker.obj \ OBJFILES= $(OBJ)$/rdbmaker.obj \
$(OBJ)$/rdboptions.obj \ $(OBJ)$/rdboptions.obj \
$(OBJ)$/typeblop.obj \ $(OBJ)$/typeblop.obj \
......
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