diff options
Diffstat (limited to 'helpcontent2/util/sdraw/makefile.mk')
-rw-r--r-- | helpcontent2/util/sdraw/makefile.mk | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/helpcontent2/util/sdraw/makefile.mk b/helpcontent2/util/sdraw/makefile.mk index 1e418367d0..911a82d406 100644 --- a/helpcontent2/util/sdraw/makefile.mk +++ b/helpcontent2/util/sdraw/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: rt $ $Date: 2005-01-28 10:55:39 $ +#* last change $Author: hr $ $Date: 2005-02-11 15:16:22 $ #* -#* $Revision: 1.11 $ +#* $Revision: 1.12 $ #* #* $Logfile:$ #* @@ -19,20 +19,22 @@ PRJ = ..$/.. PRJNAME = helpcontent2 # uniqe name (module wide); # using a modified form of package should do here -TARGET = util +TARGET = util_sdraw # --- Settings ----------------------------------------------------- .INCLUDE : settings.mk .INCLUDE : $(PRJ)$/settings.pmk +.IF "$(SOLAR_JAVA)"!="" common_build_zip:= zip1generatedlangs=TRUE zip1langdirs=$(aux_alllangiso) ZIP1TARGET=xhp_sdraw ZIP1FLAGS= -u -r ZIP1DIR=$(MISC)$/$(LANGDIR) -ZIP1LIST=$(LANGDIR)$/text$/sdraw$/* -x "*.dphh*" -x "*.hzip" +ZIP1LIST=$(LANGDIR)$/text$/sdraw$/* -x "*.dphh*" -x "*.hzip" -x "*.created" +.ENDIF # "$(SOLAR_JAVA)"!="" LINKNAME=sdraw |