From 5cf8cc570dba258fc663aec02d1f04b3f60b6bfa Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Wed, 5 Jul 2006 20:54:29 +0000 Subject: INTEGRATION: CWS ause058 (1.3.30); FILE MERGED 2006/06/19 15:47:04 hjs 1.3.30.1: #i63235# cleanup URD and more... --- chart2/util/makefile.pmk | 27 +++------------------------ 1 file changed, 3 insertions(+), 24 deletions(-) (limited to 'chart2/util') diff --git a/chart2/util/makefile.pmk b/chart2/util/makefile.pmk index c68a25e76d22..5f9464d7ff59 100644 --- a/chart2/util/makefile.pmk +++ b/chart2/util/makefile.pmk @@ -5,9 +5,9 @@ # # $RCSfile: makefile.pmk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: rt $ $Date: 2006-03-08 13:57:13 $ +# last change: $Author: kz $ $Date: 2006-07-05 21:54:29 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -34,32 +34,10 @@ # #************************************************************************* -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" -.IF "$(CPU)"=="I" -UNOIDL=unoidl -.ENDIF -.ENDIF # define macro for (chart-specific) tools library .IF "$(COM)" == "MSC" @@ -73,3 +51,4 @@ UNOIDL=unoidl .ELSE CHARTVIEW= -lchartview$(UPD)$(DLLPOSTFIX) .ENDIF + -- cgit