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

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.
üst 4261ccbe
......@@ -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 \
......
......@@ -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
......
......@@ -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 \
......
......@@ -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 \
......
......@@ -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)" != ""
......
......@@ -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 \
......
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
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