diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 11:32:42 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 11:32:42 +0000 |
commit | 1bf8346162f5ceb0b459c2db0226635d29d048d8 (patch) | |
tree | eada549b21b22a7cee04fba6846baf1c7886dc15 /avmedia/util | |
parent | aa89c38a6373d0f72a7b8ae655f5fba3fb7bad71 (diff) |
INTEGRATION: CWS jmf5 (1.1.1.1.20); FILE MERGED
2005/01/19 14:05:47 ka 1.1.1.1.20.1: #i40001: support for hid.lst
Diffstat (limited to 'avmedia/util')
-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 ---------------------------------- |