diff options
author | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:43:04 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2007-01-25 11:43:04 +0000 |
commit | 9b15df20cc4332e538f4a8f59587877386313a01 (patch) | |
tree | bc54d95b38d000bbc6c2cc495094f6505547d1e8 | |
parent | 9c43f0fc69b2d3cddf4e6e282313da617fc50230 (diff) |
INTEGRATION: CWS ause069 (1.16.552); FILE MERGED
2006/10/11 18:23:17 hjs 1.16.552.1: #i69872# cleanup
-rw-r--r-- | svx/source/editeng/makefile.mk | 32 |
1 files changed, 2 insertions, 30 deletions
diff --git a/svx/source/editeng/makefile.mk b/svx/source/editeng/makefile.mk index 4fabf314a2b0..9e522870ddb2 100644 --- a/svx/source/editeng/makefile.mk +++ b/svx/source/editeng/makefile.mk @@ -4,9 +4,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: kz $ $Date: 2005-10-05 14:39:36 $ +# last change: $Author: obo $ $Date: 2007-01-25 12:43:04 $ # # The Contents of this file are made available subject to # the terms of GNU Lesser General Public License Version 2.1. @@ -56,8 +56,6 @@ ENABLE_EXCEPTIONS=TRUE CDEFS+=-DEDITDEBUG .ENDIF -.IF "$(header)" == "" - SLOFILES = \ $(SLO)$/svxacorr.obj \ $(SLO)$/acorrcfg.obj \ @@ -88,37 +86,11 @@ SLOFILES = \ $(SLO)$/textconv.obj \ $(SLO)$/unolingu.obj -SVXLIGHTOBJFILES= \ - $(OBJ)$/txtrange.obj \ - $(OBJ)$/swafopt.obj \ - $(OBJ)$/editattr.obj \ - $(OBJ)$/editdbg.obj \ - $(OBJ)$/editdoc.obj \ - $(OBJ)$/editdoc2.obj \ - $(OBJ)$/editeng.obj \ - $(OBJ)$/editobj.obj \ - $(OBJ)$/editsel.obj \ - $(OBJ)$/editview.obj \ - $(OBJ)$/eerdll.obj \ - $(OBJ)$/impedit.obj \ - $(OBJ)$/impedit2.obj \ - $(OBJ)$/impedit3.obj \ - $(OBJ)$/impedit4.obj \ - $(OBJ)$/impedit5.obj \ - $(OBJ)$/forbiddencharacterstable.obj \ - $(OBJ)$/unolingu.obj -.ENDIF - SRS1NAME=$(TARGET) SRC1FILES= editeng.src EXCEPTIONSFILES= \ $(SLO)$/unolingu.obj -.IF "$(SVXLIGHT)"!="" -EXCEPTIONSFILES+= \ - $(OBJ)$/sxl_unolingu.obj -.ENDIF # "$(SVXLIGHT)"!="" - .INCLUDE : target.mk |