diff options
Diffstat (limited to 'xml2cmp/source/support/makefile.mk')
-rw-r--r-- | xml2cmp/source/support/makefile.mk | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/xml2cmp/source/support/makefile.mk b/xml2cmp/source/support/makefile.mk index 8f0abcd5a..4c243174c 100644 --- a/xml2cmp/source/support/makefile.mk +++ b/xml2cmp/source/support/makefile.mk @@ -31,15 +31,16 @@ PRJNAME=xml2cmp TARGET=x2c_support TARGETTYPE=CUI - - # --- Settings ----------------------------------------------------- ENABLE_EXCEPTIONS=TRUE .INCLUDE : settings.mk - +.IF "$(CROSS_COMPILING)"=="YES" +all: + @echo Nothing done when cross-compiling +.ENDIF # --- Files -------------------------------------------------------- @@ -50,12 +51,7 @@ OBJFILES= \ $(OBJ)$/syshelp.obj \ $(OBJ)$/badcast.obj - - - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk - - |