diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:53:48 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 12:53:48 +0000 |
commit | 0ce780e19911693293eedbed16e7bed3266b3c17 (patch) | |
tree | cccd42b933d86cbc61b6963c7daab53a984e6803 | |
parent | bd2c8dff989b24c10f747cff3103afcc29446235 (diff) |
INTEGRATION: CWS ause043 (1.8.10); FILE MERGED
2005/11/09 12:48:39 hjs 1.8.10.2: #i56702# remove unused BOOTSTRAP_SERVICE definition
2005/11/04 12:05:59 hjs 1.8.10.1: #i56702# remove local uno header generation
-rw-r--r-- | jvmfwk/plugins/sunmajor/pluginlib/makefile.mk | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/jvmfwk/plugins/sunmajor/pluginlib/makefile.mk b/jvmfwk/plugins/sunmajor/pluginlib/makefile.mk index 7433c49c537c..4777affedc17 100644 --- a/jvmfwk/plugins/sunmajor/pluginlib/makefile.mk +++ b/jvmfwk/plugins/sunmajor/pluginlib/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.8 $ +# $Revision: 1.9 $ # -# last change: $Author: rt $ $Date: 2005-09-07 19:30:09 $ +# last change: $Author: vg $ $Date: 2006-05-24 13:53:48 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -39,7 +39,6 @@ PRJNAME= jvmfwk TARGET = plugin ENABLE_EXCEPTIONS=TRUE -BOOTSTRAP_SERVICE=FALSE LIBTARGET=NO @@ -55,10 +54,6 @@ DLLPRE = #.INCLUDE : ..$/cppumaker.mk .IF "$(SOLAR_JAVA)"!="" -UNOTYPES = \ - com.sun.star.uno.TypeClass \ - com.sun.star.uno.XInterface - SLOFILES= \ $(SLO)$/sunversion.obj \ $(SLO)$/sunjavaplugin.obj \ |