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

No point building build-time executables for iOS

üst f45f53a1
...@@ -36,6 +36,12 @@ ENABLE_EXCEPTIONS=TRUE ...@@ -36,6 +36,12 @@ ENABLE_EXCEPTIONS=TRUE
# --- Settings ----------------------------------------------------- # --- Settings -----------------------------------------------------
.INCLUDE : settings.mk .INCLUDE : settings.mk
.IF "$(OS)" == "IOS"
all:
@echo No build-time tools for this platform
.ENDIF
.INCLUDE : $(PRJ)$/codemaker.pmk .INCLUDE : $(PRJ)$/codemaker.pmk
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------
......
...@@ -37,6 +37,12 @@ ENABLE_EXCEPTIONS=TRUE ...@@ -37,6 +37,12 @@ ENABLE_EXCEPTIONS=TRUE
# --- Settings ----------------------------------------------------- # --- Settings -----------------------------------------------------
.INCLUDE : settings.mk .INCLUDE : settings.mk
.IF "$(OS)" == "IOS"
all:
@echo No build-time tools for this platform
.ENDIF
.INCLUDE : $(PRJ)$/codemaker.pmk .INCLUDE : $(PRJ)$/codemaker.pmk
# --- Files -------------------------------------------------------- # --- Files --------------------------------------------------------
......
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