Kaydet (Commit) 5d6bca66 authored tarafından Kurt Zenker's avatar Kurt Zenker

INTEGRATION: CWS updatefeed (1.5.4); FILE MERGED

2006/12/07 11:17:01 obr 1.5.4.1: #i71853# added test app and stopped header generation
üst ec2a8662
......@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.5 $
# $Revision: 1.6 $
#
# last change: $Author: kz $ $Date: 2006-11-08 12:00:30 $
# last change: $Author: kz $ $Date: 2006-12-13 15:17:13 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
......@@ -41,11 +41,6 @@ PACKAGE=org.openoffice.Office
LIBTARGET=NO
ENABLE_EXCEPTIONS=TRUE
COMP1TYPELIST=$(TARGET)
COMPRDB=$(SOLARBINDIR)$/types.rdb
UNOUCROUT=$(OUT)$/inc$/$(TARGET)
INCPRE=$(UNOUCROUT)
XSLDIR=$(SOLARXMLDIR)$/processing
XCSROOT=$(SOLARXMLDIR)
DTDDIR=$(SOLARXMLDIR)
......@@ -100,6 +95,16 @@ LOCALIZEDFILES= \
Addons.xcu \
Jobs.xcu
.IF "$(test)" != ""
APP1TARGET=updateprotocoltest
APP1STDLIBS= $(SHL1STDLIBS)
APP1OBJS= \
$(SLO)$/updateprotocol.obj \
$(SLO)$/updateprotocoltest.obj
.ENDIF # "$(test)" != ""
# --- Targets ---
.INCLUDE : target.mk
......
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