Changeset 61049 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- May 19, 2016 2:55:57 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/Makefile.kmk
r61028 r61049 225 225 VirtualBox_LIBS = $(LIB_DDU) 226 226 227 if1of ($(KBUILD_TARGET), linux netbsd openbsd )227 if1of ($(KBUILD_TARGET), linux netbsd openbsd solaris) 228 228 VirtualBox_LIBS += dl 229 229 endif … … 838 838 if defined(VBOX_WITH_QTGUI_V5) && (defined(VBOX_WITH_ORACLE_QT) || defined(VBOX_WITH_QT_PAYLOAD)) 839 839 INSTALLS.linux += VirtualBox.qt.conf 840 INSTALLS.solaris += VirtualBox.qt.conf 840 841 VirtualBox.qt.conf_INST = $(INST_BIN) 841 842 VirtualBox.qt.conf_MODE = 644
Note:
See TracChangeset
for help on using the changeset viewer.