diff options
author | csaba <csaba@openoffice.org> | 2000-10-16 14:05:18 +0000 |
---|---|---|
committer | csaba <csaba@openoffice.org> | 2000-10-16 14:05:18 +0000 |
commit | 36f74aafffd8b80b9bb7223263fdac2b90280512 (patch) | |
tree | f8f45a5d518b45f08f5730c7a540eaad114a027a | |
parent | d3329bacd8a925ec070ad06ea3d9a6a026a3696b (diff) |
mhids in if-condition with BUILD_SOSL
-rw-r--r-- | sfx2/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/util/makefile.mk b/sfx2/util/makefile.mk index b692fa43e52d..ee2d4bb90338 100644 --- a/sfx2/util/makefile.mk +++ b/sfx2/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: hr $ $Date: 2000-09-18 16:52:37 $ +# last change: $Author: csaba $ $Date: 2000-10-16 15:05:18 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -469,8 +469,10 @@ RESLIB1SRSFILES=$(SFXSRSLIST) $(SRS)$/hidother.hid: hidother.src .IF "$(GUI)$(CPU)"=="WNTI" +.IF "$(BUILD_SOSL)"=="" @+echo no hids @+-mhids hidother.src ..\$(INPATH)$/srs sfx2 hidother +.ENDIF .ELSE @echo nix .ENDIF |