Changeset 33185 in vbox for trunk/src/VBox/Installer/darwin
- Timestamp:
- Oct 18, 2010 8:40:50 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 66721
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Installer/darwin/Makefile.kmk
r32012 r33185 562 562 MacOS/components/VBoxC.dylib \ 563 563 MacOS/components/VBoxSVCM.dylib \ 564 MacOS/components/VBoxXPCOMIPCC.dylib 564 MacOS/components/VBoxXPCOMIPCC.dylib \ 565 MacOS/VBoxAuth.dylib \ 566 MacOS/VBoxAuthSimple.dylib 565 567 ifneq ($(wildcard $(VBOX_PATH_DIST)/VirtualBox.app/Contents/MacOS/accessible/libqtaccessiblewidgets.dylib),) 566 568 VBOX_DI_VBAPP_DYLIBS += \ … … 573 575 ifdef VBOX_WITH_VRDP 574 576 VBOX_DI_VBAPP_DYLIBS += \ 575 MacOS/VBoxVRDP.dylib \ 576 MacOS/VRDPAuth.dylib \ 577 MacOS/VRDPAuthSimple.dylib 577 MacOS/VBoxVRDP.dylib 578 578 endif 579 579 ifdef VBOX_WITH_CROGL
Note:
See TracChangeset
for help on using the changeset viewer.