diff options
author | Michael Meeks <michael.meeks@novell.com> | 2010-10-11 11:54:44 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@novell.com> | 2010-10-11 15:19:42 +0100 |
commit | 71bc7303922bb35812093b9c194ed5d1e0846d87 (patch) | |
tree | fc84d609a00d490204e0e5d84edd2bd19e70e55d /desktop/source/splash | |
parent | a7cfd7067022da7caf08ca36f1245711b3d458bb (diff) |
remove over-complex about + intro name lists
Diffstat (limited to 'desktop/source/splash')
-rw-r--r-- | desktop/source/splash/makefile.mk | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/desktop/source/splash/makefile.mk b/desktop/source/splash/makefile.mk index ae97a607cc39..b28b3438f4e1 100644 --- a/desktop/source/splash/makefile.mk +++ b/desktop/source/splash/makefile.mk @@ -72,15 +72,3 @@ SHL1STDLIBS= \ # --- Targets ------------------------------------------------------ .INCLUDE : target.mk - -$(SLO)$/splash.obj : $(INCCOM)$/introbmpnames.hxx - -.INCLUDE .IGNORE : $(MISC)$/intro_bmp_names.mk - -.IF "$(INTRO_BITMAPS:f)"!="$(LASTTIME_INTRO_BITMAPS)" -DO_PHONY=.PHONY -.ENDIF # "$(INTRO_BITMAPS:f)"!="$(LASTTIME_INTRO_BITMAPS)" - -$(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 |