diff options
-rw-r--r-- | helpcontent2/util/schart/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/helpcontent2/util/schart/makefile.mk b/helpcontent2/util/schart/makefile.mk index 450c82001f..c698d665b9 100644 --- a/helpcontent2/util/schart/makefile.mk +++ b/helpcontent2/util/schart/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: hjs $ $Date: 2004-08-26 15:17:44 $ +#* last change $Author: hr $ $Date: 2004-11-09 11:47:26 $ #* -#* $Revision: 1.7 $ +#* $Revision: 1.8 $ #* #* $Logfile:$ #* @@ -26,12 +26,14 @@ TARGET = schart_util .INCLUDE : $(PRJ)$/settings.pmk .INCLUDE : settings.mk +.IF "$(SOLAR_JAVA)"!="" common_build_zip:= zip1generatedlangs=TRUE ZIP1TARGET=schart_xhp ZIP1FLAGS= -u -r ZIP1DIR=$(MISC)$/$(LANGDIR) ZIP1LIST=$(LANGDIR)$/text$/schart$/* -x "*.dphh*" -x "*.hzip" +.ENDIF LINKNAME=schart |