Changeset 20c5b081ce2fea59abda8071310721309bdcabc2
- Timestamp:
- 06/29/07 01:25:10 (6 years ago)
- Author:
- dsmith <dsmith@…>
- Children:
- e22657d2358ca51ac50139871c7904b78cdfaf72
- Parents:
- a4980607a987ce72226b852238f7df886825f5be
- git-author:
- L. Donnie Smith <donnie.smith@…> (06/29/07 01:25:10)
- git-committer:
- dsmith <dsmith@…> (06/29/07 01:25:10)
- Message:
-
Update libcwiid version
git-svn-id: http://abstrakraft.org/cwiid/svn/trunk@129 918edb2d-ff29-0410-9de2-eb38e7f22bc7
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r805477a
|
r20c5b08
|
|
| 62 | 62 | ------------------------------------------------------------------------------------------------ |
| 63 | 63 | The following list is neither complete nor ordered: |
| 64 | | lswm (list wiimotes) |
| 65 | 64 | wmcp (copy data between files and wiimotes) |
| 66 | 65 | Move wiimote communications into a separate daemon (wiimoted) with which applications communicate via sockets (or some other means) |
-
|
re1e47e1
|
r20c5b08
|
|
| 4 | 4 | |
| 5 | 5 | LIB_NAME = cwiid |
| 6 | | MAJOR_VER = 0 |
| 7 | | MINOR_VER = 1 |
| | 6 | MAJOR_VER = 1 |
| | 7 | MINOR_VER = 0 |
| 8 | 8 | SOURCES = bluetooth.c command.c connect.c interface.c process.c state.c \ |
| 9 | 9 | thread.c util.c |