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.
This commit is contained in:
Tor Lillqvist
2011-07-22 12:24:18 +03:00
parent 4261ccbe8a
commit fc8c0de854
7 changed files with 31 additions and 1 deletions

View File

@@ -36,6 +36,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 ---------------------------------------------------------
CXXFILES= rsclst.cxx \

View File

@@ -40,6 +40,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 --------------------------------------------------------
YACCTARGET= $(INCCOM)$/yyrscyacc.cxx

View File

@@ -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 \

View File

@@ -36,6 +36,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
OBJFILES= $(OBJ)$/rscclobj.obj \
$(OBJ)$/rsccont.obj \
$(OBJ)$/rsctop.obj \

View File

@@ -41,6 +41,11 @@ TARGET=cpp
.INCLUDE : settings.mk
.IF "$(BUILD_TYPE)"=="$(BUILD_TYPE:s/DESKTOP//)"
ALL:
@echo No need for this on non-desktop OSes
.ENDIF
CDEFS+=-DSOLAR
.IF "$(cpp)" != ""

View File

@@ -36,6 +36,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
OBJFILES= $(OBJ)$/rschash.obj \
$(OBJ)$/rsctree.obj \
$(OBJ)$/rsctools.obj \

View File

@@ -1,3 +1,3 @@
sl svl : TRANSLATIONS:translations DESKTOP:rsc offapi ucbhelper unotools cppu cppuhelper comphelper sal sot LIBXSLT:libxslt NULL
sl svl : TRANSLATIONS:translations rsc offapi ucbhelper unotools cppu cppuhelper comphelper sal sot LIBXSLT:libxslt NULL
sl svl\prj nmake - all svl_prj NULL
# sl svl\qa\unit nmake - all svl_qa_cppunit svl_util NULL