Changeset 16031 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 19, 2009 7:03:00 AM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 41715
- Location:
- trunk/src/VBox/Devices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Builtins.h
r15963 r16031 73 73 extern const PDMDEVREG g_DeviceLsiLogicSCSI; 74 74 #endif 75 #ifdef VBOX_WITH_SMC 76 extern const PDMDEVREG g_DeviceSMC; 77 #endif 75 78 76 79 extern const PDMDRVREG g_DrvMouseQueue; -
trunk/src/VBox/Devices/Makefile.kmk
r15963 r16031 333 333 endif 334 334 335 ifdef VBOX_WITH_SMC 336 DevicesR3_DEFS += VBOX_WITH_SMC 337 DevicesR3_SOURCES += PC/DevSMC.cpp 338 endif 339 340 335 341 ifdef VBOX_WITH_USB 336 342 DevicesR3_DEFS += VBOX_WITH_USB IN_USB_R3
Note:
See TracChangeset
for help on using the changeset viewer.