diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:27:26 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:27:26 +0000 |
commit | d68d57af381d9538cbaaa31374d80b315b9786a9 (patch) | |
tree | feda08926ba66dce59fb32f8a92ccbba5d2f48a1 /scripting | |
parent | d69c32bc932e3967a607bef9f5b600618b2ce1d1 (diff) |
INTEGRATION: CWS ause043 (1.9.8); FILE MERGED
2005/10/31 12:33:22 hjs 1.9.8.1: #i56702# remove overrides for default uno header generation
Diffstat (limited to 'scripting')
-rw-r--r-- | scripting/source/provider/makefile.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/scripting/source/provider/makefile.mk b/scripting/source/provider/makefile.mk index 27ecf860ae6e..f10c9e96bfe9 100644 --- a/scripting/source/provider/makefile.mk +++ b/scripting/source/provider/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: rt $ $Date: 2005-09-09 02:32:14 $ +# last change: $Author: vg $ $Date: 2006-05-24 13:27:26 $ # # 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= scripting TARGET= provider USE_DEFFILE= TRUE -NO_BSYMBOLIC= TRUE ENABLE_EXCEPTIONS=TRUE COMP1TYPELIST=$(TARGET) @@ -47,8 +46,6 @@ COMP1TYPELIST=$(TARGET) # ------------------------------------------------------------------ -.INCLUDE : ..$/cppumaker.mk - SLOFILES=\ $(SLO)$/InvocationCtxProperties.obj\ $(SLO)$/MasterScriptProvider.obj\ |