Changeset 68582 in vbox
- Timestamp:
- Aug 31, 2017 12:11:16 PM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 117799
- Location:
- trunk/src/VBox/Additions/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuest/linux/Makefile
r67293 r68582 29 29 Init.o \ 30 30 PhysHeap.o \ 31 SysHlp.o \32 31 VMMDev.o \ 33 32 r0drv/alloc-r0drv.o \ -
trunk/src/VBox/Additions/common/VBoxGuest/linux/files_vboxguest
r67295 r68582 81 81 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/Init.cpp=>Init.c \ 82 82 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/PhysHeap.cpp=>PhysHeap.c \ 83 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/SysHlp.h=>SysHlp.h \84 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/SysHlp.cpp=>SysHlp.c \85 83 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBGLInternal.h=>VBGLInternal.h \ 86 84 ${PATH_ROOT}/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestLog.h=>VBoxGuestLog.h \ -
trunk/src/VBox/Additions/common/VBoxGuestLib/Makefile.kmk
r68568 r68582 66 66 VBoxGuestR0LibCrOgl.cpp \ 67 67 GenericRequest.cpp \ 68 SysHlp.cpp \69 68 PhysHeap.cpp \ 70 69 Init.cpp \ … … 91 90 VBoxGuestR0LibBase_SOURCES = \ 92 91 GenericRequest.cpp \ 93 SysHlp.cpp \94 92 PhysHeap.cpp \ 95 93 Init.cpp \
Note:
See TracChangeset
for help on using the changeset viewer.