diff options
author | Kurt Zenker <kz@openoffice.org> | 2006-07-05 20:51:59 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2006-07-05 20:51:59 +0000 |
commit | cc4394961baa840596fe4201e63de1921ea6826c (patch) | |
tree | b9309e67bf2df0b9f96b128fcd1e5cf45b7fa1ea /offapi/util | |
parent | 796e69837637eb6970ec9b151a28629d6aaa7de4 (diff) |
INTEGRATION: CWS ause058 (1.6.138); FILE MERGED
2006/06/16 16:21:00 hjs 1.6.138.1: #i63235# cleanup
Diffstat (limited to 'offapi/util')
-rw-r--r-- | offapi/util/makefile.pmk | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/offapi/util/makefile.pmk b/offapi/util/makefile.pmk index 9dd5957d7772..b9dfe0bb2d3c 100644 --- a/offapi/util/makefile.pmk +++ b/offapi/util/makefile.pmk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: rt $ $Date: 2005-09-08 14:27:39 $ +# last change: $Author: kz $ $Date: 2006-07-05 21:51:59 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -33,34 +33,10 @@ # #************************************************************************* -#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 LOCALIDLFILES=TRUE URDDOC=TRUE -.IF "$(OS)"=="SOLARIS" || "$(OS)"=="FREEBSD" -.IF "$(CPU)"=="I" -UNOIDL=unoidl -.ENDIF -.ENDIF - |