summaryrefslogtreecommitdiff
path: root/rdbmaker
diff options
context:
space:
mode:
Diffstat (limited to 'rdbmaker')
-rw-r--r--rdbmaker/source/rdbmaker/makefile.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/rdbmaker/source/rdbmaker/makefile.mk b/rdbmaker/source/rdbmaker/makefile.mk
index 8b41a93b6e7f..4c93b8be9313 100644
--- a/rdbmaker/source/rdbmaker/makefile.mk
+++ b/rdbmaker/source/rdbmaker/makefile.mk
@@ -37,6 +37,11 @@ ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : settings.mk
+.IF "$(OS)" == "IOS"
+all:
+ @echo No point in build-time executables for this platform
+.ENDIF
+
OBJFILES= $(OBJ)$/rdbmaker.obj \
$(OBJ)$/rdboptions.obj \
$(OBJ)$/typeblop.obj \
CWS-TOOLING: integrate CWS npower14miscfixesIvo Hinkelmann 2010-03-02npower14miscfixes: #i109706# move back msvbahelper to the filter modulenpower Developer 2010-02-26npower14miscfixes: #i108853# fix build breaknpower Developer 2010-02-25sb118: merged in DEV300_m72sb 2010-02-17CWS-TOOLING: integrate CWS changefileheader2Vladimir Glazunov 2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien 2010-01-29sb118: #i108776# changed addsym.awk to also export STLport num_put symbols, a...sb 2009-12-12for split build filter must depend on vbahelper, not the other way aroundMathias Bauer 2009-12-08some more fixes after resyncMathias Bauer 2009-09-18new and removed filesNoel Power