diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:56:47 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:56:47 +0000 |
commit | f846c2b25086cb7586b5988c1a04c32fe3b7516e (patch) | |
tree | d1da9993364f021a73942eef0201b523cdb44a42 /eventattacher | |
parent | c6a3364839798383dd8671c3739c33418313eb4b (diff) |
INTEGRATION: CWS ause043 (1.8.6); FILE MERGED
2005/11/03 11:20:53 hjs 1.8.6.1: #i56702# remove local header generation
Diffstat (limited to 'eventattacher')
-rw-r--r-- | eventattacher/source/makefile.mk | 30 |
1 files changed, 2 insertions, 28 deletions
diff --git a/eventattacher/source/makefile.mk b/eventattacher/source/makefile.mk index f88b7eda046a..e5fcaef8ee2e 100644 --- a/eventattacher/source/makefile.mk +++ b/eventattacher/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: rt $ $Date: 2005-09-08 18:58:46 $ +# last change: $Author: vg $ $Date: 2006-05-24 13:56:47 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -37,40 +37,14 @@ PRJ=.. PRJNAME= eventattacher TARGET= evtatt -NO_BSYMBOLIC= TRUE ENABLE_EXCEPTIONS=TRUE # --- Settings ----------------------------------------------------- -.INCLUDE : svpre.mk .INCLUDE : settings.mk -.INCLUDE : sv.mk # ------------------------------------------------------------------ -UNOTYPES= \ - com.sun.star.registry.XRegistryKey \ - com.sun.star.lang.XServiceInfo \ - com.sun.star.lang.XInitialization \ - com.sun.star.lang.XTypeProvider \ - com.sun.star.lang.XMultiServiceFactory \ - com.sun.star.lang.XSingleServiceFactory \ - com.sun.star.lang.XSingleComponentFactory \ - com.sun.star.beans.XIntrospection \ - com.sun.star.beans.MethodConcept \ - com.sun.star.script.XEventAttacher \ - com.sun.star.script.XTypeConverter \ - com.sun.star.script.XInvocationAdapterFactory \ - com.sun.star.script.XInvocation \ - com.sun.star.script.XAllListener \ - com.sun.star.reflection.XIdlReflection \ - com.sun.star.uno.TypeClass \ - com.sun.star.uno.XInterface \ - com.sun.star.uno.XWeak \ - com.sun.star.uno.XComponentContext \ - com.sun.star.uno.XAggregation - - SLOFILES= \ $(SLO)$/eventattacher.obj |