INTEGRATION: CWS ause043 (1.15.12); FILE MERGED
2006/03/10 10:55:45 hjs 1.15.12.2: #i56702# added missing type 2005/11/16 15:21:41 hjs 1.15.12.1: #i56702# added missing types
This commit is contained in:
@@ -4,9 +4,9 @@
|
|||||||
#
|
#
|
||||||
# $RCSfile: makefile.mk,v $
|
# $RCSfile: makefile.mk,v $
|
||||||
#
|
#
|
||||||
# $Revision: 1.15 $
|
# $Revision: 1.16 $
|
||||||
#
|
#
|
||||||
# last change: $Author: rt $ $Date: 2005-09-07 18:42:43 $
|
# last change: $Author: vg $ $Date: 2006-05-24 14:29:47 $
|
||||||
#
|
#
|
||||||
# The Contents of this file are made available subject to
|
# The Contents of this file are made available subject to
|
||||||
# the terms of GNU Lesser General Public License Version 2.1.
|
# the terms of GNU Lesser General Public License Version 2.1.
|
||||||
@@ -38,15 +38,12 @@ PRJ=..
|
|||||||
PRJNAME=javaunohelper
|
PRJNAME=javaunohelper
|
||||||
TARGET=juh
|
TARGET=juh
|
||||||
USE_DEFFILE=TRUE
|
USE_DEFFILE=TRUE
|
||||||
NO_BSYMBOLIC=TRUE
|
|
||||||
ENABLE_EXCEPTIONS=TRUE
|
ENABLE_EXCEPTIONS=TRUE
|
||||||
LIBTARGET=NO
|
LIBTARGET=NO
|
||||||
|
|
||||||
# --- Settings -----------------------------------------------------
|
# --- Settings -----------------------------------------------------
|
||||||
|
|
||||||
.INCLUDE : svpre.mk
|
|
||||||
.INCLUDE : settings.mk
|
.INCLUDE : settings.mk
|
||||||
.INCLUDE : sv.mk
|
|
||||||
|
|
||||||
.IF "$(SOLAR_JAVA)"==""
|
.IF "$(SOLAR_JAVA)"==""
|
||||||
nojava:
|
nojava:
|
||||||
@@ -60,14 +57,17 @@ UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb
|
|||||||
|
|
||||||
UNOUCROUT=$(OUT)$/inc$/comprehensive
|
UNOUCROUT=$(OUT)$/inc$/comprehensive
|
||||||
INCPRE+=$(OUT)$/inc$/comprehensive
|
INCPRE+=$(OUT)$/inc$/comprehensive
|
||||||
|
NO_OFFUH=TRUE
|
||||||
CPPUMAKERFLAGS+=-C
|
CPPUMAKERFLAGS+=-C
|
||||||
|
|
||||||
UNOTYPES= \
|
UNOTYPES= \
|
||||||
|
com.sun.star.beans.NamedValue \
|
||||||
com.sun.star.container.XHierarchicalNameAccess \
|
com.sun.star.container.XHierarchicalNameAccess \
|
||||||
com.sun.star.loader.XImplementationLoader \
|
com.sun.star.loader.XImplementationLoader \
|
||||||
com.sun.star.registry.XRegistryKey \
|
com.sun.star.registry.XRegistryKey \
|
||||||
com.sun.star.registry.XSimpleRegistry \
|
com.sun.star.registry.XSimpleRegistry \
|
||||||
com.sun.star.beans.XPropertySet \
|
com.sun.star.beans.XPropertySet \
|
||||||
|
com.sun.star.lang.DisposedException \
|
||||||
com.sun.star.lang.IllegalArgumentException \
|
com.sun.star.lang.IllegalArgumentException \
|
||||||
com.sun.star.lang.XTypeProvider \
|
com.sun.star.lang.XTypeProvider \
|
||||||
com.sun.star.lang.XServiceInfo \
|
com.sun.star.lang.XServiceInfo \
|
||||||
|
Reference in New Issue
Block a user