Kaydet (Commit) 9e8f0696 authored tarafından Thorsten Behrens's avatar Thorsten Behrens

Moving canvas demo files (contributed by mmeeks under JCA) to HEAD - where they,…

Moving canvas demo files (contributed by mmeeks under JCA) to HEAD - where they, interestingly enough, never landed because of a missing anchor tag.
üst abae5ece
This diff is collapsed.
PRJ=..
PRJNAME=canvas
TARGET=canvasdemo
TARGETTYPE=GUI
LIBTARGET=NO
ENABLE_EXCEPTIONS=TRUE
# --- Settings -----------------------------------------------------
.INCLUDE : svpre.mk
.INCLUDE : settings.mk
.INCLUDE : sv.mk
# --- Files --------------------------------------------------------
CXXFILES= canvasdemo.cxx
OBJFILES= $(OBJ)$/canvasdemo.obj
APP1TARGET= $(TARGET)
APP1OBJS= $(OBJFILES)
APP1STDLIBS=$(TOOLSLIB) \
$(OSLLIB) \
$(ONELIB) \
$(VOSLIB) \
$(SO2LIB) \
$(SVTOOLLIB) \
$(SVLLIB) \
$(COMPHELPERLIB) \
$(CPPULIB) \
$(CPPUHELPERLIB) \
$(UCBHELPERLIB) \
$(SALLIB) \
$(VCLLIB) \
$(GOODIESLIB) \
$(SFXLIB) \
$(SOTLIB) \
$(DLLIB) \
$(SVLIB) \
$(SVXLIB)
.IF "$(GUI)"!="UNX"
APP1DEF= $(MISC)$/$(TARGET).def
.ENDIF
.IF "$(COM)"=="GCC"
ADDOPTFILES=$(OBJ)$/canvasdemo.obj
add_cflagscxx="-frtti -fexceptions"
.ENDIF
# --- Targets ------------------------------------------------------
ALL : \
ALLTAR \
$(BIN)$/canvasdemo.rdb
.INCLUDE : target.mk
$(BIN)$/canvasdemo.rdb : makefile.mk $(UNOUCRRDB)
rm -f $@
$(GNUCOPY) $(UNOUCRRDB) $@
+cd $(BIN) && \
regcomp -register -r canvasdemo.rdb \
-c i18nsearch.uno$(DLLPOST) \
-c i18npool.uno$(DLLPOST) \
-c configmgr2.uno$(DLLPOST) \
-c servicemgr.uno$(DLLPOST) \
-c $(DLLPRE)fwl$(UPD)$(DLLSUFFIX)$(DLLPOST) \
-c $(DLLPRE)ucpfile1$(DLLPOST) \
-c $(DLLPRE)fileacc$(DLLPOST) \
-c $(DLLPRE)ucb1$(DLLPOST) \
-c canvasfactory.uno$(DLLPOST) \
-c vclcanvas.uno$(DLLPOST)
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