diff options
author | Kay Ramme <kr@openoffice.org> | 2001-05-21 08:14:57 +0000 |
---|---|---|
committer | Kay Ramme <kr@openoffice.org> | 2001-05-21 08:14:57 +0000 |
commit | 8ae266826141ba231dcd6e3332a1d80250307cec (patch) | |
tree | 001b2f5c7652bc1b7c26b8851422b76cc6eb9ad7 | |
parent | da8ffd1a334fd0ce2fb771edd442cdad6bc24f40 (diff) |
removed makefile.pmk; don't build with debug anymore (#77982#)
-rw-r--r-- | sandbox/com/sun/star/lib/sandbox/makefile.mk | 9 | ||||
-rw-r--r-- | sandbox/util/makefile.mk | 6 |
2 files changed, 6 insertions, 9 deletions
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 \ diff --git a/sandbox/util/makefile.mk b/sandbox/util/makefile.mk index 86afed09739c..cd46fa48b264 100644 --- a/sandbox/util/makefile.mk +++ b/sandbox/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 17:24:28 $ +# last change: $Author: kr $ $Date: 2001-05-21 09:14:57 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -66,7 +66,7 @@ TARGET = lib_sandbox_util # --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/util$/makefile.pmk +.INCLUDE : settings.mk JARCLASSDIRS = com$/sun$/star$/lib$/sandbox JARTARGET = sandbox.jar |