diff options
-rw-r--r-- | avmedia/util/makefile.mk | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/avmedia/util/makefile.mk b/avmedia/util/makefile.mk index 123c6dc328d5..582f0d08b692 100644 --- a/avmedia/util/makefile.mk +++ b/avmedia/util/makefile.mk @@ -2,9 +2,9 @@ # # $RCSfile: makefile.mk,v $ # -# $Revision: 1.1.1.1 $ +# $Revision: 1.2 $ # -# last change: $Author: ka $ $Date: 2004-08-23 09:04:41 $ +# last change: $Author: vg $ $Date: 2005-03-23 12:32:42 $ # # The Contents of this file are made available subject to the terms of # either of the following licenses @@ -63,6 +63,8 @@ PRJ=.. PRJNAME=avmedia TARGET=avmedia +GEN_HID=TRUE +GEN_HID_OTHER=TRUE # --- Settings ---------------------------------- |