diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-25 15:04:55 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2003-03-25 15:04:55 +0000 |
commit | bac8976cffc32c82288a03fc690d70d1b392dccb (patch) | |
tree | 70737fad81e1ad50f5f571abc20f2d021327f2a4 /extensions/util/makefile.mk | |
parent | 504d307158ceb1656146401e4308459ff2f372d1 (diff) |
MWS_SRX644: migrate branch mws_srx644 -> HEAD
Diffstat (limited to 'extensions/util/makefile.mk')
-rw-r--r-- | extensions/util/makefile.mk | 20 |
1 files changed, 3 insertions, 17 deletions
diff --git a/extensions/util/makefile.mk b/extensions/util/makefile.mk index 0b74cdb52..ddf714a30 100644 --- a/extensions/util/makefile.mk +++ b/extensions/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.6 $ +# $Revision: 1.7 $ # -# last change: $Author: gh $ $Date: 2002-11-07 15:14:09 $ +# last change: $Author: hr $ $Date: 2003-03-25 16:04:55 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -64,6 +64,7 @@ PRJ=.. PRJNAME=extensions TARGET=ext GEN_HID=TRUE +GEN_HID_OTHER=TRUE # --- Settings ---------------------------------- @@ -71,18 +72,3 @@ GEN_HID=TRUE .INCLUDE : target.mk -.IF "$(GUI)$(CPU)"=="WNTI" -.IF "$(BUILD_SOSL)"=="" -ALLTAR : $(SRS)$/hidother.hid - -$(MISC)$/$(PRJNAME).hid : $(SRS)$/hidother.hid - -$(SRS)$/hidother.hid: hidother.src - @+-mhids hidother.src $(SRS) $(PRJNAME) dummy $(INCLUDE) - -$(MISC)$/$(PRJNAME).hid : buildmealways -buildmealways: - @+echo >& $(NULLDEV) -.ENDIF -.ENDIF - |