summaryrefslogtreecommitdiff
path: root/cppuhelper/source
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2006-05-24 12:29:58 +0000
committerVladimir Glazounov <vg@openoffice.org>2006-05-24 12:29:58 +0000
commita04184a9f07d869837b06aa38892a07236169c2c (patch)
tree31bb25dd444a4118cfb928ce0f87119bcc7c0ed9 /cppuhelper/source
parent60c00b00a8bd9068a1782cd7f853d7be887c953c (diff)
INTEGRATION: CWS ause043 (1.40.8); FILE MERGED
2005/12/22 12:48:43 hjs 1.40.8.2: RESYNC: (1.40-1.41); FILE MERGED 2005/10/31 12:45:49 hjs 1.40.8.1: #i56702# remove unneeded UNOTYPE definition
Diffstat (limited to 'cppuhelper/source')
-rw-r--r--cppuhelper/source/makefile.mk67
1 files changed, 3 insertions, 64 deletions
diff --git a/cppuhelper/source/makefile.mk b/cppuhelper/source/makefile.mk
index b20aa8125dfb..8356c99e222d 100644
--- a/cppuhelper/source/makefile.mk
+++ b/cppuhelper/source/makefile.mk
@@ -4,9 +4,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.41 $
+# $Revision: 1.42 $
#
-# last change: $Author: hr $ $Date: 2005-10-27 17:19:33 $
+# last change: $Author: vg $ $Date: 2006-05-24 13:29:58 $
#
# The Contents of this file are made available subject to
# the terms of GNU Lesser General Public License Version 2.1.
@@ -37,7 +37,6 @@ PRJ=..
PRJNAME=cppuhelper
TARGET=cppuhelper
-NO_BSYMBOLIC=TRUE
ENABLE_EXCEPTIONS=TRUE
USE_DEFFILE=TRUE
@@ -51,67 +50,7 @@ UNIXVERSIONNAMES=UDK
# --- Files --------------------------------------------------------
-#UNOUCRRDB=$(OUT)$/bin$/udkapi.rdb
-UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb
-UNOUCRDEP=$(UNOUCRRDB)
-UNOUCROUT=$(OUT)$/inc
-INCPRE+=$(OUT)$/inc $(OUT)$/inc$/private
-
-CPPUMAKERFLAGS=
-
-UNOTYPES= \
- com.sun.star.registry.XSimpleRegistry \
- com.sun.star.registry.XImplementationRegistration \
- com.sun.star.container.XSet \
- com.sun.star.container.XNameAccess \
- com.sun.star.uno.XWeak \
- com.sun.star.uno.XAggregation \
- com.sun.star.uno.XComponentContext \
- com.sun.star.uno.XUnloadingPreference \
- com.sun.star.uno.DeploymentException \
- com.sun.star.uno.RuntimeException \
- com.sun.star.lang.WrappedTargetRuntimeException \
- com.sun.star.lang.DisposedException \
- com.sun.star.lang.XMultiServiceFactory \
- com.sun.star.lang.XSingleServiceFactory \
- com.sun.star.lang.XMultiComponentFactory \
- com.sun.star.lang.XSingleComponentFactory \
- com.sun.star.lang.XServiceInfo \
- com.sun.star.lang.XInitialization \
- com.sun.star.lang.XEventListener \
- com.sun.star.reflection.XIdlReflection \
- com.sun.star.reflection.XIdlClass \
- com.sun.star.reflection.XIdlClassProvider \
- com.sun.star.reflection.XIndirectTypeDescription \
- com.sun.star.reflection.XMethodParameter \
- com.sun.star.reflection.XInterfaceMemberTypeDescription \
- com.sun.star.reflection.XTypeDescription \
- com.sun.star.reflection.XEnumTypeDescription \
- com.sun.star.reflection.XArrayTypeDescription \
- com.sun.star.reflection.XInterfaceAttributeTypeDescription \
- com.sun.star.reflection.XInterfaceMethodTypeDescription \
- com.sun.star.reflection.XInterfaceTypeDescription2 \
- com.sun.star.reflection.XCompoundTypeDescription \
- com.sun.star.reflection.XStructTypeDescription \
- com.sun.star.reflection.XUnionTypeDescription \
- com.sun.star.beans.XPropertySet \
- com.sun.star.beans.XMultiPropertySet \
- com.sun.star.beans.PropertyValue \
- com.sun.star.beans.XFastPropertySet \
- com.sun.star.beans.PropertyAttribute \
- com.sun.star.container.XNameContainer \
- com.sun.star.container.XHierarchicalNameAccess \
- com.sun.star.registry.XRegistryKey \
- com.sun.star.loader.XImplementationLoader \
- com.sun.star.lang.XTypeProvider \
- com.sun.star.lang.XComponent \
- com.sun.star.uno.XCurrentContext \
- com.sun.star.security.XAccessController \
- com.sun.star.security.RuntimePermission \
- com.sun.star.io.FilePermission \
- com.sun.star.io.IOException \
- com.sun.star.connection.SocketPermission \
- com.sun.star.util.XMacroExpander
+INCPRE+=$(OUT)$/inc$/private
.IF "$(debug)" != ""
# msvc++: no inlining for debugging