summaryrefslogtreecommitdiff
path: root/offapi/util/makefile.pmk
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 12:59:19 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2003-03-26 12:59:19 +0000
commit19a8c241f9f0c5fd164e56ab1763a9cffab5318e (patch)
treef37fab3c31817b53354a1c08a5f8e386a79a4c5b /offapi/util/makefile.pmk
parent44bf5dacd75eec3d27acf9590a29ce49a3b585cf (diff)
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'offapi/util/makefile.pmk')
-rw-r--r--offapi/util/makefile.pmk26
1 files changed, 24 insertions, 2 deletions
diff --git a/offapi/util/makefile.pmk b/offapi/util/makefile.pmk
index d9995f996051..466ab3e41e1d 100644
--- a/offapi/util/makefile.pmk
+++ b/offapi/util/makefile.pmk
@@ -2,9 +2,9 @@
#
# $RCSfile: makefile.pmk,v $
#
-# $Revision: 1.3 $
+# $Revision: 1.4 $
#
-# last change: $Author: obr $ $Date: 2002-06-24 13:36:16 $
+# last change: $Author: hr $ $Date: 2003-03-26 13:59:19 $
#
# The Contents of this file are made available subject to the terms of
# either of the following licenses
@@ -60,8 +60,24 @@
#
#*************************************************************************
+#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
@@ -69,3 +85,9 @@ LOCALIDLFILES=TRUE
URDDOC=TRUE
+.IF "$(OS)"=="SOLARIS"
+.IF "$(CPU)"=="I"
+UNOIDL=unoidl
+.ENDIF
+.ENDIF
+