diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 13:20:57 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-05-24 13:20:57 +0000 |
commit | cfed364c41158948acc4dfc941dec4afea38fd29 (patch) | |
tree | 1f1ae3f8ac81ed22dcd06882ddefe4790998e98a /jvmaccess | |
parent | 46e0d48f5c4ef59fe719a9215a18ec2e39b6438c (diff) |
INTEGRATION: CWS ause043 (1.9.6); FILE MERGED
2005/11/04 12:04:33 hjs 1.9.6.1: #i56702# remove local uno header generation
Diffstat (limited to 'jvmaccess')
-rw-r--r-- | jvmaccess/source/makefile.mk | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/jvmaccess/source/makefile.mk b/jvmaccess/source/makefile.mk index b32168552fd6..bda614ce0006 100644 --- a/jvmaccess/source/makefile.mk +++ b/jvmaccess/source/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.9 $ +# $Revision: 1.10 $ # -# last change: $Author: rt $ $Date: 2005-09-07 19:22:43 $ +# last change: $Author: vg $ $Date: 2006-05-24 14:20:57 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -41,12 +41,6 @@ ENABLE_EXCEPTIONS = TRUE .INCLUDE: settings.mk -UNOTYPES= com.sun.star.uno.TypeClass com.sun.star.uno.XInterface - -UNOUCRDEP = $(SOLARBINDIR)$/udkapi.rdb -UNOUCRRDB = $(SOLARBINDIR)$/udkapi.rdb -UNOUCROUT = $(OUT)$/inc - SLOFILES = \ $(SLO)$/unovirtualmachine.obj \ $(SLO)$/virtualmachine.obj |