Changeset 44345 in vbox for trunk/src/VBox/Installer/solaris
- Timestamp:
- Jan 23, 2013 8:27:12 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83302
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/solaris/Makefile.kmk
r44216 r44345 207 207 $(if $(VBOX_WITH_QTGUI),VirtualBox,) \ 208 208 VBoxManage \ 209 $(if $(VBOX_WITH_VBOXBFE),VBoxBFE,) \210 209 $(if $(VBOX_WITH_VBOXSDL),VBoxSDL,) \ 211 210 $(if $(VBOX_WITH_NETADP),VBoxNetAdpCtl,) \ … … 216 215 VBoxXPCOMIPCD \ 217 216 $(if $(VBOX_WITH_KCHMVIEWER),kchmviewer,) 217 ## Follow the Windows + Linux example of not shipping VBoxBFE. 218 #SOLARIS_STRIP_EXES = \ 219 # $(if $(VBOX_WITH_VBOXBFE),VBoxBFE,) 218 220 219 221 SOLARIS_DRIVER_BINS = \ … … 270 272 SOLARIS_STRIP_BINS += \ 271 273 VBoxNetDHCP.so \ 272 $(if $(VBOX_WITH_VBOXBFE),VBoxBFE.so,) \273 274 $(if $(VBOX_WITH_VBOXSDL),VBoxSDL.so,) \ 274 275 $(if $(VBOX_WITH_QTGUI),VirtualBox.so,) 276 ## Follow the Windows + Linux example of not shipping VBoxBFE. 277 #SOLARIS_STRIP_BINS += \ 278 # $(if $(VBOX_WITH_VBOXBFE),VBoxBFE.so,) 275 279 endif 276 280
Note:
See TracChangeset
for help on using the changeset viewer.