diff options
author | csaba <csaba@openoffice.org> | 2000-10-16 14:13:32 +0000 |
---|---|---|
committer | csaba <csaba@openoffice.org> | 2000-10-16 14:13:32 +0000 |
commit | cdbcd6f218e2a301002806aa272cc61608ed5986 (patch) | |
tree | 749023424e6e3fe1d0f01057946823d57347198e /sw/util | |
parent | 788329c25888e4b8590b5c250183c1559c6e4109 (diff) |
mhids in if-condition with BUILD_SOSL
Diffstat (limited to 'sw/util')
-rw-r--r-- | sw/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/util/makefile.mk b/sw/util/makefile.mk index 6cd1c93c84c0..9130c604b07b 100644 --- a/sw/util/makefile.mk +++ b/sw/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: hr $ $Date: 2000-10-11 17:05:52 $ +# last change: $Author: csaba $ $Date: 2000-10-16 15:13:32 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -449,12 +449,14 @@ $(MISC)$/$(SHL2TARGET).def: makefile.mk $(SRS)$/hidother.hid: hidother.src .IF "$(GUI)" =="WNT" +.IF "$(BUILD_SOSL)"=="" @+echo @+echo NO HIDS! @+echo +copy ..\inc\helpid.h . +mhids hidother.src ..$/$(INPATH)$/srs sw hidother +del helpid.h +.ENDIF .ELSE @echo wnt only .ENDIF |