diff options
author | Kurt Zenker <kz@openoffice.org> | 2002-01-07 09:55:24 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2002-01-07 09:55:24 +0000 |
commit | c73da55110c1ebaeaed33b037921921dd29980fc (patch) | |
tree | 09e02fb1bbfa542ccb3818ccfa76e0ebd500a92d /starmath/util | |
parent | 7c5460c0621c0bebdb946c6776fb5ae69c5f26b7 (diff) |
#96147# dependency for hidother.hid
Diffstat (limited to 'starmath/util')
-rw-r--r-- | starmath/util/makefile.mk | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/starmath/util/makefile.mk b/starmath/util/makefile.mk index 7e7826daaa06..e7854bfc87d3 100644 --- a/starmath/util/makefile.mk +++ b/starmath/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.4 $ +# $Revision: 1.5 $ # -# last change: $Author: jp $ $Date: 2001-05-11 13:02:27 $ +# last change: $Author: kz $ $Date: 2002-01-07 10:42:20 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -144,10 +144,12 @@ $(MISC)$/$(SHL1TARGET).flt: .ENDIF +$(MISC)$/$(PRJNAME).hid : $(SRS)$/hidother.hid + $(SRS)$/hidother.hid: hidother.src .IF "$(GUI)$(CPU)"=="WNTI" .IF "$(BUILD_SOSL)"=="" - +mhids hidother.src ..\$(INPATH)$/srs starmath hidother + @+-mhids hidother.src $(SRS) $(PRJNAME) .ENDIF .ELSE @echo nix |