summaryrefslogtreecommitdiff
path: root/sandbox
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-01-25 14:24:39 +0000
committerOliver Bolte <obo@openoffice.org>2005-01-25 14:24:39 +0000
commitfa85ecb9fc991769683454ff3aa721c46558f9a7 (patch)
tree87214dab18e3235eee32330b05adaa731b2a7a92 /sandbox
parent72eee8416bbc6eaee0fb8a4befe5b3affe6cd3a8 (diff)
INTEGRATION: CWS gcj1 (1.5.120); FILE MERGED
2004/12/01 11:55:38 cmc 1.5.120.1: #i38188# This dir cannot be build with gcj because of sun.applet.AppletAudioClip
Diffstat (limited to 'sandbox')
-rw-r--r--sandbox/com/sun/star/lib/sandbox/makefile.mk10
1 files changed, 8 insertions, 2 deletions
diff --git a/sandbox/com/sun/star/lib/sandbox/makefile.mk b/sandbox/com/sun/star/lib/sandbox/makefile.mk
index 18fde19159..54ad252d05 100644
--- a/sandbox/com/sun/star/lib/sandbox/makefile.mk
+++ b/sandbox/com/sun/star/lib/sandbox/makefile.mk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.mk,v $
#
-# $Revision: 1.5 $
+# $Revision: 1.6 $
#
-# last change: $Author: kr $ $Date: 2001-05-21 09:14:56 $
+# last change: $Author: obo $ $Date: 2005-01-25 15:24:39 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -69,6 +69,11 @@ PACKAGE = com$/sun$/star$/lib$/sandbox
.INCLUDE : settings.mk
+.IF "$(JDK)" == "gcj"
+all:
+ @echo This dir cannot be build with gcj because of sun.applet.AppletAudioClip
+.ELSE
+
JARFILES=
# --- Files --------------------------------------------------------
@@ -110,3 +115,4 @@ RC_SUBDIRSDEPS=$(JAVATARGET)
.INCLUDE : target.mk
+.ENDIF