INTEGRATION: CWS sb41 (1.3.18); FILE MERGED

2005/12/16 10:48:01 sb 1.3.18.1: #i57855# Moved internal cppu.XExceptionThrower to cppuhelper.detail.XExceptionThrower to work around compilation error with MSC.
This commit is contained in:
Rüdiger Timm
2006-01-10 14:50:40 +00:00
parent 2f26cde2de
commit 9b2a51c749

View File

@@ -4,9 +4,9 @@
# #
# $RCSfile: makefile.mk,v $ # $RCSfile: makefile.mk,v $
# #
# $Revision: 1.3 $ # $Revision: 1.4 $
# #
# last change: $Author: rt $ $Date: 2005-09-08 09:35:52 $ # last change: $Author: rt $ $Date: 2006-01-10 15:50:40 $
# #
# 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.
@@ -47,10 +47,10 @@ UNOUCROUT = $(OUT)$/inc$/private
CPPUMAKERFLAGS += -C -X$(SOLARBINDIR)$/types.rdb CPPUMAKERFLAGS += -C -X$(SOLARBINDIR)$/types.rdb
UNOTYPES = \ UNOTYPES = \
cppu.XExceptionThrower cppuhelper.detail.XExceptionThrower
ALLIDLFILES = \ ALLIDLFILES = \
.$/cppu$/XExceptionThrower.idl .$/cppuhelper$/detail$/XExceptionThrower.idl
.INCLUDE : target.mk .INCLUDE : target.mk