Changeset 98201 in vbox for trunk/src/VBox/Additions/darwin
- Timestamp:
- Jan 22, 2023 1:11:01 AM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155386
- Location:
- trunk/src/VBox/Additions/darwin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/darwin/VBoxClient/Makefile.kmk
r98103 r98201 35 35 PROGRAMS += VBoxClient 36 36 37 VBoxClient_TEMPLATE = NewVBoxGuestR3Exe37 VBoxClient_TEMPLATE = VBoxGuestR3Exe 38 38 VBoxClient_DEFS += VBOX_WITH_HGCM 39 39 -
trunk/src/VBox/Additions/darwin/VBoxSF/Makefile.kmk
r98126 r98201 72 72 # 73 73 PROGRAMS += mount.vboxsf 74 mount.vboxsf_TEMPLATE = NewVBoxGuestR3Exe74 mount.vboxsf_TEMPLATE = VBoxGuestR3Exe 75 75 mount.vboxsf_SOURCES = mount.vboxsf.cpp 76 76 mount.vboxsf_INST = $(INST_ADDITIONS)VBoxSF.kext/Contents/MacOS/
Note:
See TracChangeset
for help on using the changeset viewer.