Changeset 83917 in vbox
- Timestamp:
- Apr 22, 2020 9:32:50 AM (5 years ago)
- Location:
- trunk/src/VBox/Additions/common/VBoxGuest/linux
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile
r83886 r83917 35 35 VBOXMOD_OBJS = \ 36 36 VBoxGuest-linux.o \ 37 VBoxGuest .o37 VBoxGuest-common.o 38 38 ifndef VBOX_WITHOUT_COMBINED_SOURCES 39 39 VBOXMOD_OBJS += \ -
trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest
r83886 r83917 84 84 ${PATH_ROOT}/include/VBox/version.h=>include/VBox/version.h \ 85 85 ${PATH_ROOT}/include/VBox/HostServices/GuestPropertySvc.h=>include/VBox/HostServices/GuestPropertySvc.h \ 86 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp=>VBoxGuest .c \86 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/VBoxGuest.cpp=>VBoxGuest-common.c \ 87 87 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/VBoxGuest-linux.c=>VBoxGuest-linux.c \ 88 88 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuest/VBoxGuestInternal.h=>VBoxGuestInternal.h \
Note:
See TracChangeset
for help on using the changeset viewer.