From 8ae266826141ba231dcd6e3332a1d80250307cec Mon Sep 17 00:00:00 2001 From: Kay Ramme Date: Mon, 21 May 2001 08:14:57 +0000 Subject: removed makefile.pmk; don't build with debug anymore (#77982#) --- sandbox/com/sun/star/lib/sandbox/makefile.mk | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'sandbox/com/sun') diff --git a/sandbox/com/sun/star/lib/sandbox/makefile.mk b/sandbox/com/sun/star/lib/sandbox/makefile.mk index 88c7fac327f5..18fde191599f 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.4 $ +# $Revision: 1.5 $ # -# last change: $Author: kr $ $Date: 2001-02-15 10:17:59 $ +# last change: $Author: kr $ $Date: 2001-05-21 09:14:56 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -67,15 +67,12 @@ PACKAGE = com$/sun$/star$/lib$/sandbox # --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk +.INCLUDE : settings.mk JARFILES= # --- Files -------------------------------------------------------- -# WORKAROUND FOR #77482# -JAVAFLAGS+=$(JAVAFLAGSDEBUG) - JAVAFILES= \ AudioProxy.java \ Cachable.java \ -- cgit