summaryrefslogtreecommitdiff
path: root/jvmaccess
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2003-12-17 12:38:51 +0000
committerVladimir Glazounov <vg@openoffice.org>2003-12-17 12:38:51 +0000
commit36843d67ae5f14240644c0fb832441cf5a78542a (patch)
treea33e5b31bac4f928c1eddbda876d9768d67ae96e /jvmaccess
parentc13ff5c2833514dc917db29b557bbac720440f70 (diff)
INTEGRATION: CWS geordi2q11 (1.4.42); FILE MERGED
2003/12/16 12:49:47 hr 1.4.42.1: #111934#: join CWS ooo111fix1
Diffstat (limited to 'jvmaccess')
-rw-r--r--jvmaccess/source/makefile.mk10
1 files changed, 8 insertions, 2 deletions
diff --git a/jvmaccess/source/makefile.mk b/jvmaccess/source/makefile.mk
index 8d4adb2878c9..36a1e38a4e65 100644
--- a/jvmaccess/source/makefile.mk
+++ b/jvmaccess/source/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.4 $
+# $Revision: 1.5 $
#
-# last change: $Author: hr $ $Date: 2003-04-28 16:17:55 $
+# last change: $Author: vg $ $Date: 2003-12-17 13:38:51 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -67,6 +67,11 @@ ENABLE_EXCEPTIONS = TRUE
.INCLUDE: settings.mk
+.IF "$(SOLAR_JAVA)"==""
+nojava:
+ @echo "Not building jvmaccess because Java is disabled"
+.ENDIF
+
UNOTYPES= com.sun.star.uno.TypeClass com.sun.star.uno.XInterface
UNOUCRDEP = $(SOLARBINDIR)$/udkapi.rdb
@@ -81,3 +86,4 @@ SLOFILES = \
$(SLO)$/windows.obj
.INCLUDE: target.mk
+