diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-09-05 09:07:45 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-09-05 09:07:45 +0000 |
commit | 4ae427c34187c5980ca62d77d122d11f7ec3af37 (patch) | |
tree | 69555250bccf124d6de323d12927c60f527681b0 /solenv/inc/pstrules.mk | |
parent | 0d0877b47d9ad53c8e848f6477cfebf5ae9fbca6 (diff) |
#65293# SVXLIGHTSLO was missing a define
Diffstat (limited to 'solenv/inc/pstrules.mk')
-rw-r--r-- | solenv/inc/pstrules.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/solenv/inc/pstrules.mk b/solenv/inc/pstrules.mk index cff32afdc55e..42c7aeb70e87 100644 --- a/solenv/inc/pstrules.mk +++ b/solenv/inc/pstrules.mk @@ -2,9 +2,9 @@ # # $RCSfile: pstrules.mk,v $ # -# $Revision: 1.13 $ +# $Revision: 1.14 $ # -# last change: $Author: hjs $ $Date: 2001-08-14 14:14:33 $ +# last change: $Author: hjs $ $Date: 2001-09-05 10:07:45 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -95,6 +95,8 @@ $(OBJ)$/sxl_%.obj : %.cxx .IF "$(SVXLIGHTSLOFILES)"!="" +SVXLIGHTDEFS=-DSVX_LIGHT + $(SLO)$/sxl_%.obj : %.cxx @echo ------------------------------ @echo Making: $@ |