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 | c887d024dc70d9f467c3df1fbaddb43c22c49c28 (patch) | |
tree | b3d2261879889b8a04a101874b62d6260036c285 /offapi/util | |
parent | 266ed95092e3f9aa559b0a119eb6d020af742ee4 (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 9dd5957d7..b9dfe0bb2 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 - |