Changeset 7849 in vbox for trunk/src/VBox
- Timestamp:
- Apr 9, 2008 4:07:18 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r7844 r7849 1 1 # $Id$ 2 3 2 ## @file 4 3 # Makefile for the VBox Main module. … … 235 234 VBoxSVC_SOURCES.solaris += solaris/USBProxyServiceSolaris.cpp 236 235 VBoxSVC_SOURCES.win += win32/USBProxyServiceWin32.cpp 237 ifn1of ( windarwin, $(BUILD_TARGET))236 ifn1of (darwin, $(BUILD_TARGET)) 238 237 VBoxSVC_DEFS += VBOX_WITH_USBFILTER 239 238 VBoxSVC_LIBS += $(PATH_LIB)/USBLib$(VBOX_SUFF_LIB)
Note:
See TracChangeset
for help on using the changeset viewer.