diff options
Diffstat (limited to 'util/shared')
-rw-r--r-- | util/shared/makefile.mk | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/util/shared/makefile.mk b/util/shared/makefile.mk index e1b6d6ad8a..9c32287bdc 100644 --- a/util/shared/makefile.mk +++ b/util/shared/makefile.mk @@ -30,18 +30,10 @@ TARGET = util_shared .INCLUDE : settings.mk .INCLUDE : $(PRJ)$/settings.pmk -#common_build_zip:= -zip1generatedlangs=TRUE -zip1langdirs=$(aux_alllangiso) -ZIP1TARGET=xhp_shared -ZIP1FLAGS= -u -r -ZIP1DIR=$(COMMONMISC)$/$(LANGDIR) -ZIP1LIST=$(LANGDIR)$/text$/shared$/* -x "*.xhp????*" -x "*.dphh*" -x "*.hzip" -x "*.created" LINKNAME=shared LINKADDEDFILES= \ -add shared.tree $(COMMONMISC)$/LANGUAGE$/shared.tree \ - -add shared.jar $(COMMONBIN)$/xhp_shared_LANGUAGE.zip \ -add default.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/default.css \ -add highcontrast1.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast1.css \ -add highcontrast2.css $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast2.css \ @@ -52,7 +44,6 @@ LINKADDEDFILES= \ LINKADDEDDEPS= \ $(COMMONMISC)$/LANGUAGE$/shared.tree \ - $(COMMONBIN)$/xhp_shared_LANGUAGE.zip \ $(PRJ)$/source$/auxiliary$/LANGUAGE$/default.css \ $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast1.css \ $(PRJ)$/source$/auxiliary$/LANGUAGE$/highcontrast2.css \ |