diff options
author | Rüdiger Timm <rt@openoffice.org> | 2004-12-16 12:00:37 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2004-12-16 12:00:37 +0000 |
commit | 7ff701f23753122472fa7937d53f58db2ca15641 (patch) | |
tree | fcf3474d6b262753ad7f1db97c3aa943c15f23ff /helpcontent2/util/sbasic/makefile.mk | |
parent | 16351990b93f9abc94982a95c04afdd244da2d9e (diff) |
INTEGRATION: CWS helpaux (1.8.2); FILE MERGED
2004/12/13 15:07:18 fpe 1.8.2.4: RESYNC: (1.8-1.9); FILE MERGED
2004/12/08 17:42:22 fpe 1.8.2.3: updated makefiles
2004/12/08 12:08:52 fpe 1.8.2.2: conflict resolve
2004/11/30 18:30:58 fpe 1.8.2.1: *** empty log message ***
Diffstat (limited to 'helpcontent2/util/sbasic/makefile.mk')
-rw-r--r-- | helpcontent2/util/sbasic/makefile.mk | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/helpcontent2/util/sbasic/makefile.mk b/helpcontent2/util/sbasic/makefile.mk index 216f056397..f397b7ecea 100644 --- a/helpcontent2/util/sbasic/makefile.mk +++ b/helpcontent2/util/sbasic/makefile.mk @@ -3,9 +3,9 @@ #* $Workfile:$ #* #* Creation date KR 28.06.99 -#* last change $Author: rt $ $Date: 2004-11-27 00:24:42 $ +#* last change $Author: rt $ $Date: 2004-12-16 13:00:37 $ #* -#* $Revision: 1.9 $ +#* $Revision: 1.10 $ #* #* $Logfile:$ #* @@ -23,17 +23,16 @@ TARGET = util # --- Settings ----------------------------------------------------- -.INCLUDE : $(PRJ)$/settings.pmk .INCLUDE : settings.mk +.INCLUDE : $(PRJ)$/settings.pmk -.IF "$(SOLAR_JAVA)"!="" common_build_zip:= zip1generatedlangs=TRUE +zip1langdirs=$(aux_alllangiso) ZIP1TARGET=xhp_sbasic ZIP1FLAGS= -u -r ZIP1DIR=$(MISC)$/$(LANGDIR) ZIP1LIST=$(LANGDIR)$/text$/sbasic$/* -x "*.dphh*" -x "*.hzip" -.ENDIF LINKNAME=sbasic |