diff options
author | csaba <csaba@openoffice.org> | 2000-10-16 13:52:49 +0000 |
---|---|---|
committer | csaba <csaba@openoffice.org> | 2000-10-16 13:52:49 +0000 |
commit | bf42cb13d5c2ae14654d2c14f4a6ff1b756c4b10 (patch) | |
tree | c92d336abfc8a16cdc678456ca8f545235fd08c9 /basctl/util | |
parent | d549befd9f32fd03cf60414675512c879d50c6f6 (diff) |
mhids in if-condition with BUILD_SOSL
Diffstat (limited to 'basctl/util')
-rw-r--r-- | basctl/util/makefile.mk | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/basctl/util/makefile.mk b/basctl/util/makefile.mk index dc7a7b32f9c3..77fbf8b40cd9 100644 --- a/basctl/util/makefile.mk +++ b/basctl/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.3 $ +# $Revision: 1.4 $ # -# last change: $Author: mmaher $ $Date: 2000-10-10 18:03:38 $ +# last change: $Author: csaba $ $Date: 2000-10-16 14:50:27 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -139,12 +139,9 @@ RESLIB1SRSFILES= $(SRSFILELIST) # --- Targets ------------------------------------------------------- - - .INCLUDE : target.mk - $(MISC)$/$(SHL1TARGET).flt: makefile.mk @echo ------------------------------ @echo Making: $@ @@ -295,15 +292,15 @@ $(MISC)$/$(SHL1TARGET).flt: makefile.mk @echo _stl_prime >> $@ .ENDIF - - $(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) hidother .ENDIF +.ENDIF .ENDIF # "$(header)" == "" |