diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-11-21 17:45:19 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-11-21 17:45:19 +0000 |
commit | 7be8abd3198dd952246ced66b00e73b02b3b3a91 (patch) | |
tree | 107bceaa296aa36b84fc1cf7c73700e93c0db041 /svx/source | |
parent | e587a9c8f5122d679e8890d23420a24e5740301c (diff) |
#95059#
Diffstat (limited to 'svx/source')
-rw-r--r-- | svx/source/msfilter/makefile.mk | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/svx/source/msfilter/makefile.mk b/svx/source/msfilter/makefile.mk index b294934181f1..47c08295e6ca 100644 --- a/svx/source/msfilter/makefile.mk +++ b/svx/source/msfilter/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.7 $ +# $Revision: 1.8 $ # -# last change: $Author: sj $ $Date: 2000-12-07 16:56:57 $ +# last change: $Author: hjs $ $Date: 2001-11-21 18:45:19 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -89,8 +89,12 @@ EXCEPTIONSFILES= \ $(SLO)$/eschesdo.obj \ $(SLO)$/escherex.obj \ $(SLO)$/msdffimp.obj \ - $(SLO)$/msocximex.obj \ + $(SLO)$/msocximex.obj + +.IF "$(SVXLIGHT)"!="" +EXCEPTIONSFILES+= \ $(OBJ)$/sxl_msdffimp.obj +.ENDIF # "$(SVXLIGHT)"!="" SVXLIGHTOBJFILES=\ $(OBJ)$/msdffimp.obj |