- Timestamp:
- Jul 27, 2016 9:12:50 AM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Makefile.kmk
r62574 r62575 187 187 endif 188 188 189 ifn1of ($(KBUILD_TARGET), darwin win)189 ifn1of ($(KBUILD_TARGET), darwin) 190 190 VBoxDD_SOURCES += Storage/HBDMgmt-generic.cpp 191 191 endif 192 192 193 193 VBoxDD_SOURCES.darwin += Storage/HBDMgmt-darwin.cpp 194 VBoxDD_SOURCES.win += Storage/HBDMgmt-win.cpp #Disabled until remaining issues are sorted out194 #VBoxDD_SOURCES.win += Storage/HBDMgmt-win.cpp #Disabled until remaining issues are sorted out 195 195 196 196 VBoxDD_LIBS = # more later.
Note:
See TracChangeset
for help on using the changeset viewer.