Fix build and Doxygen errors.

This commit is contained in:
Dean Camera 2009-11-25 03:56:51 +00:00
parent 179691be6e
commit 50f4a3b625
13 changed files with 1502 additions and 10 deletions

View file

@ -44,8 +44,8 @@ all:
make -C StillImageHost clean
make -C StillImageHost all
make -C RNDISHost clean
make -C RNDISHost all
make -C RNDISEthernetHost clean
make -C RNDISEthernetHost all
%:
make -C CDCHost $@
@ -59,4 +59,4 @@ all:
make -C MouseHostWithParser $@
make -C PrinterHost $@
make -C StillImageHost $@
make -C RNDISHost $@
make -C RNDISEthernetHost $@