INTEGRATION: CWS unopkg (1.1.2.3.4); FILE MERGED

2003/09/26 13:10:58 dbo 1.1.2.3.4.1: #112449# using getCaughtException() as additional test for bridges: C++ throw;
This commit is contained in:
Vladimir Glazounov 2003-10-06 12:41:55 +00:00
parent 53d75277f4
commit 2fa2724e1c

View file

@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
# $Revision: 1.3 $
# $Revision: 1.4 $
#
# last change: $Author: obo $ $Date: 2003-09-05 08:51:44 $
# last change: $Author: vg $ $Date: 2003-10-06 13:41:55 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@ -76,6 +76,8 @@ LIBTARGET=NO
DLLPRE =
.INCLUDE : sv.mk
.IF "$(COM)$(COMEX)" == "MSC8"
# ------------------------------------------------------------------
.IF "$(GUI)"=="WNT"
MY_DLLPOSTFIX=.dll
@ -104,8 +106,6 @@ UNOUCRRDB=$(SOLARBINDIR)$/udkapi.rdb
UNOUCROUT=$(OUT)$/inc
INCPRE+=$(OUT)$/inc
#-----------------------
CFLAGS += -clr /AI $(OUT)$/bin /AI $(SOLARBINDIR)
@ -225,3 +225,7 @@ $(DESTDIR)$/cli_vb_testobj.uno.dll : \
-reference:System.Drawing.dll \
-reference:System.Windows.Forms.dll \
cli_vb_testobj.vb
.ENDIF