Changeset 6113 in vbox
- Timestamp:
- Dec 17, 2007 11:31:23 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r6082 r6113 70 70 Storage/VDICore.cpp \ 71 71 Storage/VmdkHDDCore.cpp \ 72 Storage/VHDHDDCore.cpp \ 72 73 VBoxDDUDeps.cpp 73 74 ifdef VBOX_WITH_USB … … 648 649 endif # VBOX_WITH_USB 649 650 650 651 ifdef VBOX_WITH_PDM_ASYNC_COMPLETION 652 Drivers_SOURCES.linux += \ 653 Storage/DrvBlockAsync.cpp \ 654 Storage/DrvRawImageAsync.cpp \ 655 Storage/DrvTransportAsync.cpp 656 657 Drivers_SOURCES.win += \ 658 Storage/DrvBlockAsync.cpp \ 659 Storage/DrvRawImageAsync.cpp \ 660 Storage/DrvTransportAsync.cpp 661 endif #VBOX_WITH_PDM_ASYNC_COMPLETION 651 662 652 663 #
Note:
See TracChangeset
for help on using the changeset viewer.