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

Reduce verbiage slightly

üst a1fe0a77
......@@ -38,8 +38,10 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
.IF "$(OS)" == "IOS"
all:
@echo No build-time tools for this platform
# nothing
.ENDIF
.INCLUDE : $(PRJ)$/codemaker.pmk
......
......@@ -39,8 +39,10 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
.IF "$(OS)" == "IOS"
all:
@echo No build-time tools for this platform
# nothing
.ENDIF
.INCLUDE : $(PRJ)$/codemaker.pmk
......
......@@ -36,8 +36,10 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
.IF "$(OS)" == "IOS"
ALL:
@echo Nothing done for $(OS)
# nothing
.ENDIF
UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb
......
......@@ -36,8 +36,10 @@ ENABLE_EXCEPTIONS=TRUE
.INCLUDE : settings.mk
.IF "$(OS)" == "IOS"
ALL:
@echo Nothing done for $(OS)
# nothing
.ENDIF
UNOUCRDEP=$(SOLARBINDIR)$/udkapi.rdb
......
......@@ -34,8 +34,10 @@ ENABLE_EXCEPTIONS = TRUE
.INCLUDE: settings.mk
.IF "$(OS)" == "IOS"
ALL:
@echo Nothing done for $(OS)
# nothing
.ENDIF
SLOFILES = \
......
......@@ -38,8 +38,10 @@ UNIXVERSIONNAMES = UDK
.INCLUDE: settings.mk
.IF "$(OS)" == "IOS"
ALL:
@echo Nothing done for $(OS)
# nothing
.ENDIF
.IF "$(UNIXVERSIONNAMES)" == ""
......
......@@ -40,8 +40,10 @@ ENABLE_EXCEPTIONS=TRUE
# --- Files --------------------------------------------------------
.IF "$(BUILD_TYPE)" == "$(BUILD_TYPE:s/DESKTOP//)"
ALL:
@echo Nothing done for non-desktop OSes
# nothing
.ENDIF
#
......
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