diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-01 17:37:37 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-01 17:37:37 +0100 |
commit | f49c8e4496ffe24c982d7778c33b534e9b0f9b29 (patch) | |
tree | 17b6e4979e83ab01e6fdf940111d293a42d25700 /sdext/source/presenter | |
parent | 70539059dd2317afdf532d1e4a4a9524a154f773 (diff) |
Clean up makefiles
Diffstat (limited to 'sdext/source/presenter')
-rwxr-xr-x | sdext/source/presenter/makefile.mk | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sdext/source/presenter/makefile.mk b/sdext/source/presenter/makefile.mk index a72df145cb42..21fae2fe797d 100755 --- a/sdext/source/presenter/makefile.mk +++ b/sdext/source/presenter/makefile.mk @@ -138,9 +138,6 @@ COMPONENT_FILES= \ $(ZIP1DIR)$/registry$/schema/org$/openoffice$/Office$/extension$/PresenterScreen.xcs \ $(ZIP1DIR)$/registry$/data/$/org$/openoffice$/Office$/extension$/PresenterScreen.xcu -#COMPONENT_MERGED_XCU= \ -# $(FIND_XCU)$/org$/openoffice$/Office$/extension$/PresenterScreen.xcu - COMPONENT_BITMAPS= \ $(ZIP1DIR)$/bitmaps$/BorderTop.png \ $(ZIP1DIR)$/bitmaps$/BorderTopLeft.png \ @@ -262,9 +259,6 @@ ZIP1DEPS= \ $(COMPONENT_LIBRARY) \ $(COMPONENT_HELP) -# $(COMPONENT_MERGED_XCU) \ - - LINKNAME:=help XHPLINKSRC:=$(ZIP1DIR)/help |