VirtualBox

Changeset 7830 in vbox for trunk/src/VBox


Ignore:
Timestamp:
Apr 9, 2008 12:30:30 PM (17 years ago)
Author:
vboxsync
Message:

Use USBFilter (TODO: windows and darwin).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/Makefile.kmk

    r7746 r7830  
    230230
    231231ifdef VBOX_WITH_USB
    232 VBoxSVC_SOURCES.darwin += darwin/USBProxyServiceDarwin.cpp
    233 VBoxSVC_SOURCES.linux += linux/USBProxyServiceLinux.cpp
    234 VBoxSVC_SOURCES.os2 += os2/USBProxyServiceOs2.cpp
     232VBoxSVC_SOURCES.darwin  += darwin/USBProxyServiceDarwin.cpp
     233VBoxSVC_SOURCES.linux   +=  linux/USBProxyServiceLinux.cpp
     234VBoxSVC_SOURCES.os2     +=    os2/USBProxyServiceOs2.cpp
    235235VBoxSVC_SOURCES.solaris += solaris/USBProxyServiceSolaris.cpp
    236 VBoxSVC_SOURCES.win   += win32/USBProxyServiceWin32.cpp
     236VBoxSVC_SOURCES.win     +=   win32/USBProxyServiceWin32.cpp
     237 ifn1of (windows darwin, $(BUILD_TARGET))
     238VBoxSVC_DEFS += VBOX_WITH_USBFILTER
     239VBoxSVC_LIBS += $(PATH_LIB)/USBLib$(VBOX_SUFF_LIB)
     240 endif
    237241endif
    238242
     
    241245VBoxSVC_LDFLAGS.linux += -rdynamic # for backtrace_symbols()
    242246endif
    243 
    244 ## Alternative USB filtering.
    245 #ifeq ($(filter-out darwin,$(BUILD_TARGET)),)
    246 #VBoxSVC_DEFS += VBOX_WITH_USBFILTER
    247 #VBoxSVC_LIBS += $(PATH_LIB)/USBLib$(VBOX_SUFF_LIB)
    248 #endif
    249247
    250248win32/VBoxSVC.rc_DEPS = $(PATH_TARGET)/VBoxSVC.rgs
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette