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 | 04e13bd6eec0b0af8138dab6a082750c22adc78b (patch) | |
tree | f49aea24111a5545833294f8a6ad78465c387075 | |
parent | 36f74aafffd8b80b9bb7223263fdac2b90280512 (diff) |
mhids in if-condition with BUILD_SOSL
-rw-r--r-- | svx/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svx/util/makefile.mk b/svx/util/makefile.mk index 5cdf5921911c..39fbdf745bbe 100644 --- a/svx/util/makefile.mk +++ b/svx/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 17:01:29 $ +# last change: $Author: csaba $ $Date: 2000-10-16 15:12:17 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -663,9 +663,11 @@ $(SRS)$/hidother.hid: hidother.src .IF "$(GUI)$(CPU)"!="WNTI" || "$(product)"!="full" @echo nix .ELSE +.IF "$(BUILD_SOSL)"=="" @+echo NO HIDS!!! +-mhids hidother.src ..\$(INPATH)$/srs $(INCLUDE) svx hidother .ENDIF +.ENDIF .ENDIF # "$(header)" == "" |