diff options
author | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-11-21 16:17:23 +0000 |
---|---|---|
committer | Hans-Joachim Lankenau <hjs@openoffice.org> | 2001-11-21 16:17:23 +0000 |
commit | f0d04076bde5b648f334c2a555c3829f2c2a86c1 (patch) | |
tree | d6d9b23cdecf14e0df4026d1eb4554bb1a930f66 /solenv/inc/pstrules.mk | |
parent | 5088157e63ac6116570d888520e3b9ec43f6424e (diff) |
#95059# no SVXLIGHT
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 69cf4df0498b..76f2ba13e875 100644 --- a/solenv/inc/pstrules.mk +++ b/solenv/inc/pstrules.mk @@ -2,9 +2,9 @@ # # $RCSfile: pstrules.mk,v $ # -# $Revision: 1.16 $ +# $Revision: 1.17 $ # -# last change: $Author: hjs $ $Date: 2001-10-19 13:03:25 $ +# last change: $Author: hjs $ $Date: 2001-11-21 17:13:21 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -65,6 +65,7 @@ #+++++++++++ svxlight rules +++++++++++++++++++++++++++++++++++++ #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ +.IF "$(SVXLIGHT)"=="TRUE" .IF "$(SVXLIGHTOBJFILES)"!="" SVXLIGHTDEFS=-DSVX_LIGHT @@ -120,6 +121,7 @@ $(SLO)$/sxl_%.obj : %.cxx .ENDIF .ENDIF # "$(SVXLIGHTSLOFILES)"!="" +.ENDIF # "$(SVXLIGHT)"=="TRUE" #++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #+++++++++++ second_build rules +++++++++++++++++++++++++++++++++++++ |