diff options
author | Oliver Braun <obr@openoffice.org> | 2002-06-24 12:36:16 +0000 |
---|---|---|
committer | Oliver Braun <obr@openoffice.org> | 2002-06-24 12:36:16 +0000 |
commit | cc5eaed3124acd9797839185075e56136075e1ba (patch) | |
tree | e201f2be1a0dfe1a3bcfc70945e022411f5a4c9f /offapi/util/makefile.pmk | |
parent | 02e150bc56bf5b264821090aa81a4c8048aeb196 (diff) |
cleanup (authorized by ause)
Diffstat (limited to 'offapi/util/makefile.pmk')
-rw-r--r-- | offapi/util/makefile.pmk | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/offapi/util/makefile.pmk b/offapi/util/makefile.pmk index d41fa7ae3971..d9995f996051 100644 --- a/offapi/util/makefile.pmk +++ b/offapi/util/makefile.pmk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.2 $ +# $Revision: 1.3 $ # -# last change: $Author: mi $ $Date: 2000-11-06 13:20:09 $ +# last change: $Author: obr $ $Date: 2002-06-24 13:36:16 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -60,24 +60,8 @@ # #************************************************************************* -#PROJECTPCH4DLL=TRUE -#PROJECTPCH=sjpch -#PROJECTPCHSOURCE=$(PRJ)$/util\sjpch -#PDBTARGET=sj -PRJPCH= -ENABLE_EXCEPTIONS=TRUE - -JAVAPREPRO= -.IF "$(JDK_VERSION)" == "110" -JAVAPREPRO=-jdk11 -.ENDIF -.IF "$(PRODUCT)" != "" -JAVAPREPRO=$(JAVAPREPRO) + " -product" -.ENDIF - # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk -.INCLUDE : sv.mk NOUNODOC= BUILD_URD_ONLY=TRUE @@ -85,9 +69,3 @@ LOCALIDLFILES=TRUE URDDOC=TRUE -.IF "$(OS)"=="SOLARIS" -.IF "$(CPU)"=="I" -UNOIDL=unoidl -.ENDIF -.ENDIF - |