diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-02-01 17:44:40 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-02-01 17:44:54 +0100 |
commit | ebb46747875bd0d9222941ff8d09bb914c1bdb4d (patch) | |
tree | 7be7ad612b615b9eacc436521bb9053a661cd6fa /sd/source | |
parent | 20d79780cf5d3927febe82264a4cc7803aa82655 (diff) |
Clean up makefiles
Diffstat (limited to 'sd/source')
-rwxr-xr-x | sd/source/ui/app/makefile.mk | 5 | ||||
-rw-r--r-- | sd/source/unotypes/makefile.mk | 6 |
2 files changed, 0 insertions, 11 deletions
diff --git a/sd/source/ui/app/makefile.mk b/sd/source/ui/app/makefile.mk index 8fbbf31d2..02d8a3a3e 100755 --- a/sd/source/ui/app/makefile.mk +++ b/sd/source/ui/app/makefile.mk @@ -54,10 +54,6 @@ SRC1FILES = \ popup.src \ sdstring.src -#OBJFILES = \ -# $(OBJ)$/sdlib.obj \ -# $(OBJ)$/sdresid.obj \ - SLOFILES = \ $(EXCEPTIONSFILES) \ $(SLO)$/sdresid.obj @@ -103,6 +99,5 @@ LOCALIZE_ME = tbxids_tmpl.src menuids2_tmpl.src menu_tmpl.src menuids_tmpl.src $(SRS)$/app.srs: $(SOLARINCDIR)$/svx$/globlmn.hrc - $(SRS)$/$(SRS1NAME).srs : $(LOCALIZE_ME_DEST) diff --git a/sd/source/unotypes/makefile.mk b/sd/source/unotypes/makefile.mk index 1780cdd54..5f7d45daa 100644 --- a/sd/source/unotypes/makefile.mk +++ b/sd/source/unotypes/makefile.mk @@ -42,12 +42,6 @@ UNOUCROUT = $(OUT)$/inc CPPUMAKERFLAGS += -C -X$(SOLARBINDIR)$/types.rdb -#UNOTYPES= \ -# com.sun.star.presentation.XSlideShow \ -# com.sun.star.presentation.XSlideShowView \ -# com.sun.star.presentation.XSlideShowListener \ -# com.sun.star.presentation.XShapeEventListener - # --- Targets ------------------------------------------------------ .INCLUDE : target.mk |