diff options
author | Carsten Driesner <cd@openoffice.org> | 2010-10-12 13:35:45 +0200 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2010-10-12 13:35:45 +0200 |
commit | a62a624542310681073fa12b4261cc96e287740c (patch) | |
tree | 4f370679aa11dcd37aafb8888a3efecb7842914e /desktop/source/splash/makefile.mk | |
parent | 3dc5bef2459e2d8981a06cb9d69a4481bcd91dbd (diff) | |
parent | 4856f3fc585169d3135fcb9ea3ff4400b9c93d11 (diff) |
dockingwindows: Merge changes from DEV300m89
Diffstat (limited to 'desktop/source/splash/makefile.mk')
-rw-r--r-- | desktop/source/splash/makefile.mk | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/desktop/source/splash/makefile.mk b/desktop/source/splash/makefile.mk index 89609687438c..02483aae83dd 100644 --- a/desktop/source/splash/makefile.mk +++ b/desktop/source/splash/makefile.mk @@ -87,3 +87,11 @@ DO_PHONY=.PHONY $(INCCOM)$/introbmpnames.hxx $(DO_PHONY): echo const char INTRO_BITMAP_STRINGLIST[]=$(EMQ)"$(INTRO_BITMAPS:f:t",")$(EMQ)"$(EMQ); > $@ echo LASTTIME_INTRO_BITMAPS=$(INTRO_BITMAPS:f) > $(MISC)$/intro_bmp_names.mk + +ALLTAR : $(MISC)/spl.component + +$(MISC)/spl.component .ERRREMOVE : $(SOLARENV)/bin/createcomponent.xslt \ + spl.component + $(XSLTPROC) --nonet --stringparam uri \ + '$(COMPONENTPREFIX_BASIS_NATIVE)$(SHL1TARGETN:f)' -o $@ \ + $(SOLARENV)/bin/createcomponent.xslt spl.component |