summaryrefslogtreecommitdiff
path: root/rsc/source/prj/makefile.mk
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-07-22 12:24:18 +0300
committerTor Lillqvist <tml@iki.fi>2011-07-22 12:29:43 +0300
commitfc8c0de854e1fa73bd3578e6174a57393ecf8f0f (patch)
tree2d9b05db4abebe319a4ad7286d13b827d7774a33 /rsc/source/prj/makefile.mk
parent4261ccbe8ad87342512d11a3a2216f8bd8526a7c (diff)
Do build rsc also on non-desktop OSes just for rscsfx.hxx to get delivered
Don't actually compile anything, though... Just the rscsfx.hxx is needed.
Diffstat (limited to 'rsc/source/prj/makefile.mk')
-rw-r--r--rsc/source/prj/makefile.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/rsc/source/prj/makefile.mk b/rsc/source/prj/makefile.mk
index d496919cca23..f703d3e45b53 100644
--- a/rsc/source/prj/makefile.mk
+++ b/rsc/source/prj/makefile.mk
@@ -38,6 +38,11 @@ ENABLE_EXCEPTIONS=true
.INCLUDE : settings.mk
+.IF "$(BUILD_TYPE)"=="$(BUILD_TYPE:s/DESKTOP//)"
+ALL:
+ @echo No need for this on non-desktop OSes
+.ENDIF
+
# --- Files --------------------------------------------------------------
OBJFILES= $(OBJ)$/gui.obj \