Changeset 45775 in vbox
- Timestamp:
- Apr 26, 2013 12:34:31 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85339
- Location:
- trunk
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r45772 r45775 2733 2733 SDK_VBOX_VPX_DEFAULT_INCS := $(PATH_ROOT)/src/libs/libvpx 2734 2734 SDK_VBOX_VPX_INCS ?= $(SDK_VBOX_VPX_DEFAULT_INCS) 2735 SDK_VBOX_VPX_DEFAULT_LIBS := $(PATH_STAGE_BIN)/VBoxVPX$(SUFF_DLL) 2736 SDK_VBOX_VPX_LIBS ?= $(SDK_VBOX_VPX_DEFAULT_LIBS) 2735 SDK_VBOX_VPX_LIBS ?= $(PATH_STAGE_LIB)/VBox-libvpx$(VBOX_SUFF_LIB) 2737 2736 2738 2737 SDK_VBOX_BOOST = . -
trunk/src/VBox/Installer/darwin/Makefile.kmk
r45767 r45775 411 411 $(if $(VBOX_WITH_SHARED_CLIPBOARD),MacOS/VBoxSharedClipboard.dylib,) \ 412 412 $(if $(VBOX_WITH_DRAG_AND_DROP),MacOS/VBoxDragAndDropSvc.dylib,) \ 413 $(if $(VBOX_WITH_VPX),MacOS/VBoxVPX.dylib,) \414 413 $(if $(VBOX_WITH_GUEST_PROPS),MacOS/VBoxGuestPropSvc.dylib,) \ 415 414 MacOS/VBoxHostChannel.dylib \ -
trunk/src/VBox/Installer/linux/Makefile.kmk
r45772 r45775 174 174 helpers/generate_service_file 175 175 176 if defined(VBOX_WITH_VPX) && ("$(SDK_VBOX_VPX_LIBS)" == "$(SDK_VBOX_VPX_DEFAULT_LIBS)")177 VBOX_LNX_STRIP_BIN += VBoxVPX.so178 endif179 180 176 # Do not remove relocation information of these binaries 181 177 VBOX_LNX_STRIP_OBJ = \ -
trunk/src/VBox/Installer/solaris/Makefile.kmk
r45766 r45775 245 245 $(if $(VBOX_WITH_SHARED_CLIPBOARD),VBoxSharedClipboard.so,) \ 246 246 $(if $(VBOX_WITH_DRAG_AND_DROP),VBoxDragAndDropSvc.so,) \ 247 $(if $(VBOX_WITH_VPX),VBoxVPX.so,) \248 247 $(if $(VBOX_WITH_GUEST_PROPS),VBoxGuestPropSvc.so,) \ 249 248 $(if $(VBOX_WITH_GUEST_CONTROL),VBoxGuestControlSvc.so,) \
Note:
See TracChangeset
for help on using the changeset viewer.