diff options
Diffstat (limited to 'sandbox/com/sun')
-rw-r--r-- | sandbox/com/sun/star/lib/sandbox/makefile.mk | 10 |
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 18fde191599f..54ad252d0586 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 |