[haiku-commits] r41926 - haiku/trunk/src/bin/hid_decode
- From: mmlr@xxxxxxxx
- To: haiku-commits@xxxxxxxxxxxxx
- Date: Sun, 5 Jun 2011 02:41:41 +0200 (CEST)
Author: mmlr
Date: 2011-06-05 02:41:40 +0200 (Sun, 05 Jun 2011)
New Revision: 41926
Changeset: https://dev.haiku-os.org/changeset/41926
Modified:
haiku/trunk/src/bin/hid_decode/Jamfile
Log:
Make the HIDWriter available to hid_decode as well. It is not (yet) used there
however.
Modified: haiku/trunk/src/bin/hid_decode/Jamfile
===================================================================
--- haiku/trunk/src/bin/hid_decode/Jamfile 2011-06-05 00:40:19 UTC (rev
41925)
+++ haiku/trunk/src/bin/hid_decode/Jamfile 2011-06-05 00:41:40 UTC (rev
41926)
@@ -14,10 +14,11 @@
HIDParser.cpp
HIDReport.cpp
HIDReportItem.cpp
+ HIDWriter.cpp
hid_decode.cpp
: be $(TARGET_LIBSUPC++)
;
SEARCH on [ FGristFiles HIDCollection.cpp HIDParser.cpp HIDReport.cpp
- HIDReportItem.cpp ] = $(driverDir) ;
+ HIDReportItem.cpp HIDWriter.cpp ] = $(driverDir) ;
Other related posts:
- » [haiku-commits] r41926 - haiku/trunk/src/bin/hid_decode - mmlr